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