aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c2238cd474c7..b224216c11db 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -52,6 +52,9 @@ config HAVE_TCM
52 bool 52 bool
53 select GENERIC_ALLOCATOR 53 select GENERIC_ALLOCATOR
54 54
55config HAVE_PROC_CPU
56 bool
57
55config NO_IOPORT 58config NO_IOPORT
56 bool 59 bool
57 60
@@ -1229,6 +1232,7 @@ config ALIGNMENT_TRAP
1229 bool 1232 bool
1230 depends on CPU_CP15_MMU 1233 depends on CPU_CP15_MMU
1231 default y if !ARCH_EBSA110 1234 default y if !ARCH_EBSA110
1235 select HAVE_PROC_CPU if PROC_FS
1232 help 1236 help
1233 ARM processors cannot fetch/store information which is not 1237 ARM processors cannot fetch/store information which is not
1234 naturally aligned on the bus, i.e., a 4 byte fetch must start at an 1238 naturally aligned on the bus, i.e., a 4 byte fetch must start at an