Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[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_LLSERIAL_S3C2440
11         select S3C2412_PM if PM
12         select S3C2412_DMA if S3C2410_DMA
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
34 menu "S3C2412 Machines"
35
36 config MACH_SMDK2413
37         bool "SMDK2413"
38         select CPU_S3C2412
39         select MACH_S3C2413
40         select MACH_SMDK
41         help
42           Say Y here if you are using an SMDK2413
43
44 config MACH_S3C2413
45         bool
46         help
47           Internal node for S3C2413 version of SMDK2413, so that
48           machine_is_s3c2413() will work when MACH_SMDK2413 is
49           selected
50
51 config MACH_SMDK2412
52         bool "SMDK2412"
53         select MACH_SMDK2413
54         help
55           Say Y here if you are using an SMDK2412
56
57           Note, this shares support with SMDK2413, so will automatically
58           select MACH_SMDK2413.
59
60 config MACH_VSTMS
61         bool "VMSTMS"
62         select CPU_S3C2412
63         help
64           Say Y here if you are using an VSTMS board
65
66
67 endmenu
68