[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080610222815.GI11685@cs181133002.pp.htv.fi>
Date: Wed, 11 Jun 2008 01:28:15 +0300
From: Adrian Bunk <bunk@...nel.org>
To: takata@...ux-m32r.org
Cc: linux-m32r@...linux-m32r.org, linux-kernel@...r.kernel.org
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 <bunk@...nel.org>
---
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"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists