kumquat-buildroot/package/dtbocfg/Config.in
Yann E. MORIN ef00789e0d package/dtbocfg: add missing comment about kernel dependency
Commit b00b9c865d (package/dtbocfg: depends on kernel) forgot to add a
comment when the kernel is not enabled.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-10-16 09:08:45 +02:00

13 lines
350 B
Plaintext

config BR2_PACKAGE_DTBOCFG
bool "dtbocfg"
depends on BR2_LINUX_KERNEL
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
comment "dtbocfg needs a Linux kernel to be built"
depends on !BR2_LINUX_KERNEL