From: Wolfgang Grandegger <wg@grandegger.com>
To: x86@kernel.org
Cc: SocketCAN Core Mailing List <socketcan-core@lists.berlios.de>,
LKML <linux-kernel@vger.kernel.org>,
Willy Lambert <lambert.willy@gmail.com>
Subject: [PATCH] x86_64: permit to configure ISA support also for x86_64 systems
Date: Fri, 16 Sep 2011 11:22:45 +0200 [thread overview]
Message-ID: <4E731565.5050307@grandegger.com> (raw)
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
next reply other threads:[~2011-09-16 9:22 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-16 9:22 Wolfgang Grandegger [this message]
2011-09-16 19:19 ` [PATCH] x86_64: permit to configure ISA support also for x86_64 systems 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E731565.5050307@grandegger.com \
--to=wg@grandegger.com \
--cc=lambert.willy@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=socketcan-core@lists.berlios.de \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox