summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 09:25:20 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-22 13:33:57 (GMT)
commitdf1c489adec1530aea44b806c3c8a87ebaaf0050 (patch)
tree48bb14733975b683dc2f8d7ecf809bb18e894023 /cmd
parent5d927b428622800850d845b468a3165eb1c92d7b (diff)
downloadu-boot-df1c489adec1530aea44b806c3c8a87ebaaf0050.tar.xz
Convert CONFIG_CMD_FPGAD to Kconfig
This converts the following to Kconfig: CONFIG_CMD_FPGAD Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 99082c1..99e42e4 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -593,6 +593,14 @@ config CMD_FPGA
help
FPGA support.
+config CMD_FPGAD
+ bool "fpgad - dump FPGA registers"
+ help
+ (legacy, needs conversion to driver model)
+ Provides a way to dump FPGA registers by calling the board-specific
+ fpga_get_reg() function. This functions similarly to the 'md'
+ command.
+
config CMD_REMOTEPROC
bool "remoteproc"
depends on REMOTEPROC