2008-07-27 13:05:59

by Adrian Bunk

[permalink] [raw]
Subject: [2.6 patch] 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 <[email protected]>

---

This patch has been sent on:
- 11 Jun 2008

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"