Kconfig (16bc67edeb49b531940b2ba6c183780a1b5c472d) Kconfig (edabd38e1a017e922e3e3b485ee3ddb4df433aa4)
1comment "Processor Type"
2
3config CPU_32
4 bool
5 default y
6
7# Select CPU types depending on the architecture selected. This selects
8# which CPUs we support in the kernel image, and the compiler instruction

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

383 default y
384 help
385 This enables the usage of some old Feroceon cores
386 for which the CPU ID is equal to the ARM926 ID.
387 Relevant for Feroceon-1850 and early Feroceon-2850.
388
389# ARMv6
390config CPU_V6
1comment "Processor Type"
2
3config CPU_32
4 bool
5 default y
6
7# Select CPU types depending on the architecture selected. This selects
8# which CPUs we support in the kernel image, and the compiler instruction

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

383 default y
384 help
385 This enables the usage of some old Feroceon cores
386 for which the CPU ID is equal to the ARM926 ID.
387 Relevant for Feroceon-1850 and early Feroceon-2850.
388
389# ARMv6
390config CPU_V6
391 bool "Support ARM V6 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX
391 bool "Support ARM V6 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX || ARCH_DOVE
392 select CPU_32v6
393 select CPU_ABRT_EV6
394 select CPU_PABRT_V6
395 select CPU_CACHE_V6
396 select CPU_CACHE_VIPT
397 select CPU_CP15_MMU
398 select CPU_HAS_ASID if MMU
399 select CPU_COPY_V6 if MMU

--- 379 unchanged lines hidden ---
392 select CPU_32v6
393 select CPU_ABRT_EV6
394 select CPU_PABRT_V6
395 select CPU_CACHE_V6
396 select CPU_CACHE_VIPT
397 select CPU_CP15_MMU
398 select CPU_HAS_ASID if MMU
399 select CPU_COPY_V6 if MMU

--- 379 unchanged lines hidden ---