summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig17
1 files changed, 14 insertions, 3 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 4b9e8ba3ef..930a9b1d0f 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -451,7 +451,17 @@ config CMD_OFTREE
tristate
select OFTREE
prompt "oftree"
- select FDT
+ help
+ The oftree command has support for dumping devicetrees and, if
+ enabled, to probe devices from the devicetree
+
+config CMD_OFTREE_PROBE
+ bool
+ depends on CMD_OFTREE
+ select OFDEVICE
+ prompt "oftree probe support"
+ help
+ This enables the -p option to probe devices from the devicetree
endmenu
@@ -539,10 +549,11 @@ config CMD_LSMOD
depends on MODULES
prompt "lsmod"
-config CMD_BMP
+config CMD_SPLASH
bool
depends on VIDEO
- prompt "bmp"
+ select IMAGE_RENDERER
+ prompt "splash"
help
show bmp files on framebuffer devices