diff options
author | Magnus Damm <magnus.damm@gmail.com> | 2007-11-08 08:31:05 +0100 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-11-10 10:25:15 +0100 |
commit | 8687991a734a67f1638782c968f46fff0f94bb1f (patch) | |
tree | e054e585b310ee27f5e7fce1c1298aeacde88391 /drivers/net/Kconfig | |
parent | qla3xxx: bugfix: Fix bad logical operation in link state machine. (diff) | |
download | linux-8687991a734a67f1638782c968f46fff0f94bb1f.tar.xz linux-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/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 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 |