commit | 4a301209307efb947147362510ee786c2e10430d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 03:25:18 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 22 09:33:56 2017 -0400 |
tree | 73db309d7b6d8b9373b3efbb74b19f957b3161b5 | |
parent | 12b85706511aa7e81e9cd66427d807450afd3bb8 [diff] [blame] |
Convert CONFIG_CMD_FDC to Kconfig This converts the following to Kconfig: CONFIG_CMD_FDC Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/cmd/Kconfig b/cmd/Kconfig index cc959f6..99082c1 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -604,6 +604,11 @@ help GPIO support. +config CMD_FDC + bool "fdcboot - Boot from floppy device" + help + The 'fdtboot' command allows booting an image from a floppy disk. + endmenu