MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / arch / arm / mach-lpc22xx / Kconfig
blob92f833c97c02907593265532e29912f43b4a4a7a
1 #       linux/arch/arm/mach-lpc22xx/Kconfig     
2 #       Copyright (C) 2004 Philips Semiconductors
6 menu "LPC22xx Options"
7         depends on ARCH_LPC22xx
9 config ARCH_SUPPORTS_BIG_ENDIAN
10     bool "Default Big Endian mode"
11     default n
12         help
13         LPC22xx core supports LITTLE-ENDIAN only,
14         both for CPU core and the external memory access.
16 config LPC22xx_Fosc
17     int "Oscillator Frequency"
18     default 10000000
19     help
20         Oscillator frequency. The defualt is 10MHz. 
21         Change it according to your board.
22         (PhyCORE HD200 Dev board(LPC22xx) use 10MHZ Oscillator)
23         
24 config ARM_CLK
25         int 'Arm Core Clock'
26         default 40000000
27         help
28         CPU core clock frequency. The default is 40MHz.
29         Change it according to your application needs.
31 config SKIP_DUMP_CPU_INFO
32         bool
33         default y 
34         help
35         LPC22xx(ARM7TDMI) core has no cache and does not support cache size
36         recognition instructions which uses MMU features.
38 config REMAP_VECTORS_TO_RAM
39         bool "Remap Vectors to ram"
40         default y
41         help
42         LPC22xx suppports ROM and RAM remap function. 
44 endmenu