x86, mtrr: Constify struct mtrr_ops
[deliverable/linux.git] / arch / arm / mach-s3c2412 / Kconfig
1 # Copyright 2007 Simtec Electronics
2 #
3 # Licensed under GPLv2
4
5 config CPU_S3C2412
6 bool
7 depends on ARCH_S3C2410
8 select CPU_ARM926T
9 select CPU_LLSERIAL_S3C2440
10 select S3C2412_PM if PM
11 select S3C2412_DMA if S3C2410_DMA
12 select S3C2410_GPIO
13 help
14 Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
15
16 config CPU_S3C2412_ONLY
17 bool
18 depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \
19 !CPU_S3C2440 && !CPU_S3C2442 && !CPU_S3C2443 && CPU_S3C2412
20 default y if CPU_S3C2412
21
22 config S3C2412_DMA
23 bool
24 depends on CPU_S3C2412
25 help
26 Internal config node for S3C2412 DMA support
27
28 config S3C2412_PM
29 bool
30 help
31 Internal config node to apply S3C2412 power management
32
33 # Note, the S3C2412 IOtiming support is in plat-s3c24xx
34
35 config S3C2412_CPUFREQ
36 bool
37 depends on CPU_FREQ_S3C24XX && CPU_S3C2412
38 select S3C2412_IOTIMING
39 default y
40 help
41 CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
42
43 menu "S3C2412 Machines"
44
45 config MACH_JIVE
46 bool "Logitech Jive"
47 select CPU_S3C2412
48 select S3C_DEV_USB_HOST
49 select S3C_DEV_NAND
50 help
51 Say Y here if you are using the Logitech Jive.
52
53 config MACH_JIVE_SHOW_BOOTLOADER
54 bool "Allow access to bootloader partitions in MTD"
55 depends on MACH_JIVE && EXPERIMENTAL
56
57 config MACH_SMDK2413
58 bool "SMDK2413"
59 select CPU_S3C2412
60 select MACH_S3C2413
61 select MACH_SMDK
62 select S3C_DEV_USB_HOST
63 select S3C_DEV_NAND
64 help
65 Say Y here if you are using an SMDK2413
66
67 config MACH_S3C2413
68 bool
69 help
70 Internal node for S3C2413 version of SMDK2413, so that
71 machine_is_s3c2413() will work when MACH_SMDK2413 is
72 selected
73
74 config MACH_SMDK2412
75 bool "SMDK2412"
76 select MACH_SMDK2413
77 help
78 Say Y here if you are using an SMDK2412
79
80 Note, this shares support with SMDK2413, so will automatically
81 select MACH_SMDK2413.
82
83 config MACH_VSTMS
84 bool "VMSTMS"
85 select CPU_S3C2412
86 select S3C_DEV_USB_HOST
87 select S3C_DEV_NAND
88 help
89 Say Y here if you are using an VSTMS board
90
91 endmenu
This page took 0.032776 seconds and 5 git commands to generate.