aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMagnus Damm <magnus.damm@gmail.com>2007-11-08 16:31:05 +0900
committerJeff Garzik <jeff@garzik.org>2007-11-10 04:25:15 -0500
commit8687991a734a67f1638782c968f46fff0f94bb1f (patch)
treee054e585b310ee27f5e7fce1c1298aeacde88391 /drivers
parentqla3xxx: bugfix: Fix bad logical operation in link state machine. (diff)
downloadlinux-dev-8687991a734a67f1638782c968f46fff0f94bb1f.tar.xz
linux-dev-8687991a734a67f1638782c968f46fff0f94bb1f.zip
ax88796: add superh to kconfig dependencies
ax88796: add superh to kconfig dependencies This patch adds sh architecture support to the ax88796 kconfig. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index cb581ebbe3c5..bf8890ebbc4c 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -235,7 +235,7 @@ source "drivers/net/arm/Kconfig"
config AX88796
tristate "ASIX AX88796 NE2000 clone support"
- depends on ARM || MIPS
+ depends on ARM || MIPS || SUPERH
select CRC32
select MII
help