aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68knommu/Kconfig')
-rw-r--r--arch/m68knommu/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig
index 6d920d4bdc3d..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
179config OLDMASK 179config 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
194config XCOPILOT_BUGS 194config 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
218config DIRECT_IO_ACCESS 218config 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
225config INIT_LCD 225config 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
231config MEMORY_RESERVE 231config 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
411config ROMFS_FROM_ROM 411config 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
@@ -565,7 +565,7 @@ config ROMVEC
565 depends on ROM 565 depends on ROM
566 help 566 help
567 This is almost always the same as the base of the ROM. Since on all 567 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 568 68000 type variants the vectors are at the base of the boot device
569 on system startup. 569 on system startup.
570 570
571config ROMVECSIZE 571config ROMVECSIZE
@@ -574,7 +574,7 @@ config ROMVECSIZE
574 depends on ROM 574 depends on ROM
575 help 575 help
576 Define the size of the vector region in ROM. For most 68000 576 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 577 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. 578 not want a vector region at the start of the ROM.
579 579
580config ROMSTART 580config ROMSTART