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