2008-06-10 22:29:24

by Adrian Bunk

[permalink] [raw]
Subject: [RFC: 2.6 patch] m32r: don't offer CONFIG_ISA

As far as I know no M32R hardware actually has ISA slots.

Signed-off-by: Adrian Bunk <[email protected]>

---
ecb434c7ed05067f4fc9fae1b8fc9df1525b5484 diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig
index de153de..bd96c2e 100644
--- a/arch/m32r/Kconfig
+++ b/arch/m32r/Kconfig
@@ -409,11 +409,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"