Browse Source

mvebu: Move cortexa9 specific config options from global config

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 <[email protected]>
Marek Behún 4 years ago
parent
commit
83ce42b54e
2 changed files with 4 additions and 2 deletions
  1. 2 2
      target/linux/mvebu/config-5.10
  2. 2 0
      target/linux/mvebu/cortexa9/config-5.10

+ 2 - 2
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

+ 2 - 0
target/linux/mvebu/cortexa9/config-5.10

@@ -0,0 +1,2 @@
+CONFIG_PHY_MVEBU_A38X_COMPHY=y
+CONFIG_RTC_DRV_MV=y