diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-04-04 15:32:20 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-04-13 18:29:05 +0200 |
commit | 885581a56bcf508cca87e3d6afe8987010fdcb6b (patch) | |
tree | 0fd75ffc721757ff0b8efbc59baddefe8496c5a5 /arch | |
parent | 4521202760d78533025fe3df4c7580f8bc97ae40 (diff) | |
download | u-boot-imx-885581a56bcf508cca87e3d6afe8987010fdcb6b.zip u-boot-imx-885581a56bcf508cca87e3d6afe8987010fdcb6b.tar.gz u-boot-imx-885581a56bcf508cca87e3d6afe8987010fdcb6b.tar.bz2 |
ARM64: zynqmp: Do not setup DM_ETH/GPIO/MMC by default for all boards
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f18dbe6..c8e0337 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 |