Config.in 334 B

12345678910111213
  1. config BR2_PACKAGE_KBD
  2. bool "kbd"
  3. # Uses fork()
  4. depends on BR2_USE_MMU
  5. depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # _Generic
  6. help
  7. Keytable files and keyboard utilities.
  8. http://kernel.org/pub/linux/utils/kbd/
  9. comment "kbd needs a toolchain w/ gcc >= 4.9"
  10. depends on BR2_USE_MMU
  11. depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9