[ARM] nommu: add arch/arm/Kconfig-nommu to Kconfig files
Include Kconfig-nommu when MMU is not selected. (This is part of a patch from Hyok.) Signed-off-by: Hyok S. Choi <hyok.choi@samsung.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
5924486dc0
commit
3b93e7b08f
@@ -339,6 +339,10 @@ config XSCALE_PMU
|
|||||||
depends on CPU_XSCALE && !XSCALE_PMU_TIMER
|
depends on CPU_XSCALE && !XSCALE_PMU_TIMER
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
if !MMU
|
||||||
|
source "arch/arm/Kconfig-nommu"
|
||||||
|
endif
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
source "arch/arm/common/Kconfig"
|
source "arch/arm/common/Kconfig"
|
||||||
|
Reference in New Issue
Block a user