Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b20b093 authored by Adrian Bunk's avatar Adrian Bunk Committed by Hirokazu Takata
Browse files

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: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>
parent 1575da9e
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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"