xref: /OK3568_Linux_fs/buildroot/package/libsoc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
8	  https://github.com/jackmitch/libsoc
9
10comment "libsoc needs a toolchain w/ threads"
11	depends on !BR2_TOOLCHAIN_HAS_THREADS
12