summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2013-02-11 20:02:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-02-11 21:11:25 +0100
commit6e9eb68de5f67d0e9dda32a97fa722ead63bcf38 (patch)
tree666439a2aaed3337287a2f7b20c7db567663704a /commands/Kconfig
parent650e2daa9fc847aaced5302b2a287da2d1d58c04 (diff)
downloadbarebox-6e9eb68de5f67d0e9dda32a97fa722ead63bcf38.tar.gz
barebox-6e9eb68de5f67d0e9dda32a97fa722ead63bcf38.tar.xz
oftree: fix probe support
in commit e118761c5f7e8 oftree command: refactor the Kconfig CMD_OFTREE_PROBE was remove Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index d3c338c832..c1454c708b 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -487,6 +487,13 @@ config CMD_OFTREE
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
+ prompt "oftree probe support"
+ help
+ This enables the -p option to probe devices from the devicetree
+
config CMD_OF_PROPERTY
tristate
select OFTREE