2010-09-20 01:44:40 +02:00
|
|
|
config BR2_PACKAGE_KBD
|
|
|
|
bool "kbd"
|
2011-05-30 23:57:00 +02:00
|
|
|
# Uses fork()
|
|
|
|
depends on BR2_USE_MMU
|
2020-09-08 21:45:45 +02:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # _Generic
|
2010-09-20 01:44:40 +02:00
|
|
|
help
|
|
|
|
Keytable files and keyboard utilities.
|
|
|
|
|
|
|
|
http://kernel.org/pub/linux/utils/kbd/
|
2020-09-08 21:45:45 +02:00
|
|
|
|
|
|
|
comment "kbd needs a toolchain w/ gcc >= 4.9"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|