projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5924486
)
[ARM] nommu: add arch/arm/Kconfig-nommu to Kconfig files
author
Hyok S. Choi
<hyok.choi@samsung.com>
Thu, 22 Jun 2006 10:48:56 +0000
(11:48 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Wed, 28 Jun 2006 16:59:49 +0000
(17:59 +0100)
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>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 3d1a3fb7d5fc17901b200f9a4e8a8097d271f066..40943e19918ffa98dba54b08377757ce537f600c 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
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"