blob: c59a9d2ee9a642c355d9a092bc4e738053ba5784 [file] [log] [blame]
Ben Dooksa21765a2007-02-11 18:31:01 +01001# 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
Ben Dooksb2627582007-07-22 16:09:44 +010010 select CPU_LLSERIAL_S3C2440
Ben Dooksa21765a2007-02-11 18:31:01 +010011 select S3C2412_PM if PM
12 select S3C2412_DMA if S3C2410_DMA
Ben Dooks71e5b2f2007-12-23 03:09:30 +010013 select S3C2410_GPIO
Ben Dooksa21765a2007-02-11 18:31:01 +010014 help
15 Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
16
17config CPU_S3C2412_ONLY
18 bool
19 depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \
Ben Dooks64f33be2007-02-17 14:04:33 +010020 !CPU_S3C2440 && !CPU_S3C2442 && !CPU_S3C2443 && CPU_S3C2412
Ben Dooksa21765a2007-02-11 18:31:01 +010021 default y if CPU_S3C2412
22
23config S3C2412_DMA
24 bool
25 depends on CPU_S3C2412
26 help
27 Internal config node for S3C2412 DMA support
28
29config S3C2412_PM
30 bool
31 help
32 Internal config node to apply S3C2412 power management
33
34
35menu "S3C2412 Machines"
36
Ben Dooks9db829f2008-07-03 11:24:29 +010037config MACH_JIVE
38 bool "Logitech Jive"
39 select CPU_S3C2412
40 help
41 Say Y here if you are using the Logitech Jive.
42
43config MACH_JIVE_SHOW_BOOTLOADER
44 bool "Allow access to bootloader partitions in MTD"
45 depends on MACH_JIVE && EXPERIMENTAL
46
Ben Dooksa21765a2007-02-11 18:31:01 +010047config MACH_SMDK2413
48 bool "SMDK2413"
49 select CPU_S3C2412
50 select MACH_S3C2413
51 select MACH_SMDK
52 help
53 Say Y here if you are using an SMDK2413
54
55config MACH_S3C2413
56 bool
57 help
58 Internal node for S3C2413 version of SMDK2413, so that
59 machine_is_s3c2413() will work when MACH_SMDK2413 is
60 selected
61
Ben Dooks6f621882007-04-11 12:42:09 +010062config MACH_SMDK2412
63 bool "SMDK2412"
64 select MACH_SMDK2413
65 help
66 Say Y here if you are using an SMDK2412
67
68 Note, this shares support with SMDK2413, so will automatically
69 select MACH_SMDK2413.
70
Ben Dooksa21765a2007-02-11 18:31:01 +010071config MACH_VSTMS
72 bool "VMSTMS"
73 select CPU_S3C2412
74 help
75 Say Y here if you are using an VSTMS board
76
77
78endmenu
79