summaryrefslogtreecommitdiff
path: root/drivers/net/can/sja1000/Kconfig
diff options
context:
space:
mode:
authorWolfgang Grandegger <wg@grandegger.com>2011-11-24 03:58:22 +0400
committerDavid S. Miller <davem@davemloft.net>2011-11-30 03:35:51 +0400
commit1839a6c6f1eb8c0e20dc87d57024a85707f1a2f8 (patch)
tree0c00692dd88faf21efe74716fe4781c7bb15df29 /drivers/net/can/sja1000/Kconfig
parente92036a6516d07f61d4c214970a35ff05b919c25 (diff)
downloadlinux-1839a6c6f1eb8c0e20dc87d57024a85707f1a2f8.tar.xz
can: sja1000_isa: convert to platform driver to support x86_64 systems
This driver is currently not supported on x86_64 systems because the "isa_driver" interface is used (CONFIG_ISA=y). To overcome this limitation, the driver is converted to a platform driver, similar to the serial 8250 driver. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/can/sja1000/Kconfig')
-rw-r--r--drivers/net/can/sja1000/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/can/sja1000/Kconfig b/drivers/net/can/sja1000/Kconfig
index fe9e64d476eb..36e9d594069d 100644
--- a/drivers/net/can/sja1000/Kconfig
+++ b/drivers/net/can/sja1000/Kconfig
@@ -6,7 +6,6 @@ if CAN_SJA1000
config CAN_SJA1000_ISA
tristate "ISA Bus based legacy SJA1000 driver"
- depends on ISA
---help---
This driver adds legacy support for SJA1000 chips connected to
the ISA bus using I/O port, memory mapped or indirect access.