Commit 76394d1d authored by Guido Barzini's avatar Guido Barzini Committed by Russell King

[ARM PATCH] 2177/1: Trivial: contents of mach-h720x/Kconfig should be

 conditional on ARCH_H720X

Patch from G N Barzini

Currently under "System Type" you are always offered "h720x
Implementations" regardless of the system type selected. The fix for
this in the other Kconfig files seems to be enclose their contents
conditional in 'if ARCH_FOO'/'endif'. This patch does that.
parent 78e5ea9f
if ARCH_H720X
menu "h720x Implementations"
config ARCH_H7201
......@@ -25,3 +27,5 @@ config CPU_H7202
bool
help
Select code specific to h7202 variants
endif
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