summaryrefslogtreecommitdiff
path: root/board/gdsys
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 09:25:35 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-22 16:45:29 (GMT)
commit070f3168fa93f205af3c4c971a307ed8325e7754 (patch)
tree3c5746f363e8f6a8014980c1a559577dfd5ec1c6 /board/gdsys
parent594e8d1c62128fc8391dc9c5649d364e4f69f028 (diff)
downloadu-boot-070f3168fa93f205af3c4c971a307ed8325e7754.tar.xz
Convert CONFIG_CMD_IOLOOP to Kconfig
This converts the following to Kconfig: CONFIG_CMD_IOLOOP Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/gdsys')
-rw-r--r--board/gdsys/mpc8308/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/gdsys/mpc8308/Kconfig b/board/gdsys/mpc8308/Kconfig
index 9a1a3a2..cb29c25 100644
--- a/board/gdsys/mpc8308/Kconfig
+++ b/board/gdsys/mpc8308/Kconfig
@@ -23,3 +23,8 @@ config SYS_CONFIG_NAME
default "strider"
endif
+
+config CMD_IOLOOP
+ bool "Enable 'ioloop' and 'ioreflect' commands"
+ help
+ These commands provide FPGA tests.