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-s3c44b0x / Kconfig
blob74e6f515b78e7fe8c4a24ceb4ce256605bd48f44
1 menu "S3C44B0X Board Options" 
2         depends on ARCH_S3C44B0
4 config DEBUG_NICKMIT
5         bool 'DEBUG_NICKMIT'
6         default n
8 config SKIP_DUMP_CPU_INFO
9         bool 'Skip Dump CPU Info'
10         default y
11         help
12         S3C44B0X(ARM7TDMI) core does not support cache size
13         recognition instructions which uses MMU features.
15 config REMAP_VECTORS_TO_RAM
16         bool 'Remap Vectors To Ram'
17         default y
18         help
19         S3C44B0X core does not support ROM and RAM remap
20         function. we set the trap_init to be initialized
21         at the begining of DRAM_BASE.
23 config ARM_CLK
24         int 'Arm Core Clock'
25         default 60000000
26         help
27         the default host clock of 51EDA-S3C44B0X Board is 60MHz.
28         otherwise, change the value in clock.
29         
30 config ARM_CLK_ADJUST
31         bool "Arm Core Clock Adjust(EXPERIMENTAL)"
32         default n && EXPERIMENTAL
33         help
34         use this option to adjust the CPU frequence
36 config ARM_CLK_FIN
37         int 'External OSC Clock Frequence' 
38         default 8000000
39         depends on ARM_CLK_ADJUST && EXPERIMENTAL
40         help
41         this is the input frequence of system clock
43 source "arch/arm/mach-s3c44b0x/driver/Kconfig"
45 endmenu