xref: /OK3568_Linux_fs/buildroot/package/berkeleydb/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_BERKELEYDB
2	bool "berkeleydb"
3	help
4	  The Berkeley database. A very common library for
5	  database applications.
6
7	  http://www.sleepycat.com/products/db.shtml
8
9if BR2_PACKAGE_BERKELEYDB
10
11config BR2_PACKAGE_BERKELEYDB_COMPAT185
12	bool "DB 1.85 compatibility"
13	help
14	  Build and install DB 1.85 compatibility API.
15
16config BR2_PACKAGE_BERKELEYDB_TOOLS
17	bool "install tools"
18	help
19	  Install berkeleydb tools, mostly useful for debugging
20	  purposes.
21
22endif
23