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