lantiq: xrx200: disable unused switch and phy
authorAleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
Sat, 27 Jun 2020 11:41:54 +0000 (13:41 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 26 Jul 2020 00:14:38 +0000 (02:14 +0200)
commitf8ea7c53fd227a9c21f0ca45a2c3345312ea54b5
tree49a5ff8386d191167560d347c943ecba10e7f003
parent739d282c2fc83906c1cd75d01e86fc2ab8dd625c
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>
target/linux/lantiq/ase/config-5.4
target/linux/lantiq/config-5.4
target/linux/lantiq/falcon/config-5.4
target/linux/lantiq/xway/config-5.4
target/linux/lantiq/xway_legacy/config-5.4