diff options
author | Simon Glass | 2017-05-17 03:25:18 -0600 |
---|---|---|
committer | Tom Rini | 2017-05-22 09:33:56 -0400 |
commit | b0e7a70a0594c3545a5da3e1a456362be1c27705 (patch) | |
tree | 73db309d7b6d8b9373b3efbb74b19f957b3161b5 /include/config_cmd_all.h | |
parent | ef072200fa64ab0ca17fd6369fcfb95585afe8da (diff) |
Convert CONFIG_CMD_FDC to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_FDC
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/config_cmd_all.h')
-rw-r--r-- | include/config_cmd_all.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index a8242049139..9b3d88a1f8e 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -13,7 +13,6 @@ * Alphabetical list of all possible commands. */ -#define CONFIG_CMD_FDC /* Floppy Disk Support */ #define CONFIG_CMD_FUSE /* Device fuse support */ #define CONFIG_CMD_GETTIME /* Get time since boot */ #define CONFIG_CMD_HASH /* calculate hash / digest */ |