diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 9ff1cf46eaee..45f6cf531566 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -240,6 +240,13 @@ config AX88796 | |||
240 | AX88796 driver, using platform bus to provide | 240 | AX88796 driver, using platform bus to provide |
241 | chip detection and resources | 241 | chip detection and resources |
242 | 242 | ||
243 | config AX88796_93CX6 | ||
244 | bool "ASIX AX88796 external 93CX6 eeprom support" | ||
245 | depends on AX88796 | ||
246 | select EEPROM_93CX6 | ||
247 | help | ||
248 | Select this if your platform comes with an external 93CX6 eeprom. | ||
249 | |||
243 | config MACE | 250 | config MACE |
244 | tristate "MACE (Power Mac ethernet) support" | 251 | tristate "MACE (Power Mac ethernet) support" |
245 | depends on PPC_PMAC && PPC32 | 252 | depends on PPC_PMAC && PPC32 |