summaryrefslogtreecommitdiff
path: root/configs/controlcenterdc_defconfig
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2019-02-27 17:20:33 +0300
committerTom Rini <trini@konsulko.com>2019-03-26 00:35:52 +0300
commite608bebd7759e287f78269c6392f134283a4cbe6 (patch)
tree1e0032c86a2165fb1a62489ca5c6cdce49692943 /configs/controlcenterdc_defconfig
parenta1b713215749b96987a5a5a6f90cfa5808f471b6 (diff)
downloadu-boot-e608bebd7759e287f78269c6392f134283a4cbe6.tar.xz
controlcenterdc: move some configuration in defconfig file
Move some configurations in defconfig file - CONFIG_CMD_I2C - CONFIG_CMD_SPI This allow correct dependency handling in Kconfig. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'configs/controlcenterdc_defconfig')
-rw-r--r--configs/controlcenterdc_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/controlcenterdc_defconfig b/configs/controlcenterdc_defconfig
index f22a3ab819..b4b5732f69 100644
--- a/configs/controlcenterdc_defconfig
+++ b/configs/controlcenterdc_defconfig
@@ -26,9 +26,11 @@ CONFIG_HUSH_PARSER=y
# CONFIG_CMD_GO is not set
# CONFIG_CMD_FLASH is not set
CONFIG_CMD_GPIO=y
+CONFIG_CMD_I2C=y
CONFIG_CMD_MMC=y
CONFIG_CMD_PCI=y
CONFIG_CMD_SF=y
+CONFIG_CMD_SPI=y
CONFIG_CMD_USB=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_DHCP=y