diff options
author | Simon Glass | 2017-05-17 03:25:02 -0600 |
---|---|---|
committer | Tom Rini | 2017-05-22 08:37:08 -0400 |
commit | 879704d8f7387b05272b79197a3c782d1499283b (patch) | |
tree | abe88b41302d55193e5b9aaa1d230fda942681e5 /configs/xpedite517x_defconfig | |
parent | 1136eb5e8f782cc60d3535d6369aa0a5bbfc2df0 (diff) |
Convert CONFIG_DS4510 to Kconfig
This converts the following to Kconfig:
CONFIG_DS4510
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/xpedite517x_defconfig')
-rw-r--r-- | configs/xpedite517x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xpedite517x_defconfig b/configs/xpedite517x_defconfig index 909efb1c08d..69fd8fa0047 100644 --- a/configs/xpedite517x_defconfig +++ b/configs/xpedite517x_defconfig @@ -15,6 +15,7 @@ CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_SNTP=y CONFIG_CMD_DATE=y +CONFIG_DS4510=y # CONFIG_MMC is not set CONFIG_MTD_NOR_FLASH=y CONFIG_SYS_NS16550=y |