xref: /OK3568_Linux_fs/buildroot/package/dtbocfg/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_DTBOCFG
2	bool "dtbocfg"
3	depends on BR2_LINUX_KERNEL
4	help
5	  dtbocfg, which stands for Device Tree Blob Overlay
6	  Configuration File System, was developed to serve
7	  as a userspace API of Device Tree Overlay.
8
9	  https://github.com/ikwzm/dtbocfg
10
11comment "dtbocfg needs a Linux kernel to be built"
12	depends on !BR2_LINUX_KERNEL
13