Commit 640b1c20 authored by Tom Rini's avatar Tom Rini

PPC32: Fix the dependancies on CONFIG_ISA.

From Hollis Blanchard <hollisb@us.ibm.com>.
parent 1ade354f
...@@ -717,7 +717,7 @@ config HIGHMEM ...@@ -717,7 +717,7 @@ config HIGHMEM
config ISA config ISA
bool "Support for ISA-bus hardware" bool "Support for ISA-bus hardware"
depends on PREP || CHRP depends on PPC_PREP || PPC_CHRP
help help
Find out whether you have ISA slots on your motherboard. ISA is the 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 name of a bus system, i.e. the way the CPU talks to the other stuff
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment