diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index e6be7123f9ca..c8779c13af89 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -934,6 +934,7 @@ config SPIDER_NET | |||
934 | tristate "Spider Gigabit Ethernet driver" | 934 | tristate "Spider Gigabit Ethernet driver" |
935 | depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB) | 935 | depends on PCI && (PPC_IBM_CELL_BLADE || PPC_CELLEB) |
936 | select FW_LOADER | 936 | select FW_LOADER |
937 | select SUNGEM_PHY | ||
937 | help | 938 | help |
938 | This driver supports the Gigabit Ethernet chips present on the | 939 | This driver supports the Gigabit Ethernet chips present on the |
939 | Cell Processor-Based Blades from IBM. | 940 | Cell Processor-Based Blades from IBM. |
@@ -1083,6 +1084,9 @@ if NETDEV_10000 | |||
1083 | config MDIO | 1084 | config MDIO |
1084 | tristate | 1085 | tristate |
1085 | 1086 | ||
1087 | config SUNGEM_PHY | ||
1088 | tristate | ||
1089 | |||
1086 | endif # NETDEV_10000 | 1090 | endif # NETDEV_10000 |
1087 | 1091 | ||
1088 | source "drivers/net/tokenring/Kconfig" | 1092 | source "drivers/net/tokenring/Kconfig" |