diff mbox

[U-Boot,28/33] ARM64: zynqmp: Do not setup DM_ETH/GPIO/MMC by default for all boards

Message ID dea0cdf8e391fa1956024423ebfa53fd4e158248.1460048744.git.michal.simek@xilinx.com
State Accepted
Commit 885581a56bcf508cca87e3d6afe8987010fdcb6b
Delegated to: Michal Simek
Headers show

Commit Message

Michal Simek April 7, 2016, 5:05 p.m. UTC
There are mini configurations which need to be fit to OCM that's why
these options shouldn't be enabled by default.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/Kconfig                   | 2 --
 configs/xilinx_zynqmp_ep_defconfig | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index f18dbe683c16..c8e033789393 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -591,8 +591,6 @@  config ARCH_ZYNQMP
 	select ARM64
 	select DM
 	select OF_CONTROL
-	select DM_ETH
-	select DM_MMC
 	select DM_SERIAL
 
 config TEGRA
diff --git a/configs/xilinx_zynqmp_ep_defconfig b/configs/xilinx_zynqmp_ep_defconfig
index 91ae10ab211b..c6e75d444763 100644
--- a/configs/xilinx_zynqmp_ep_defconfig
+++ b/configs/xilinx_zynqmp_ep_defconfig
@@ -26,8 +26,10 @@  CONFIG_CMD_TIME=y
 CONFIG_CMD_TIMER=y
 CONFIG_OF_EMBED=y
 CONFIG_NET_RANDOM_ETHADDR=y
+CONFIG_DM_MMC=y
 CONFIG_ZYNQ_SDHCI=y
 CONFIG_NAND_ARASAN=y
+CONFIG_DM_ETH=y
 CONFIG_ZYNQ_GEM=y
 CONFIG_USB=y
 CONFIG_USB_GADGET=y