2021-09-28 17:42:18 +02:00
|
|
|
config BR2_PACKAGE_DTBOCFG
|
|
|
|
bool "dtbocfg"
|
2021-10-13 09:01:05 +02:00
|
|
|
depends on BR2_LINUX_KERNEL
|
2021-09-28 17:42:18 +02:00
|
|
|
help
|
|
|
|
dtbocfg, which stands for Device Tree Blob Overlay
|
|
|
|
Configuration File System, was developed to serve
|
|
|
|
as a userspace API of Device Tree Overlay.
|
|
|
|
|
|
|
|
https://github.com/ikwzm/dtbocfg
|
2021-10-13 18:24:10 +02:00
|
|
|
|
|
|
|
comment "dtbocfg needs a Linux kernel to be built"
|
|
|
|
depends on !BR2_LINUX_KERNEL
|