buildrootschalter/package/database/Config.in
Peter Korsgaard 9f07b39f65 package: Kconfig: use menu instead of menuconfig for sub menus
As discussed on the list - These things should normally not be
(un)selectable.
2008-11-14 12:59:14 +00:00

5 lines
116 B
Plaintext

menu "Database"
source "package/database/mysql_client/Config.in"
source "package/database/sqlite/Config.in"
endmenu