Commit 8981f05c034d26cf0f274358a984487d1b6c603e

Authored by Masahiro Yamada
Committed by Simon Glass
1 parent 4e819950a5

ARM: zynq: use "select" instead of default value in defconfig

All the Zynq boards have switch to Driver Model.
"select DM" is better than default value in each defconfig.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>

Showing 8 changed files with 1 additions and 7 deletions Side-by-side Diff

... ... @@ -650,6 +650,7 @@
650 650 bool "Xilinx Zynq Platform"
651 651 select CPU_V7
652 652 select SUPPORT_SPL
  653 + select DM
653 654  
654 655 config TARGET_XILINX_ZYNQMP
655 656 bool "Support Xilinx ZynqMP Platform"
configs/zynq_microzed_defconfig
... ... @@ -7,6 +7,5 @@
7 7 CONFIG_FIT=y
8 8 CONFIG_FIT_VERBOSE=y
9 9 CONFIG_FIT_SIGNATURE=y
10   -CONFIG_DM=y
11 10 CONFIG_DEFAULT_DEVICE_TREE="zynq-microzed"
configs/zynq_zc70x_defconfig
... ... @@ -8,5 +8,4 @@
8 8 CONFIG_FIT=y
9 9 CONFIG_FIT_VERBOSE=y
10 10 CONFIG_FIT_SIGNATURE=y
11   -CONFIG_DM=y
configs/zynq_zc770_xm010_defconfig
... ... @@ -9,5 +9,4 @@
9 9 CONFIG_FIT=y
10 10 CONFIG_FIT_VERBOSE=y
11 11 CONFIG_FIT_SIGNATURE=y
12   -CONFIG_DM=y
configs/zynq_zc770_xm012_defconfig
... ... @@ -9,5 +9,4 @@
9 9 CONFIG_FIT=y
10 10 CONFIG_FIT_VERBOSE=y
11 11 CONFIG_FIT_SIGNATURE=y
12   -CONFIG_DM=y
configs/zynq_zc770_xm013_defconfig
... ... @@ -9,5 +9,4 @@
9 9 CONFIG_FIT=y
10 10 CONFIG_FIT_VERBOSE=y
11 11 CONFIG_FIT_SIGNATURE=y
12   -CONFIG_DM=y
configs/zynq_zed_defconfig
... ... @@ -8,5 +8,4 @@
8 8 CONFIG_FIT=y
9 9 CONFIG_FIT_VERBOSE=y
10 10 CONFIG_FIT_SIGNATURE=y
11   -CONFIG_DM=y
configs/zynq_zybo_defconfig
... ... @@ -8,5 +8,4 @@
8 8 CONFIG_FIT=y
9 9 CONFIG_FIT_VERBOSE=y
10 10 CONFIG_FIT_SIGNATURE=y
11   -CONFIG_DM=y