Kconfig (69dbdd819599e2f3b77c172e83af512845bca5ad) | Kconfig (247055aa21ffef1c49dd64710d5e94c2aee19b58) |
---|---|
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 --- 585 unchanged lines hidden (view full) --- 594 Processor has the CP15 register, which has MMU related registers. 595 596config CPU_CP15_MPU 597 bool 598 select CPU_CP15 599 help 600 Processor has the CP15 register, which has MPU related registers. 601 | 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 --- 585 unchanged lines hidden (view full) --- 594 Processor has the CP15 register, which has MMU related registers. 595 596config CPU_CP15_MPU 597 bool 598 select CPU_CP15 599 help 600 Processor has the CP15 register, which has MPU related registers. 601 |
602config CPU_USE_DOMAINS 603 bool 604 depends on MMU 605 default y if !CPU_32v6K 606 help 607 This option enables or disables the use of domain switching 608 via the set_fs() function. 609 |
|
602# 603# CPU supports 36-bit I/O 604# 605config IO_36 606 bool 607 608comment "Processor Features" 609 --- 228 unchanged lines hidden --- | 610# 611# CPU supports 36-bit I/O 612# 613config IO_36 614 bool 615 616comment "Processor Features" 617 --- 228 unchanged lines hidden --- |