]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM64: zynqmp: Do not setup DM_ETH/GPIO/MMC by default for all boards
authorMichal Simek <michal.simek@xilinx.com>
Mon, 4 Apr 2016 13:32:20 +0000 (15:32 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 13 Apr 2016 16:29:05 +0000 (18:29 +0200)
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
configs/xilinx_zynqmp_ep_defconfig

index f18dbe683c164148170e09c0dafd4c00a104fff4..c8e0337893934362b87e6bc72dbfbbd67f9d2074 100644 (file)
@@ -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
index 91ae10ab211b9396917ddc39aefba0f2c1cb7608..c6e75d444763e5fbaafa193d9dd1309b2aa8ec81 100644 (file)
@@ -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