Explorar o código

[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>
Hyok S. Choi %!s(int64=19) %!d(string=hai) anos
pai
achega
3b93e7b08f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      arch/arm/Kconfig

+ 4 - 0
arch/arm/Kconfig

@@ -339,6 +339,10 @@ config XSCALE_PMU
 	depends on CPU_XSCALE && !XSCALE_PMU_TIMER
 	default y
 
+if !MMU
+source "arch/arm/Kconfig-nommu"
+endif
+
 endmenu
 
 source "arch/arm/common/Kconfig"