xref: /OK3568_Linux_fs/buildroot/package/ell/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_ELL
2*4882a593Smuzhiyun	bool "ell"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
5*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  Embedded Linux library (ell)
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  https://01.org/ell
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuncomment "ell needs a toolchain w/ wchar, headers >= 4.12"
12*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
13*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
14