diff options
Diffstat (limited to 'arch/m68knommu/Kconfig')
-rw-r--r-- | arch/m68knommu/Kconfig | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index 6d920d4bdc3d..25993c2a8fbb 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -25,6 +25,14 @@ config RWSEM_XCHGADD_ALGORITHM | |||
25 | bool | 25 | bool |
26 | default n | 26 | default n |
27 | 27 | ||
28 | config ARCH_HAS_ILOG2_U32 | ||
29 | bool | ||
30 | default n | ||
31 | |||
32 | config ARCH_HAS_ILOG2_U64 | ||
33 | bool | ||
34 | default n | ||
35 | |||
28 | config GENERIC_FIND_NEXT_BIT | 36 | config GENERIC_FIND_NEXT_BIT |
29 | bool | 37 | bool |
30 | default y | 38 | default y |
@@ -173,7 +181,7 @@ config CLOCK_DIV | |||
173 | On many SoC style CPUs the master CPU clock is also used to drive | 181 | On many SoC style CPUs the master CPU clock is also used to drive |
174 | on-chip peripherals. The clock that is distributed to these | 182 | on-chip peripherals. The clock that is distributed to these |
175 | peripherals is sometimes a fixed ratio of the master clock | 183 | peripherals is sometimes a fixed ratio of the master clock |
176 | frequency. If so then set this to the divider ration of the | 184 | frequency. If so then set this to the divider ratio of the |
177 | master clock to the peripheral clock. If not sure then select 1. | 185 | master clock to the peripheral clock. If not sure then select 1. |
178 | 186 | ||
179 | config OLDMASK | 187 | config OLDMASK |
@@ -192,7 +200,7 @@ config PILOT3 | |||
192 | Support for the Palm Pilot 1000/5000, Personal/Pro and PalmIII. | 200 | Support for the Palm Pilot 1000/5000, Personal/Pro and PalmIII. |
193 | 201 | ||
194 | config XCOPILOT_BUGS | 202 | config XCOPILOT_BUGS |
195 | bool " (X)Copilot support" | 203 | bool "(X)Copilot support" |
196 | depends on PILOT3 | 204 | depends on PILOT3 |
197 | help | 205 | help |
198 | Support the bugs of Xcopilot. | 206 | Support the bugs of Xcopilot. |
@@ -216,20 +224,20 @@ config DRAGEN2 | |||
216 | Support for the DragenEngine II board. | 224 | Support for the DragenEngine II board. |
217 | 225 | ||
218 | config DIRECT_IO_ACCESS | 226 | config DIRECT_IO_ACCESS |
219 | bool " Allow user to access IO directly" | 227 | bool "Allow user to access IO directly" |
220 | depends on (UCSIMM || UCDIMM || DRAGEN2) | 228 | depends on (UCSIMM || UCDIMM || DRAGEN2) |
221 | help | 229 | help |
222 | Disable the CPU internal registers protection in user mode, | 230 | Disable the CPU internal registers protection in user mode, |
223 | to allow a user application to read/write them. | 231 | to allow a user application to read/write them. |
224 | 232 | ||
225 | config INIT_LCD | 233 | config INIT_LCD |
226 | bool " Initialize LCD" | 234 | bool "Initialize LCD" |
227 | depends on (UCSIMM || UCDIMM || DRAGEN2) | 235 | depends on (UCSIMM || UCDIMM || DRAGEN2) |
228 | help | 236 | help |
229 | Initialize the LCD controller of the 68x328 processor. | 237 | Initialize the LCD controller of the 68x328 processor. |
230 | 238 | ||
231 | config MEMORY_RESERVE | 239 | config MEMORY_RESERVE |
232 | int " Memory reservation (MiB)" | 240 | int "Memory reservation (MiB)" |
233 | depends on (UCSIMM || UCDIMM) | 241 | depends on (UCSIMM || UCDIMM) |
234 | help | 242 | help |
235 | Reserve certain memory regions on 68x328 based boards. | 243 | Reserve certain memory regions on 68x328 based boards. |
@@ -409,7 +417,7 @@ config MOD5272 | |||
409 | Support for the Netburner MOD-5272 board. | 417 | Support for the Netburner MOD-5272 board. |
410 | 418 | ||
411 | config ROMFS_FROM_ROM | 419 | config ROMFS_FROM_ROM |
412 | bool " ROMFS image not RAM resident" | 420 | bool "ROMFS image not RAM resident" |
413 | depends on (NETtel || SNAPGEAR) | 421 | depends on (NETtel || SNAPGEAR) |
414 | help | 422 | help |
415 | The ROMfs filesystem will stay resident in the FLASH/ROM, not be | 423 | The ROMfs filesystem will stay resident in the FLASH/ROM, not be |
@@ -565,7 +573,7 @@ config ROMVEC | |||
565 | depends on ROM | 573 | depends on ROM |
566 | help | 574 | help |
567 | This is almost always the same as the base of the ROM. Since on all | 575 | This is almost always the same as the base of the ROM. Since on all |
568 | 68000 type varients the vectors are at the base of the boot device | 576 | 68000 type variants the vectors are at the base of the boot device |
569 | on system startup. | 577 | on system startup. |
570 | 578 | ||
571 | config ROMVECSIZE | 579 | config ROMVECSIZE |
@@ -574,7 +582,7 @@ config ROMVECSIZE | |||
574 | depends on ROM | 582 | depends on ROM |
575 | help | 583 | help |
576 | Define the size of the vector region in ROM. For most 68000 | 584 | Define the size of the vector region in ROM. For most 68000 |
577 | varients this would be 0x400 bytes in size. Set to 0 if you do | 585 | variants this would be 0x400 bytes in size. Set to 0 if you do |
578 | not want a vector region at the start of the ROM. | 586 | not want a vector region at the start of the ROM. |
579 | 587 | ||
580 | config ROMSTART | 588 | config ROMSTART |