python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / berkeleydb / Config.in
blob5531b044636e53f7e10d0119a64a205fb532e7b0
1 config BR2_PACKAGE_BERKELEYDB
2         bool "berkeleydb"
3         help
4           The Berkeley database. A very common library for database
5           applications.
7           http://www.sleepycat.com/products/db.shtml
9 if BR2_PACKAGE_BERKELEYDB
11 config BR2_PACKAGE_BERKELEYDB_COMPAT185
12         bool "DB 1.85 compatibility"
13         help
14           Build and install DB 1.85 compatibility API.
16 config BR2_PACKAGE_BERKELEYDB_TOOLS
17         bool "install tools"
18         help
19           Install berkeleydb tools, mostly useful for debugging purposes.
21 endif