diff options
author | Simon Glass | 2017-05-17 03:25:20 -0600 |
---|---|---|
committer | Tom Rini | 2017-05-22 09:33:57 -0400 |
commit | df1c489adec1530aea44b806c3c8a87ebaaf0050 (patch) | |
tree | 48bb14733975b683dc2f8d7ecf809bb18e894023 /cmd | |
parent | 5d927b428622800850d845b468a3165eb1c92d7b (diff) |
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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 99082c14f23..99e42e4b362 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 |