diff options
author | Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl> | 2020-06-27 13:41:54 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-07-26 02:14:38 +0200 |
commit | f8ea7c53fd227a9c21f0ca45a2c3345312ea54b5 (patch) | |
tree | 49a5ff8386d191167560d347c943ecba10e7f003 /target/linux/lantiq/falcon | |
parent | 739d282c2fc83906c1cd75d01e86fc2ab8dd625c (diff) | |
download | upstream-f8ea7c53fd227a9c21f0ca45a2c3345312ea54b5.tar.gz upstream-f8ea7c53fd227a9c21f0ca45a2c3345312ea54b5.tar.bz2 upstream-f8ea7c53fd227a9c21f0ca45a2c3345312ea54b5.zip |
lantiq: xrx200: disable unused switch and phy
xrx200 has a 6 port built-in switch with 2 integrated PHY. None of the
xrx200 router uses external switch. Most boards use integrated or Lantiq
(Intel) PEF7071 PHY. Only some FritzBox routers use AT803X PHY and
VGV7510KW22 use ICPLUS PHY. Other unused PHY drivers may be removed.
This patch enables these symbols only on xway and xway_legacy subtargets:
- CONFIG_PSB6970_PHY (Driver for PHY in PSB6970 - 7 port FE Switch)
- CONFIG_RTL8366RB_PHY (Driver for PHY in RTL8366 - 6 port GE Switch)
- CONFIG_RTL8366_SMI (Driver for RTL8366 - 6 port GE Switch)
Reduces image size by 7.3kB.
Continuation of 58a6f06978f8 (PR: #2983)
Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
[fix sorting in config files, small fix in commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/lantiq/falcon')
-rw-r--r-- | target/linux/lantiq/falcon/config-5.4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/lantiq/falcon/config-5.4 b/target/linux/lantiq/falcon/config-5.4 index a6d9e944f0..0dc0cc4e39 100644 --- a/target/linux/lantiq/falcon/config-5.4 +++ b/target/linux/lantiq/falcon/config-5.4 @@ -4,8 +4,6 @@ CONFIG_MTD_NAND_ECC_SW_HAMMING=y CONFIG_MTD_RAW_NAND=y CONFIG_MTD_SPLIT_FIRMWARE_NAME="linux" CONFIG_PINCTRL_FALCON=y -# CONFIG_PSB6970_PHY is not set -# CONFIG_RTL8366_SMI is not set CONFIG_SOC_FALCON=y # CONFIG_SOC_XWAY is not set CONFIG_SPI_FALCON=y |