mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
ad4c9a09c7
commit
8687991a73
|
@ -235,7 +235,7 @@ source "drivers/net/arm/Kconfig"
|
||||||
|
|
||||||
config AX88796
|
config AX88796
|
||||||
tristate "ASIX AX88796 NE2000 clone support"
|
tristate "ASIX AX88796 NE2000 clone support"
|
||||||
depends on ARM || MIPS
|
depends on ARM || MIPS || SUPERH
|
||||||
select CRC32
|
select CRC32
|
||||||
select MII
|
select MII
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue