From 83ce42b54eb1393030c5f3fdbf19fa2e1a35c6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Beh=C3=BAn?= Date: Tue, 11 Jan 2022 14:52:13 +0100 Subject: [PATCH] mvebu: Move cortexa9 specific config options from global config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move config options CONFIG_PHY_MVEBU_A38X_COMPHY CONFIG_RTC_DRV_MV to cortexa9/config-5.10. These are not needed for arm64 targets. Signed-off-by: Marek BehĂșn --- target/linux/mvebu/config-5.10 | 4 ++-- target/linux/mvebu/cortexa9/config-5.10 | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 target/linux/mvebu/cortexa9/config-5.10 diff --git a/target/linux/mvebu/config-5.10 b/target/linux/mvebu/config-5.10 index 33cb8cce88..86d8784c74 100644 --- a/target/linux/mvebu/config-5.10 +++ b/target/linux/mvebu/config-5.10 @@ -325,7 +325,7 @@ CONFIG_PHYLIB=y CONFIG_PHYLINK=y # CONFIG_PHY_MVEBU_A3700_COMPHY is not set # CONFIG_PHY_MVEBU_A3700_UTMI is not set -CONFIG_PHY_MVEBU_A38X_COMPHY=y +# CONFIG_PHY_MVEBU_A38X_COMPHY is not set # CONFIG_PHY_MVEBU_CP110_COMPHY is not set CONFIG_PINCTRL=y CONFIG_PINCTRL_ARMADA_370=y @@ -353,7 +353,7 @@ CONFIG_RFS_ACCEL=y CONFIG_RPS=y CONFIG_RTC_CLASS=y CONFIG_RTC_DRV_ARMADA38X=y -CONFIG_RTC_DRV_MV=y +# CONFIG_RTC_DRV_MV is not set CONFIG_RTC_I2C_AND_SPI=y CONFIG_RTC_MC146818_LIB=y CONFIG_RWSEM_SPIN_ON_OWNER=y diff --git a/target/linux/mvebu/cortexa9/config-5.10 b/target/linux/mvebu/cortexa9/config-5.10 new file mode 100644 index 0000000000..b737c44d42 --- /dev/null +++ b/target/linux/mvebu/cortexa9/config-5.10 @@ -0,0 +1,2 @@ +CONFIG_PHY_MVEBU_A38X_COMPHY=y +CONFIG_RTC_DRV_MV=y