From b0e7a70a0594c3545a5da3e1a456362be1c27705 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:18 -0600 Subject: Convert CONFIG_CMD_FDC to Kconfig This converts the following to Kconfig: CONFIG_CMD_FDC Signed-off-by: Simon Glass --- cmd/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cmd') diff --git a/cmd/Kconfig b/cmd/Kconfig index cc959f6a4a..99082c14f2 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -604,6 +604,11 @@ config CMD_GPIO 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 -- cgit