xref: /OK3568_Linux_fs/buildroot/package/kbd/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_KBD
2*4882a593Smuzhiyun	bool "kbd"
3*4882a593Smuzhiyun	# Uses fork()
4*4882a593Smuzhiyun	depends on BR2_USE_MMU
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # _Generic
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  Keytable files and keyboard utilities.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  http://kernel.org/pub/linux/utils/kbd/
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuncomment "kbd needs a toolchain w/ gcc >= 4.9"
12*4882a593Smuzhiyun	depends on BR2_USE_MMU
13*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
14