aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2012-05-12 18:53:34 -0400
committerKukjin Kim <kgene.kim@samsung.com>2012-05-12 18:53:34 -0400
commit163ec0369be4c26e68385f6cec88d0ee38c8d8e5 (patch)
treef3e441866f8bc1b0548e7d8eddd9548b6aedef5e /arch/arm/Kconfig
parent199642bfe107c411f25fbfc16c9fd49cfef9785d (diff)
parent99dbdd98f271899e023d52b3f4c2bf67cdd7eb56 (diff)
Merge branch 'next/cleanup-plat-s3c24xx' into next/cleanup-plat-s3c24xx-s5p
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 60c2f9c0ba1a..85d8e2e9ae27 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -338,6 +338,7 @@ config ARCH_AT91
338 select HAVE_CLK 338 select HAVE_CLK
339 select CLKDEV_LOOKUP 339 select CLKDEV_LOOKUP
340 select IRQ_DOMAIN 340 select IRQ_DOMAIN
341 select NEED_MACH_IO_H if PCCARD
341 help 342 help
342 This enables support for systems based on the Atmel AT91RM9200, 343 This enables support for systems based on the Atmel AT91RM9200,
343 AT91SAM9 processors. 344 AT91SAM9 processors.
@@ -1184,6 +1185,15 @@ if !MMU
1184source "arch/arm/Kconfig-nommu" 1185source "arch/arm/Kconfig-nommu"
1185endif 1186endif
1186 1187
1188config ARM_ERRATA_326103
1189 bool "ARM errata: FSR write bit incorrect on a SWP to read-only memory"
1190 depends on CPU_V6
1191 help
1192 Executing a SWP instruction to read-only memory does not set bit 11
1193 of the FSR on the ARM 1136 prior to r1p0. This causes the kernel to
1194 treat the access as a read, preventing a COW from occurring and
1195 causing the faulting task to livelock.
1196
1187config ARM_ERRATA_411920 1197config ARM_ERRATA_411920
1188 bool "ARM errata: Invalidation of the Instruction Cache operation can fail" 1198 bool "ARM errata: Invalidation of the Instruction Cache operation can fail"
1189 depends on CPU_V6 || CPU_V6K 1199 depends on CPU_V6 || CPU_V6K