diff options
author | Daniel Axtens <dja@axtens.net> | 2015-04-14 01:28:44 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-04-14 14:57:10 -0400 |
commit | e07678341b612bbf98c2bf205c3f26f3ef5f8e93 (patch) | |
tree | 3d94b071b6988168da7c3d0614bfe57068bf330f | |
parent | aa0a34be68290aa9aa071c0691fb8b6edda38358 (diff) |
toshiba: Remove celleb from Kconfig options
The toshiba drivers had celleb as an optional dependency.
celleb has been dropped [1], so clean that out of Kconfig.
[1] http://patchwork.ozlabs.org/patch/451730/
CC: netdev@vger.kernel.org
CC: Valentin Rothberg <valentinrothberg@gmail.com>
CC: mpe@ellerman.id.au
CC: linuxppc-dev@lists.ozlabs.org
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/toshiba/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/toshiba/Kconfig b/drivers/net/ethernet/toshiba/Kconfig index 74acb5cf6099..5d244b6b5e3a 100644 --- a/drivers/net/ethernet/toshiba/Kconfig +++ b/drivers/net/ethernet/toshiba/Kconfig | |||
@@ -5,7 +5,7 @@ | |||
5 | config NET_VENDOR_TOSHIBA | 5 | config NET_VENDOR_TOSHIBA |
6 | bool "Toshiba devices" | 6 | bool "Toshiba devices" |
7 | default y | 7 | default y |
8 | depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB || MIPS) || PPC_PS3 | 8 | depends on PCI && (PPC_IBM_CELL_BLADE || MIPS) || PPC_PS3 |
9 | ---help--- | 9 | ---help--- |
10 | If you have a network (Ethernet) card belonging to this class, say Y | 10 | If you have a network (Ethernet) card belonging to this class, say Y |
11 | and read the Ethernet-HOWTO, available from | 11 | and read the Ethernet-HOWTO, available from |
@@ -42,7 +42,7 @@ config GELIC_WIRELESS | |||
42 | 42 | ||
43 | config SPIDER_NET | 43 | config SPIDER_NET |
44 | tristate "Spider Gigabit Ethernet driver" | 44 | tristate "Spider Gigabit Ethernet driver" |
45 | depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB) | 45 | depends on PCI && PPC_IBM_CELL_BLADE |
46 | select FW_LOADER | 46 | select FW_LOADER |
47 | select SUNGEM_PHY | 47 | select SUNGEM_PHY |
48 | ---help--- | 48 | ---help--- |