summaryrefslogtreecommitdiffstats
path: root/package/libsoc/Config.in
blob: 0f6336de1ccdcfc20a7494289b113b24d3326a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
config BR2_PACKAGE_LIBSOC
	bool "libsoc"
	depends on BR2_TOOLCHAIN_HAS_THREADS
	help
	  libsoc is a C library for interfacing with common SoC
	  peripherals through generic kernel interfaces

	  https://github.com/jackmitch/libsoc

comment "libsoc requires a toolchain with threads support"
	depends on !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud