mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-13 16:14:26 +08:00
net: Make ZNET driver config depend on X86.
We're now using isa_virt_to_bus(), and there really isn't a generic and consistent test for whether a platform provides this interface or not. This driver is also for an x86-only device. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e69bebde46
commit
5894bab7f4
@ -150,7 +150,7 @@ config SUN3_82586
|
|||||||
|
|
||||||
config ZNET
|
config ZNET
|
||||||
tristate "Zenith Z-Note support (EXPERIMENTAL)"
|
tristate "Zenith Z-Note support (EXPERIMENTAL)"
|
||||||
depends on EXPERIMENTAL && ISA_DMA_API
|
depends on EXPERIMENTAL && ISA_DMA_API && X86
|
||||||
---help---
|
---help---
|
||||||
The Zenith Z-Note notebook computer has a built-in network
|
The Zenith Z-Note notebook computer has a built-in network
|
||||||
(Ethernet) card, and this is the Linux driver for it. Note that the
|
(Ethernet) card, and this is the Linux driver for it. Note that the
|
||||||
|
Loading…
Reference in New Issue
Block a user