Config.in 350 B

123456789101112
  1. config 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. https://github.com/ikwzm/dtbocfg
  9. comment "dtbocfg needs a Linux kernel to be built"
  10. depends on !BR2_LINUX_KERNEL