ef00789e0d
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>
13 lines
350 B
Plaintext
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
|