buildrootschalter/package/lcdproc/Config.in
spdawson@gmail.com acf2af2d91 Add lcdproc config options, for driver selection
Add a configuration menu item to specify a list of lcdproc drivers to
be built. The list defaults to 'all'.

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-05-01 22:22:10 +02:00

15 lines
361 B
Plaintext

config BR2_PACKAGE_LCDPROC
bool "lcdproc"
select BR2_PACKAGE_NCURSES
help
LCD display driver daemon and clients
http://lcdproc.org/
config BR2_PACKAGE_LCDPROC_DRIVERS
string "List of drivers to build"
default "all"
depends on BR2_PACKAGE_LCDPROC
help
Specify a comma-separated list of lcdproc drivers to be built