Commit 32fa2bfc authored by Grant Coady's avatar Grant Coady Committed by Jeff Garzik

[PATCH] net/Kconfig: convert pocket_adapter ISA to PARPORT

This patch changes pocket and parallel adaptors to depend on PARPORT
instead of ISA in order to get the option in newer SuperIO based systems.
Signed-off-by: default avatarGrant Coady <gcoady@gmail.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 49a9db07
...@@ -1655,7 +1655,7 @@ config LAN_SAA9730 ...@@ -1655,7 +1655,7 @@ config LAN_SAA9730
config NET_POCKET config NET_POCKET
bool "Pocket and portable adapters" bool "Pocket and portable adapters"
depends on NET_ETHERNET && ISA depends on NET_ETHERNET && PARPORT
---help--- ---help---
Cute little network (Ethernet) devices which attach to the parallel Cute little network (Ethernet) devices which attach to the parallel
port ("pocket adapters"), commonly used with laptops. If you have port ("pocket adapters"), commonly used with laptops. If you have
...@@ -1679,7 +1679,7 @@ config NET_POCKET ...@@ -1679,7 +1679,7 @@ config NET_POCKET
config ATP config ATP
tristate "AT-LAN-TEC/RealTek pocket adapter support" tristate "AT-LAN-TEC/RealTek pocket adapter support"
depends on NET_POCKET && ISA && X86 depends on NET_POCKET && PARPORT && X86
select CRC32 select CRC32
---help--- ---help---
This is a network (Ethernet) device which attaches to your parallel This is a network (Ethernet) device which attaches to your parallel
...@@ -1694,7 +1694,7 @@ config ATP ...@@ -1694,7 +1694,7 @@ config ATP
config DE600 config DE600
tristate "D-Link DE600 pocket adapter support" tristate "D-Link DE600 pocket adapter support"
depends on NET_POCKET && ISA depends on NET_POCKET && PARPORT
---help--- ---help---
This is a network (Ethernet) device which attaches to your parallel This is a network (Ethernet) device which attaches to your parallel
port. Read <file:Documentation/networking/DLINK.txt> as well as the port. Read <file:Documentation/networking/DLINK.txt> as well as the
...@@ -1709,7 +1709,7 @@ config DE600 ...@@ -1709,7 +1709,7 @@ config DE600
config DE620 config DE620
tristate "D-Link DE620 pocket adapter support" tristate "D-Link DE620 pocket adapter support"
depends on NET_POCKET && ISA depends on NET_POCKET && PARPORT
---help--- ---help---
This is a network (Ethernet) device which attaches to your parallel This is a network (Ethernet) device which attaches to your parallel
port. Read <file:Documentation/networking/DLINK.txt> as well as the port. Read <file:Documentation/networking/DLINK.txt> as well as the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment