.. | .. |
---|
56 | 56 | config SPARC32 |
---|
57 | 57 | def_bool !64BIT |
---|
58 | 58 | select ARCH_32BIT_OFF_T |
---|
| 59 | + select ARCH_HAS_CPU_FINALIZE_INIT if !SMP |
---|
59 | 60 | select ARCH_HAS_SYNC_DMA_FOR_CPU |
---|
60 | 61 | select GENERIC_ATOMIC64 |
---|
61 | 62 | select CLZ_TAB |
---|
.. | .. |
---|
139 | 140 | config HIGHMEM |
---|
140 | 141 | bool |
---|
141 | 142 | default y if SPARC32 |
---|
142 | | - select KMAP_LOCAL |
---|
143 | 143 | |
---|
144 | 144 | config ZONE_DMA |
---|
145 | 145 | bool |
---|
.. | .. |
---|
294 | 294 | This config option is actually maximum order plus one. For example, |
---|
295 | 295 | a value of 13 means that the largest free memory block is 2^12 pages. |
---|
296 | 296 | |
---|
297 | | -if SPARC64 |
---|
| 297 | +if SPARC64 || COMPILE_TEST |
---|
298 | 298 | source "kernel/power/Kconfig" |
---|
299 | 299 | endif |
---|
300 | 300 | |
---|