Kconfig (c1f3ee120bb61045b1c0a3ead620d1d65af47130) | Kconfig (9dd0b194bf6804b1998f0fe261b2606ec7b58d72) |
---|---|
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 --- 331 unchanged lines hidden (view full) --- 340 select CPU_CACHE_VIVT 341 select CPU_CP15_MMU 342 select CPU_TLB_V4WBI if MMU 343 select IO_36 344 345# Feroceon 346config CPU_FEROCEON 347 bool | 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 --- 331 unchanged lines hidden (view full) --- 340 select CPU_CACHE_VIVT 341 select CPU_CP15_MMU 342 select CPU_TLB_V4WBI if MMU 343 select IO_36 344 345# Feroceon 346config CPU_FEROCEON 347 bool |
348 depends on ARCH_ORION | 348 depends on ARCH_ORION5X |
349 default y 350 select CPU_32v5 351 select CPU_ABRT_EV5T 352 select CPU_CACHE_VIVT 353 select CPU_CP15_MMU 354 select CPU_COPY_V4WB if MMU 355 select CPU_TLB_V4WBI if MMU 356 --- 319 unchanged lines hidden --- | 349 default y 350 select CPU_32v5 351 select CPU_ABRT_EV5T 352 select CPU_CACHE_VIVT 353 select CPU_CP15_MMU 354 select CPU_COPY_V4WB if MMU 355 select CPU_TLB_V4WBI if MMU 356 --- 319 unchanged lines hidden --- |