Kconfig (8990c1bc4be46473ad19bf2fa612ca57286f3df4) | Kconfig (a4553358d94b4a1f3e6f24aacfd076022ac14855) |
---|---|
1comment "Processor Type" 2 3# Select CPU types depending on the architecture selected. This selects 4# which CPUs we support in the kernel image, and the compiler instruction 5# optimiser behaviour. 6 7# ARM610 8config CPU_ARM610 --- 368 unchanged lines hidden (view full) --- 377 bool "Accept early Feroceon cores with an ARM926 ID" 378 depends on CPU_FEROCEON && !CPU_ARM926T 379 default y 380 help 381 This enables the usage of some old Feroceon cores 382 for which the CPU ID is equal to the ARM926 ID. 383 Relevant for Feroceon-1850 and early Feroceon-2850. 384 | 1comment "Processor Type" 2 3# Select CPU types depending on the architecture selected. This selects 4# which CPUs we support in the kernel image, and the compiler instruction 5# optimiser behaviour. 6 7# ARM610 8config CPU_ARM610 --- 368 unchanged lines hidden (view full) --- 377 bool "Accept early Feroceon cores with an ARM926 ID" 378 depends on CPU_FEROCEON && !CPU_ARM926T 379 default y 380 help 381 This enables the usage of some old Feroceon cores 382 for which the CPU ID is equal to the ARM926 ID. 383 Relevant for Feroceon-1850 and early Feroceon-2850. 384 |
385# Marvell PJ4 386config CPU_PJ4 387 bool 388 select CPU_V7 389 select ARM_THUMBEE 390 |
|
385# ARMv6 386config CPU_V6 387 bool "Support ARM V6 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX || ARCH_DOVE 388 select CPU_32v6 389 select CPU_ABRT_EV6 390 select CPU_PABRT_V6 391 select CPU_CACHE_V6 392 select CPU_CACHE_VIPT --- 445 unchanged lines hidden --- | 391# ARMv6 392config CPU_V6 393 bool "Support ARM V6 processor" if ARCH_INTEGRATOR || MACH_REALVIEW_EB || MACH_REALVIEW_PBX || ARCH_DOVE 394 select CPU_32v6 395 select CPU_ABRT_EV6 396 select CPU_PABRT_V6 397 select CPU_CACHE_V6 398 select CPU_CACHE_VIPT --- 445 unchanged lines hidden --- |