diff options
author | Greg Ungerer <gerg@snapgear.com> | 2006-12-04 01:40:58 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-04 11:26:11 -0500 |
commit | 6869e940c2244554ad8858f8c4f07bf7e2fd5e3d (patch) | |
tree | 0f229e2a25b5a163fd37af90d3db0bf229ba5f67 /arch/m68knommu | |
parent | d916faace3efc0bf19fe9a615a1ab8fa1a24cd93 (diff) |
[PATCH] m68knommu: formatting cleanup in Kconfig
Formatting and a spelling cleanup in m68knommu Kconfig.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig index c1bc22c6d0d8..aa70dde54228 100644 --- a/arch/m68knommu/Kconfig +++ b/arch/m68knommu/Kconfig | |||
@@ -173,7 +173,7 @@ config CLOCK_DIV | |||
173 | On many SoC style CPUs the master CPU clock is also used to drive | 173 | 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 | 174 | on-chip peripherals. The clock that is distributed to these |
175 | peripherals is sometimes a fixed ratio of the master clock | 175 | peripherals is sometimes a fixed ratio of the master clock |
176 | frequency. If so then set this to the divider ration of the | 176 | 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. | 177 | master clock to the peripheral clock. If not sure then select 1. |
178 | 178 | ||
179 | config OLDMASK | 179 | config OLDMASK |
@@ -192,7 +192,7 @@ config PILOT3 | |||
192 | Support for the Palm Pilot 1000/5000, Personal/Pro and PalmIII. | 192 | Support for the Palm Pilot 1000/5000, Personal/Pro and PalmIII. |
193 | 193 | ||
194 | config XCOPILOT_BUGS | 194 | config XCOPILOT_BUGS |
195 | bool " (X)Copilot support" | 195 | bool "(X)Copilot support" |
196 | depends on PILOT3 | 196 | depends on PILOT3 |
197 | help | 197 | help |
198 | Support the bugs of Xcopilot. | 198 | Support the bugs of Xcopilot. |
@@ -216,20 +216,20 @@ config DRAGEN2 | |||
216 | Support for the DragenEngine II board. | 216 | Support for the DragenEngine II board. |
217 | 217 | ||
218 | config DIRECT_IO_ACCESS | 218 | config DIRECT_IO_ACCESS |
219 | bool " Allow user to access IO directly" | 219 | bool "Allow user to access IO directly" |
220 | depends on (UCSIMM || UCDIMM || DRAGEN2) | 220 | depends on (UCSIMM || UCDIMM || DRAGEN2) |
221 | help | 221 | help |
222 | Disable the CPU internal registers protection in user mode, | 222 | Disable the CPU internal registers protection in user mode, |
223 | to allow a user application to read/write them. | 223 | to allow a user application to read/write them. |
224 | 224 | ||
225 | config INIT_LCD | 225 | config INIT_LCD |
226 | bool " Initialize LCD" | 226 | bool "Initialize LCD" |
227 | depends on (UCSIMM || UCDIMM || DRAGEN2) | 227 | depends on (UCSIMM || UCDIMM || DRAGEN2) |
228 | help | 228 | help |
229 | Initialize the LCD controller of the 68x328 processor. | 229 | Initialize the LCD controller of the 68x328 processor. |
230 | 230 | ||
231 | config MEMORY_RESERVE | 231 | config MEMORY_RESERVE |
232 | int " Memory reservation (MiB)" | 232 | int "Memory reservation (MiB)" |
233 | depends on (UCSIMM || UCDIMM) | 233 | depends on (UCSIMM || UCDIMM) |
234 | help | 234 | help |
235 | Reserve certain memory regions on 68x328 based boards. | 235 | Reserve certain memory regions on 68x328 based boards. |
@@ -409,7 +409,7 @@ config MOD5272 | |||
409 | Support for the Netburner MOD-5272 board. | 409 | Support for the Netburner MOD-5272 board. |
410 | 410 | ||
411 | config ROMFS_FROM_ROM | 411 | config ROMFS_FROM_ROM |
412 | bool " ROMFS image not RAM resident" | 412 | bool "ROMFS image not RAM resident" |
413 | depends on (NETtel || SNAPGEAR) | 413 | depends on (NETtel || SNAPGEAR) |
414 | help | 414 | help |
415 | The ROMfs filesystem will stay resident in the FLASH/ROM, not be | 415 | The ROMfs filesystem will stay resident in the FLASH/ROM, not be |