diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 86fe67fd49ba..9334539ebf75 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1041,7 +1041,7 @@ config SMC911X | |||
1041 | tristate "SMSC LAN911[5678] support" | 1041 | tristate "SMSC LAN911[5678] support" |
1042 | select CRC32 | 1042 | select CRC32 |
1043 | select MII | 1043 | select MII |
1044 | depends on ARM || SUPERH | 1044 | depends on ARM || SUPERH || MN10300 |
1045 | help | 1045 | help |
1046 | This is a driver for SMSC's LAN911x series of Ethernet chipsets | 1046 | This is a driver for SMSC's LAN911x series of Ethernet chipsets |
1047 | including the new LAN9115, LAN9116, LAN9117, and LAN9118. | 1047 | including the new LAN9115, LAN9116, LAN9117, and LAN9118. |
@@ -1055,7 +1055,7 @@ config SMC911X | |||
1055 | 1055 | ||
1056 | config SMSC911X | 1056 | config SMSC911X |
1057 | tristate "SMSC LAN911x/LAN921x families embedded ethernet support" | 1057 | tristate "SMSC LAN911x/LAN921x families embedded ethernet support" |
1058 | depends on ARM || SUPERH || BLACKFIN || MIPS | 1058 | depends on ARM || SUPERH || BLACKFIN || MIPS || MN10300 |
1059 | select CRC32 | 1059 | select CRC32 |
1060 | select MII | 1060 | select MII |
1061 | select PHYLIB | 1061 | select PHYLIB |
@@ -1067,6 +1067,14 @@ config SMSC911X | |||
1067 | <file:Documentation/networking/net-modules.txt>. The module | 1067 | <file:Documentation/networking/net-modules.txt>. The module |
1068 | will be called smsc911x. | 1068 | will be called smsc911x. |
1069 | 1069 | ||
1070 | config SMSC911X_ARCH_HOOKS | ||
1071 | def_bool n | ||
1072 | depends on SMSC911X | ||
1073 | help | ||
1074 | If the arch enables this, it allows the arch to implement various | ||
1075 | hooks for more comprehensive interrupt control and also to override | ||
1076 | the source of the MAC address. | ||
1077 | |||
1070 | config NET_VENDOR_RACAL | 1078 | config NET_VENDOR_RACAL |
1071 | bool "Racal-Interlan (Micom) NI cards" | 1079 | bool "Racal-Interlan (Micom) NI cards" |
1072 | depends on ISA | 1080 | depends on ISA |