Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
[linux/fpc-iii.git] / arch / arm / mach-s3c2412 / Kconfig
blob35c1bde89cf263f315eb8e013f34df10444558c1
1 # arch/arm/mach-s3c2412/Kconfig
3 # Copyright 2007 Simtec Electronics
5 # Licensed under GPLv2
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
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
24 config S3C2412_DMA
25         bool
26         depends on CPU_S3C2412
27         help
28           Internal config node for S3C2412 DMA support
30 config S3C2412_PM
31         bool
32         help
33           Internal config node to apply S3C2412 power management
35 # Note, the S3C2412 IOtiming support is in plat-s3c24xx
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.
45 menu "S3C2412 Machines"
47 config MACH_JIVE
48         bool "Logitech Jive"
49         select CPU_S3C2412
50         select S3C_DEV_USB_HOST
51         help
52           Say Y here if you are using the Logitech Jive.
54 config MACH_JIVE_SHOW_BOOTLOADER
55         bool "Allow access to bootloader partitions in MTD"
56         depends on MACH_JIVE && EXPERIMENTAL
58 config MACH_SMDK2413
59         bool "SMDK2413"
60         select CPU_S3C2412
61         select MACH_S3C2413
62         select MACH_SMDK
63         select S3C_DEV_USB_HOST
64         help
65           Say Y here if you are using an SMDK2413
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
74 config MACH_SMDK2412
75         bool "SMDK2412"
76         select MACH_SMDK2413
77         help
78           Say Y here if you are using an SMDK2412
80           Note, this shares support with SMDK2413, so will automatically
81           select MACH_SMDK2413.
83 config MACH_VSTMS
84         bool "VMSTMS"
85         select CPU_S3C2412
86         select S3C_DEV_USB_HOST
87         help
88           Say Y here if you are using an VSTMS board
91 endmenu