diff options
author | Markus Brunner <super.firetwister@googlemail.com> | 2007-08-20 08:36:50 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 16:54:06 -0700 |
commit | 726d722e41f1c329b7f04c5ee5aef02a60ac1991 (patch) | |
tree | bc8c0ff549a8e411112ef6a0af9a52a70fe54004 /drivers/net/Kconfig | |
parent | 2c69448bbcedebeb8409ddb05fbc7d3fe1cfbda7 (diff) | |
download | op-kernel-dev-726d722e41f1c329b7f04c5ee5aef02a60ac1991.zip op-kernel-dev-726d722e41f1c329b7f04c5ee5aef02a60ac1991.tar.gz |
smc911x irq sense request and MPR2 board support
Hi,
this are the changes to the smc911x driver, which were necessary
to get it running on the Magic Panel R2 (smsc9115).
It is a SH3-DSP based board. The other patches are available on
the linuxsh-dev mailinglist.
http://marc.info/?l=linuxsh-dev&r=1&b=200708&w=2
It was necessary to set the irq sense to low level.
Therefor the SMC_IRQ_SENSE define was added.
How are the chances for inclusion in 2.6.24?
Signed-off by: Markus Brunner <super.firetwister@gmail.com>
Signed-off by: Mark Jonas <toertel@gmail.com>
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 45f6cf5..0e48b29 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -944,7 +944,7 @@ config SMC911X tristate "SMSC LAN911[5678] support" select CRC32 select MII - depends on ARCH_PXA + depends on ARCH_PXA || SUPERH help This is a driver for SMSC's LAN911x series of Ethernet chipsets including the new LAN9115, LAN9116, LAN9117, and LAN9118. |