Config.in 370 B

12345678910111213
  1. config 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. https://01.org/ell
  9. comment "ell needs a toolchain w/ wchar, headers >= 4.12"
  10. depends on BR2_TOOLCHAIN_HAS_SYNC_4
  11. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12