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-atmel / Kconfig
blob1d783ce67b5b5449ebe7dca8a244e97addd481f7
1 menu "ATMEL Options"
2         depends on ARCH_ATMEL
4 config ARCH_SUPPORTS_BIG_ENDIAN
5         bool "big endian mode"
6         default n
7         help
8           AT91 core supports both of little and big endian.
10 config ARM_CLK
11         int 'Arm Core Clock'
12         default 40000000
13         help
14           The default host clock of EB01 is 40MHz.
15           Otherwise, change the value in clock.
17 config SKIP_DUMP_CPU_INFO
18         bool
19         default y
20         help
21           AT91(ARM7TDMI) core does not support cache size
22           recognition instructions which uses MMU features.
24 config MEM16_BASE
25         hex 'Memory mapped 16-bit io base'
26         default 0x03000000
28 config MEM8_BASE
29         hex 'Memory mapped 8-bit io base'
30         default 0x03000000
32 config IO16_BASE
33         hex '16-bit io base'
34         default 0x02000000
36 config IO8_BASE
37         hex '8-bit io base'
38         default 0x02000000
40 choice
41         prompt "Atmel CPU"
42         default CPU_AT91X40
44 config CPU_AT91X40
45         bool "AT91x40"
47 config CPU_AT91X63
48         bool "AT91X63"
50 endchoice
52 config ATMEL_DEBUG
53         bool "Atmel Kernel-Debug hack"
54         default n
56 config AT91_DEBUG_BASE
57         depends on ATMEL_DEBUG
58         hex 'Debug buffer address'
59         default 0x01400000
61 endmenu