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