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_DBM 17 bool "historic dbm interface" 18 help 19 Enable the historic dbm interface. 20 21config BR2_PACKAGE_BERKELEYDB_TOOLS 22 bool "install tools" 23 help 24 Install berkeleydb tools, mostly useful for debugging 25 purposes. 26 27endif 28