Config.in 317 B

1234567891011
  1. config BR2_PACKAGE_LIBSOC
  2. bool "libsoc"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. help
  5. libsoc is a C library for interfacing with common SoC
  6. peripherals through generic kernel interfaces
  7. https://github.com/jackmitch/libsoc
  8. comment "libsoc needs a toolchain w/ threads"
  9. depends on !BR2_TOOLCHAIN_HAS_THREADS