aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m32r/Kconfig
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-09-24 01:58:54 -0400
committerHirokazu Takata <takata@linux-m32r.org>2008-09-27 05:27:21 -0400
commit1b20b093e7f81ff8cb322773684b260d1487b610 (patch)
tree18490bca04e73b166592f1111c50454c4b808d29 /arch/m32r/Kconfig
parent1575da9ee4804ca889f32f8567dd7965e6fe4abc (diff)
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 <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
Diffstat (limited to 'arch/m32r/Kconfig')
-rw-r--r--arch/m32r/Kconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig
index 0266519491a4..f57113f1f892 100644
--- a/arch/m32r/Kconfig
+++ b/arch/m32r/Kconfig
@@ -406,11 +406,7 @@ config PCI_DIRECT
406source "drivers/pci/Kconfig" 406source "drivers/pci/Kconfig"
407 407
408config ISA 408config ISA
409 bool "ISA support" 409 bool
410 help
411 Find out whether you have ISA slots on your motherboard. ISA is the
412 name of a bus system, i.e. the way the CPU talks to the other stuff
413 inside your box. If you have ISA, say Y, otherwise N.
414 410
415source "drivers/pcmcia/Kconfig" 411source "drivers/pcmcia/Kconfig"
416 412