commit | ec10c01afb51aaf27e5b7addd8e2b977a44f6339 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 03:25:35 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 22 12:45:29 2017 -0400 |
tree | 3c5746f363e8f6a8014980c1a559577dfd5ec1c6 | |
parent | 3bebbe6c555a1b081acac476a075f99a801e996c [diff] [blame] |
Convert CONFIG_CMD_IOLOOP to Kconfig This converts the following to Kconfig: CONFIG_CMD_IOLOOP Signed-off-by: Simon Glass <sjg@chromium.org>
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 @@ default "strider" endif + +config CMD_IOLOOP + bool "Enable 'ioloop' and 'ioreflect' commands" + help + These commands provide FPGA tests.