public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86_64: permit to configure ISA support also for x86_64 systems
@ 2011-09-16  9:22 Wolfgang Grandegger
  2011-09-16 19:19 ` Valdis.Kletnieks
  2011-09-16 22:33 ` Andi Kleen
  0 siblings, 2 replies; 12+ messages in thread
From: Wolfgang Grandegger @ 2011-09-16  9:22 UTC (permalink / raw)
  To: x86; +Cc: SocketCAN Core Mailing List, LKML, Willy Lambert

There are 64-bit systems out there, like the ATOM N450, which
have ISA slots. This patch is necessary to get the "sja1000_isa"
Socket-CAN driver working on such systems.

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
---
 arch/x86/Kconfig |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 6a47bb2..08ee2d4 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1947,7 +1947,6 @@ source "drivers/pci/pcie/Kconfig"
 
 source "drivers/pci/Kconfig"
 
-# x86_64 have no ISA slots, but can have ISA-style DMA.
 config ISA_DMA_API
 	bool "ISA-style DMA support" if (X86_64 && EXPERT)
 	default y
@@ -1955,8 +1954,6 @@ config ISA_DMA_API
 	  Enables ISA-style DMA support for devices requiring such controllers.
 	  If unsure, say Y.
 
-if X86_32
-
 config ISA
 	bool "ISA support"
 	---help---
@@ -1966,6 +1963,8 @@ config ISA
 	  (MCA) or VESA.  ISA is an older system, now being displaced by PCI;
 	  newer boards don't support it.  If you have ISA, say Y, otherwise N.
 
+if X86_32
+
 config EISA
 	bool "EISA support"
 	depends on ISA
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-09-22 14:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16  9:22 [PATCH] x86_64: permit to configure ISA support also for x86_64 systems Wolfgang Grandegger
2011-09-16 19:19 ` Valdis.Kletnieks
2011-09-16 19:31   ` Wolfgang Grandegger
2011-09-20 15:47     ` Arnd Bergmann
2011-09-21  8:33       ` Wolfgang Grandegger
2011-09-21  9:24         ` Arnd Bergmann
2011-09-21 22:13           ` Andi Kleen
2011-09-22  6:43           ` Wolfgang Grandegger
2011-09-22 14:20             ` Arnd Bergmann
2011-09-22 14:57               ` Wolfgang Grandegger
2011-09-18 23:19   ` Calvin Walton
2011-09-16 22:33 ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox