diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:18 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 09:33:56 -0400 |
commit | b0e7a70a0594c3545a5da3e1a456362be1c27705 (patch) | |
tree | 73db309d7b6d8b9373b3efbb74b19f957b3161b5 /configs | |
parent | ef072200fa64ab0ca17fd6369fcfb95585afe8da (diff) | |
download | u-boot-b0e7a70a0594c3545a5da3e1a456362be1c27705.tar.gz u-boot-b0e7a70a0594c3545a5da3e1a456362be1c27705.tar.bz2 u-boot-b0e7a70a0594c3545a5da3e1a456362be1c27705.zip |
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 'configs')
-rw-r--r-- | configs/PIP405_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/PIP405_defconfig b/configs/PIP405_defconfig index bd421eab9c..e366ac1355 100644 --- a/configs/PIP405_defconfig +++ b/configs/PIP405_defconfig @@ -14,6 +14,7 @@ CONFIG_HUSH_PARSER=y CONFIG_CMD_EEPROM=y CONFIG_CMD_I2C=y CONFIG_CMD_USB=y +CONFIG_CMD_FDC=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y |