Kconfig (69ecdbac144147a80747914d9b6ea3472e2d93e7) Kconfig (0fa7be407dc101afe2d3dc99ded99de34c967a52)
1config ARM
2 bool
3 default y
4 select HAVE_AOUT
5 select HAVE_DMA_API_DEBUG
6 select HAVE_IDE if PCI || ISA || PCMCIA
7 select HAVE_MEMBLOCK
8 select RTC_LIB

--- 455 unchanged lines hidden (view full) ---

464
465config ARCH_MXS
466 bool "Freescale MXS-based"
467 select GENERIC_CLOCKEVENTS
468 select ARCH_REQUIRE_GPIOLIB
469 select CLKDEV_LOOKUP
470 select CLKSRC_MMIO
471 select HAVE_CLK_PREPARE
1config ARM
2 bool
3 default y
4 select HAVE_AOUT
5 select HAVE_DMA_API_DEBUG
6 select HAVE_IDE if PCI || ISA || PCMCIA
7 select HAVE_MEMBLOCK
8 select RTC_LIB

--- 455 unchanged lines hidden (view full) ---

464
465config ARCH_MXS
466 bool "Freescale MXS-based"
467 select GENERIC_CLOCKEVENTS
468 select ARCH_REQUIRE_GPIOLIB
469 select CLKDEV_LOOKUP
470 select CLKSRC_MMIO
471 select HAVE_CLK_PREPARE
472 select PINCTRL
472 help
473 Support for Freescale MXS-based family of processors
474
475config ARCH_NETX
476 bool "Hilscher NetX based"
477 select CLKSRC_MMIO
478 select CPU_ARM926T
479 select ARM_VIC

--- 461 unchanged lines hidden (view full) ---

941
942config ARCH_NOMADIK
943 bool "STMicroelectronics Nomadik"
944 select ARM_AMBA
945 select ARM_VIC
946 select CPU_ARM926T
947 select CLKDEV_LOOKUP
948 select GENERIC_CLOCKEVENTS
473 help
474 Support for Freescale MXS-based family of processors
475
476config ARCH_NETX
477 bool "Hilscher NetX based"
478 select CLKSRC_MMIO
479 select CPU_ARM926T
480 select ARM_VIC

--- 461 unchanged lines hidden (view full) ---

942
943config ARCH_NOMADIK
944 bool "STMicroelectronics Nomadik"
945 select ARM_AMBA
946 select ARM_VIC
947 select CPU_ARM926T
948 select CLKDEV_LOOKUP
949 select GENERIC_CLOCKEVENTS
950 select PINCTRL
949 select MIGHT_HAVE_CACHE_L2X0
950 select ARCH_REQUIRE_GPIOLIB
951 help
952 Support for the Nomadik platform by ST-Ericsson
953
954config ARCH_DAVINCI
955 bool "TI DaVinci"
956 select GENERIC_CLOCKEVENTS

--- 224 unchanged lines hidden (view full) ---

1181 bool
1182 help
1183 Allow each machine to specify it's own IRQ handler at run time.
1184
1185if !MMU
1186source "arch/arm/Kconfig-nommu"
1187endif
1188
951 select MIGHT_HAVE_CACHE_L2X0
952 select ARCH_REQUIRE_GPIOLIB
953 help
954 Support for the Nomadik platform by ST-Ericsson
955
956config ARCH_DAVINCI
957 bool "TI DaVinci"
958 select GENERIC_CLOCKEVENTS

--- 224 unchanged lines hidden (view full) ---

1183 bool
1184 help
1185 Allow each machine to specify it's own IRQ handler at run time.
1186
1187if !MMU
1188source "arch/arm/Kconfig-nommu"
1189endif
1190
1189config ARM_ERRATA_326103
1190 bool "ARM errata: FSR write bit incorrect on a SWP to read-only memory"
1191 depends on CPU_V6
1192 help
1193 Executing a SWP instruction to read-only memory does not set bit 11
1194 of the FSR on the ARM 1136 prior to r1p0. This causes the kernel to
1195 treat the access as a read, preventing a COW from occurring and
1196 causing the faulting task to livelock.
1197
1198config ARM_ERRATA_411920
1199 bool "ARM errata: Invalidation of the Instruction Cache operation can fail"
1200 depends on CPU_V6 || CPU_V6K
1201 help
1202 Invalidation of the Instruction Cache operation can
1203 fail. This erratum is present in 1136 (before r1p4), 1156 and 1176.
1204 It does not affect the MPCore. This option enables the ARM Ltd.
1205 recommended workaround.

--- 1101 unchanged lines hidden ---
1191config ARM_ERRATA_411920
1192 bool "ARM errata: Invalidation of the Instruction Cache operation can fail"
1193 depends on CPU_V6 || CPU_V6K
1194 help
1195 Invalidation of the Instruction Cache operation can
1196 fail. This erratum is present in 1136 (before r1p4), 1156 and 1176.
1197 It does not affect the MPCore. This option enables the ARM Ltd.
1198 recommended workaround.

--- 1101 unchanged lines hidden ---