1config 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 9 http://kernel.org/pub/linux/utils/kbd/ 10 11comment "kbd needs a toolchain w/ gcc >= 4.9" 12 depends on BR2_USE_MMU 13 depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 14