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