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-moxart / Kconfig
blobfb8c8c33a8a995479e35b6f77d9a10dbe19b79fd
1 menu "MOXART Options"
2         depends on ARCH_MOXART
4 config SYS_CLK
5         int 'SysClk'
6         default 192000000
7         help
8           Set your system clock.
10 config UART_CLK
11         int 'UartClk'
12         default 14745600
13         help
14           Set your uart clock.
16 config LARGE_ALLOCS
17        bool "Allow allocating large blocks (> 1MB) of memory"
18        help
19           Allow the slab memory allocator to keep chains for very large
20           memory sizes - upto 32MB. You may need this if your system has
21           a lot of RAM, and you need to able to allocate very large
22           contiguous chunks. If unsure, say N.
23         
24 config SKIP_DUMP_CPU_INFO
25         bool
26         default y
27         help
28           ARM9TDMI cores do not support cache size
29           recognition instructions which use MMU features.
31 config ARCH_UC7110
32         bool "Moxa UC7110-LX hardware platform"
33         depends on ARCH_MOXART
35 endmenu