Config.in 361 B

1234567891011121314
  1. config BR2_PACKAGE_LCDPROC
  2. bool "lcdproc"
  3. select BR2_PACKAGE_NCURSES
  4. help
  5. LCD display driver daemon and clients
  6. http://lcdproc.org/
  7. config BR2_PACKAGE_LCDPROC_DRIVERS
  8. string "List of drivers to build"
  9. default "all"
  10. depends on BR2_PACKAGE_LCDPROC
  11. help
  12. Specify a comma-separated list of lcdproc drivers to be built