aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig23
1 files changed, 6 insertions, 17 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 13f89a262fa8..a3ffd1a391a7 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -371,7 +371,6 @@ config ARCH_CNS3XXX
371config ARCH_CLPS711X 371config ARCH_CLPS711X
372 bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" 372 bool "Cirrus Logic CLPS711x/EP721x/EP731x-based"
373 select ARCH_REQUIRE_GPIOLIB 373 select ARCH_REQUIRE_GPIOLIB
374 select ARCH_USES_GETTIMEOFFSET
375 select AUTO_ZRELADDR 374 select AUTO_ZRELADDR
376 select CLKDEV_LOOKUP 375 select CLKDEV_LOOKUP
377 select COMMON_CLK 376 select COMMON_CLK
@@ -951,22 +950,6 @@ config ARCH_OMAP
951 help 950 help
952 Support for TI's OMAP platform (OMAP1/2/3/4). 951 Support for TI's OMAP platform (OMAP1/2/3/4).
953 952
954config ARCH_VT8500_SINGLE
955 bool "VIA/WonderMedia 85xx"
956 select ARCH_HAS_CPUFREQ
957 select ARCH_REQUIRE_GPIOLIB
958 select CLKDEV_LOOKUP
959 select COMMON_CLK
960 select CPU_ARM926T
961 select GENERIC_CLOCKEVENTS
962 select GENERIC_GPIO
963 select HAVE_CLK
964 select MULTI_IRQ_HANDLER
965 select SPARSE_IRQ
966 select USE_OF
967 help
968 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
969
970endchoice 953endchoice
971 954
972menu "Multiple platform selection" 955menu "Multiple platform selection"
@@ -1231,6 +1214,7 @@ config ARM_ERRATA_430973
1231config ARM_ERRATA_458693 1214config ARM_ERRATA_458693
1232 bool "ARM errata: Processor deadlock when a false hazard is created" 1215 bool "ARM errata: Processor deadlock when a false hazard is created"
1233 depends on CPU_V7 1216 depends on CPU_V7
1217 depends on !ARCH_MULTIPLATFORM
1234 help 1218 help
1235 This option enables the workaround for the 458693 Cortex-A8 (r2p0) 1219 This option enables the workaround for the 458693 Cortex-A8 (r2p0)
1236 erratum. For very specific sequences of memory operations, it is 1220 erratum. For very specific sequences of memory operations, it is
@@ -1244,6 +1228,7 @@ config ARM_ERRATA_458693
1244config ARM_ERRATA_460075 1228config ARM_ERRATA_460075
1245 bool "ARM errata: Data written to the L2 cache can be overwritten with stale data" 1229 bool "ARM errata: Data written to the L2 cache can be overwritten with stale data"
1246 depends on CPU_V7 1230 depends on CPU_V7
1231 depends on !ARCH_MULTIPLATFORM
1247 help 1232 help
1248 This option enables the workaround for the 460075 Cortex-A8 (r2p0) 1233 This option enables the workaround for the 460075 Cortex-A8 (r2p0)
1249 erratum. Any asynchronous access to the L2 cache may encounter a 1234 erratum. Any asynchronous access to the L2 cache may encounter a
@@ -1256,6 +1241,7 @@ config ARM_ERRATA_460075
1256config ARM_ERRATA_742230 1241config ARM_ERRATA_742230
1257 bool "ARM errata: DMB operation may be faulty" 1242 bool "ARM errata: DMB operation may be faulty"
1258 depends on CPU_V7 && SMP 1243 depends on CPU_V7 && SMP
1244 depends on !ARCH_MULTIPLATFORM
1259 help 1245 help
1260 This option enables the workaround for the 742230 Cortex-A9 1246 This option enables the workaround for the 742230 Cortex-A9
1261 (r1p0..r2p2) erratum. Under rare circumstances, a DMB instruction 1247 (r1p0..r2p2) erratum. Under rare circumstances, a DMB instruction
@@ -1268,6 +1254,7 @@ config ARM_ERRATA_742230
1268config ARM_ERRATA_742231 1254config ARM_ERRATA_742231
1269 bool "ARM errata: Incorrect hazard handling in the SCU may lead to data corruption" 1255 bool "ARM errata: Incorrect hazard handling in the SCU may lead to data corruption"
1270 depends on CPU_V7 && SMP 1256 depends on CPU_V7 && SMP
1257 depends on !ARCH_MULTIPLATFORM
1271 help 1258 help
1272 This option enables the workaround for the 742231 Cortex-A9 1259 This option enables the workaround for the 742231 Cortex-A9
1273 (r2p0..r2p2) erratum. Under certain conditions, specific to the 1260 (r2p0..r2p2) erratum. Under certain conditions, specific to the
@@ -1318,6 +1305,7 @@ config PL310_ERRATA_727915
1318config ARM_ERRATA_743622 1305config ARM_ERRATA_743622
1319 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption" 1306 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption"
1320 depends on CPU_V7 1307 depends on CPU_V7
1308 depends on !ARCH_MULTIPLATFORM
1321 help 1309 help
1322 This option enables the workaround for the 743622 Cortex-A9 1310 This option enables the workaround for the 743622 Cortex-A9
1323 (r2p*) erratum. Under very rare conditions, a faulty 1311 (r2p*) erratum. Under very rare conditions, a faulty
@@ -1331,6 +1319,7 @@ config ARM_ERRATA_743622
1331config ARM_ERRATA_751472 1319config ARM_ERRATA_751472
1332 bool "ARM errata: Interrupted ICIALLUIS may prevent completion of broadcasted operation" 1320 bool "ARM errata: Interrupted ICIALLUIS may prevent completion of broadcasted operation"
1333 depends on CPU_V7 1321 depends on CPU_V7
1322 depends on !ARCH_MULTIPLATFORM
1334 help 1323 help
1335 This option enables the workaround for the 751472 Cortex-A9 (prior 1324 This option enables the workaround for the 751472 Cortex-A9 (prior
1336 to r3p0) erratum. An interrupted ICIALLUIS operation may prevent the 1325 to r3p0) erratum. An interrupted ICIALLUIS operation may prevent the