From: Adrian Bunk Date: Wed, 24 Sep 2008 05:58:54 +0000 (+0900) Subject: m32r: don't offer CONFIG_ISA X-Git-Tag: v2.6.27-rc8~5^2~3 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1b20b093e7f81ff8cb322773684b260d1487b610;p=~shefty%2Frdma-dev.git m32r: don't offer CONFIG_ISA As far as I know no M32R hardware actually has ISA slots. And ISA drivers don't compile on M32R. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Hirokazu Takata --- diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index 0266519491a..f57113f1f89 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig @@ -406,11 +406,7 @@ config PCI_DIRECT source "drivers/pci/Kconfig" config ISA - bool "ISA support" - help - Find out whether you have ISA slots on your motherboard. ISA is the - name of a bus system, i.e. the way the CPU talks to the other stuff - inside your box. If you have ISA, say Y, otherwise N. + bool source "drivers/pcmcia/Kconfig"