diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2005-04-16 18:24:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:24:30 -0400 |
commit | 16b817579fb61050f1abcc0e81089974328a9c27 (patch) | |
tree | 7e1a511bfdab8965fb5b3502f47f7018c03861d8 /drivers/net/Kconfig | |
parent | d8f6098d5b0e9755c79d05e30b185a6e964fd3fa (diff) |
[PATCH] ppc32: MV643XX ethernet is an option for Pegasos
This patch allows Kconfig to build the MV643xx ethernet driver on Pegasos
(CONFIG_PPC_MULTIPLATFORM) and adds what I think is a missing fix from
Dale's batch, that is remove SA_INTERRUPT and add SA_SHIRQ in there as the
interrupt is shared if I understand things correctly.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Fabio Massimo Di Nitto <fabbione@ubuntu.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 74d57865a819..68242bda4b9c 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2044,7 +2044,7 @@ config GFAR_NAPI | |||
2044 | 2044 | ||
2045 | config MV643XX_ETH | 2045 | config MV643XX_ETH |
2046 | tristate "MV-643XX Ethernet support" | 2046 | tristate "MV-643XX Ethernet support" |
2047 | depends on MOMENCO_OCELOT_C || MOMENCO_JAGUAR_ATX || MV64360 || MOMENCO_OCELOT_3 | 2047 | depends on MOMENCO_OCELOT_C || MOMENCO_JAGUAR_ATX || MV64360 || MOMENCO_OCELOT_3 || PPC_MULTIPLATFORM |
2048 | help | 2048 | help |
2049 | This driver supports the gigabit Ethernet on the Marvell MV643XX | 2049 | This driver supports the gigabit Ethernet on the Marvell MV643XX |
2050 | chipset which is used in the Momenco Ocelot C and Jaguar ATX and | 2050 | chipset which is used in the Momenco Ocelot C and Jaguar ATX and |