You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[NET] Eliminate user-selectable CONFIG_MV643XX_ETH_[012]
Remove the use of CONFIG_MV643XX_ETH_[012] variables on most platforms. Instead, platform-specific code enables the ports supported by the hardware. After this patch, these config variables are only used in arch/ppc, so also move them from drivers/net/Kconfig to arch/ppc/Kconfig. Signed-off-by: Dale Farnsworth <dale@farnsworth.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Acked-by: Jeff Garzik <jeff@garzik.org> Cc: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Ralf Baechle
parent
a0be2f7999
commit
f00a3ec4d4
@@ -845,6 +845,21 @@ config MV64X60
|
||||
select PPC_INDIRECT_PCI
|
||||
default y
|
||||
|
||||
config MV643XX_ETH_0
|
||||
bool
|
||||
depends on MV643XX_ETH && (KATANA || RADSTONE_PPC7D || EV64360 || HDPU)
|
||||
default y
|
||||
|
||||
config MV643XX_ETH_1
|
||||
bool
|
||||
depends on MV643XX_ETH && (KATANA || RADSTONE_PPC7D || EV64360)
|
||||
default y
|
||||
|
||||
config MV643XX_ETH_2
|
||||
bool
|
||||
depends on MV643XX_ETH && (KATANA || RADSTONE_PPC7D || EV64360)
|
||||
default y
|
||||
|
||||
menu "Set bridge options"
|
||||
depends on MV64X60
|
||||
|
||||
|
||||
Reference in New Issue
Block a user