Skip to content

Commit

Permalink
m32r: don't offer CONFIG_ISA
Browse files Browse the repository at this point in the history
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]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Hirokazu Takata <[email protected]>
  • Loading branch information
AdrianBunk authored and htakata committed Sep 27, 2008
1 parent 1575da9 commit 1b20b09
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions arch/m32r/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 1b20b09

Please sign in to comment.