summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosen Penev2024-10-17 23:48:20 +0000
committerHauke Mehrtens2024-10-23 22:25:28 +0000
commitdfc8e8d09af2eddfbea9aa3b9897a8074db6e17c (patch)
treea6639ffe9c73c1c3ab209c9caa0d770eb0a49bd1
parent8e294af41b7b535307f92f805f0a163a620616e1 (diff)
downloadopenwrt-dfc8e8d09af2eddfbea9aa3b9897a8074db6e17c.tar.gz
apm821xx: move CONFIG_GENERIC_PHY up
It's shared by both subtargets. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16754 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--target/linux/apm821xx/config-6.61
-rw-r--r--target/linux/apm821xx/nand/config-default1
-rw-r--r--target/linux/apm821xx/sata/config-default1
3 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/apm821xx/config-6.6 b/target/linux/apm821xx/config-6.6
index 23342e78aa..33e586632c 100644
--- a/target/linux/apm821xx/config-6.6
+++ b/target/linux/apm821xx/config-6.6
@@ -100,6 +100,7 @@ CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_GENERIC_PCI_IOMAP=y
+CONFIG_GENERIC_PHY=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
diff --git a/target/linux/apm821xx/nand/config-default b/target/linux/apm821xx/nand/config-default
index 220ee3b9c0..6c425553b4 100644
--- a/target/linux/apm821xx/nand/config-default
+++ b/target/linux/apm821xx/nand/config-default
@@ -2,7 +2,6 @@ CONFIG_AT803X_PHY=y
CONFIG_BCH=y
CONFIG_CRYPTO_HASH_INFO=y
CONFIG_CRYPTO_ZSTD=y
-CONFIG_GENERIC_PHY=y
CONFIG_GRO_CELLS=y
CONFIG_HWMON=y
CONFIG_MTD_NAND_CORE=y
diff --git a/target/linux/apm821xx/sata/config-default b/target/linux/apm821xx/sata/config-default
index c12f01f87d..fdd5bf8bbd 100644
--- a/target/linux/apm821xx/sata/config-default
+++ b/target/linux/apm821xx/sata/config-default
@@ -15,7 +15,6 @@ CONFIG_EXT4_FS=y
CONFIG_F2FS_FS=y
CONFIG_FREEZER=y
CONFIG_FW_CACHE=y
-CONFIG_GENERIC_PHY=y
CONFIG_GPIO_74XX_MMIO=y
CONFIG_GPIO_GENERIC=y
CONFIG_GPIO_GENERIC_PLATFORM=y