aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorMagnus Damm <magnus.damm@gmail.com>2007-09-29 01:42:16 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:53:56 -0400
commit89e536a190f90d038bae7905a0c582cb7089b739 (patch)
tree3d9f7dc5c750c8adcadf568e98f12395bd7c5b68 /drivers/net/Kconfig
parent6daf65310374d24d888201b7a6eba90b44008b7b (diff)
ax88796: add 93cx6 eeprom support
Hook up the 93cx6 eeprom code to the ax88796 driver and modify the ax88796 driver to read out the mac address from the eeprom. We need this for the ax88796 on certain SuperH boards. The pin configuration used to connect the eeprom to the ax88796 on these boards is the same as pointed out by the ax88796 datasheet, so we can probably reuse this code for multiple platforms in the future. Signed-off-by: Magnus Damm <damm@igel.co.jp> Cc: Ben Dooks <ben-linux@fluff.org> Cc: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig7
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
243config 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
243config MACE 250config 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