From 1e313b4151050055fb605a9a2c9e6deb8a0c2889 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 29 Jun 2003 21:19:37 +0000 Subject: [PATCH] Only offer TC35815 driver for the JMR3927 eval board. --- arch/mips/defconfig-rm200 | 1 - arch/mips64/defconfig-rm200 | 1 - drivers/net/Kconfig | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/mips/defconfig-rm200 b/arch/mips/defconfig-rm200 index 2ab4500ffbc..c22c0e565de 100644 --- a/arch/mips/defconfig-rm200 +++ b/arch/mips/defconfig-rm200 @@ -364,7 +364,6 @@ CONFIG_PCNET32=y # CONFIG_APRICOT is not set # CONFIG_B44 is not set # CONFIG_CS89x0 is not set -# CONFIG_TC35815 is not set # CONFIG_DGRS is not set # CONFIG_EEPRO100 is not set # CONFIG_E100 is not set diff --git a/arch/mips64/defconfig-rm200 b/arch/mips64/defconfig-rm200 index aaa0b2849a2..2e98ea447bf 100644 --- a/arch/mips64/defconfig-rm200 +++ b/arch/mips64/defconfig-rm200 @@ -364,7 +364,6 @@ CONFIG_PCNET32=y # CONFIG_APRICOT is not set # CONFIG_B44 is not set # CONFIG_CS89x0 is not set -# CONFIG_TC35815 is not set # CONFIG_DGRS is not set # CONFIG_EEPRO100 is not set # CONFIG_E100 is not set diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 35e9724bb62..19b7d611e38 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1397,7 +1397,7 @@ config CS89x0 config TC35815 tristate "TOSHIBA TC35815 Ethernet support" - depends on NET_PCI && PCI + depends on NET_PCI && PCI && TOSHIBA_JMR3927 config DGRS tristate "Digi Intl. RightSwitch SE-X support" -- 2.11.4.GIT