blob: 72611056a1196b8c6d9f0f59ff54a6d2adaf53ac (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | 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
 |