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-s3c3410 / Kconfig
blobe1c518789fecaf572e8fc9a7993a05fa8c38bdd7
1 menu "S3C3410 Options"
2         depends on ARCH_S3C3410
4 config ARCH_SUPPORTS_BIG_ENDIAN
5         bool
6         default y
7         help
8         S3C3410 core supports BIG-ENDIAN only,
9         both for CPU core and the external memory access.
11 config ARM_CLK
12         int 'Arm Core Clock'
13         default 40000000
14         help
15         the default host clock of SMDK40100 is 40MHz.
16         otherwise, change the value in clock.
18 config SKIP_DUMP_CPU_INFO
19         bool
20         default y
21         help
22         S3C3410(ARM7TDMI) core does not support cache size
23         recognition instructions which uses MMU features.
25 config REMAP_VECTORS_TO_RAM
26         bool
27         default y
28         help
29         S3C3410 core does not support ROM and RAM remap
30         function. we set the trap_init to be initialized
31         at the begining of DRAM_BASE.
33 endmenu