diff options
| author | Rosen Penev | 2024-10-17 23:48:20 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-10-23 22:25:28 +0000 |
| commit | dfc8e8d09af2eddfbea9aa3b9897a8074db6e17c (patch) | |
| tree | a6639ffe9c73c1c3ab209c9caa0d770eb0a49bd1 | |
| parent | 8e294af41b7b535307f92f805f0a163a620616e1 (diff) | |
| download | openwrt-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.6 | 1 | ||||
| -rw-r--r-- | target/linux/apm821xx/nand/config-default | 1 | ||||
| -rw-r--r-- | target/linux/apm821xx/sata/config-default | 1 |
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 |