blob: 35c1bde89cf263f315eb8e013f34df10444558c1 [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
Russell Kingc7508152008-10-26 10:55:14 +000010 select CPU_ARM926T
Ben Dooksb2627582007-07-22 16:09:44 +010011 select CPU_LLSERIAL_S3C2440
Ben Dooksa21765a2007-02-11 18:31:01 +010012 select S3C2412_PM if PM
13 select S3C2412_DMA if S3C2410_DMA
Ben Dooks71e5b2f2007-12-23 03:09:30 +010014 select S3C2410_GPIO
Ben Dooksa21765a2007-02-11 18:31:01 +010015 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 && \
Ben Dooks64f33be2007-02-17 14:04:33 +010021 !CPU_S3C2440 && !CPU_S3C2442 && !CPU_S3C2443 && CPU_S3C2412
Ben Dooksa21765a2007-02-11 18:31:01 +010022 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
Ben Dooks140780a2009-07-30 23:23:37 +010035# Note, the S3C2412 IOtiming support is in plat-s3c24xx
36
Ben Dooks22d42392009-07-30 23:23:33 +010037config S3C2412_CPUFREQ
38 bool
39 depends on CPU_FREQ_S3C24XX && CPU_S3C2412
Ben Dooks140780a2009-07-30 23:23:37 +010040 select S3C2412_IOTIMING
Ben Dooks22d42392009-07-30 23:23:33 +010041 default y
42 help
43 CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
Ben Dooksa21765a2007-02-11 18:31:01 +010044
45menu "S3C2412 Machines"
46
Ben Dooks9db829f2008-07-03 11:24:29 +010047config MACH_JIVE
48 bool "Logitech Jive"
49 select CPU_S3C2412
Ben Dookseca86552009-03-06 19:49:48 +000050 select S3C_DEV_USB_HOST
Ben Dooks9db829f2008-07-03 11:24:29 +010051 help
52 Say Y here if you are using the Logitech Jive.
53
54config MACH_JIVE_SHOW_BOOTLOADER
55 bool "Allow access to bootloader partitions in MTD"
56 depends on MACH_JIVE && EXPERIMENTAL
57
Ben Dooksa21765a2007-02-11 18:31:01 +010058config MACH_SMDK2413
59 bool "SMDK2413"
60 select CPU_S3C2412
61 select MACH_S3C2413
62 select MACH_SMDK
Ben Dookseca86552009-03-06 19:49:48 +000063 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +010064 help
65 Say Y here if you are using an SMDK2413
66
67config 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
73
Ben Dooks6f621882007-04-11 12:42:09 +010074config MACH_SMDK2412
75 bool "SMDK2412"
76 select MACH_SMDK2413
77 help
78 Say Y here if you are using an SMDK2412
79
80 Note, this shares support with SMDK2413, so will automatically
81 select MACH_SMDK2413.
82
Ben Dooksa21765a2007-02-11 18:31:01 +010083config MACH_VSTMS
84 bool "VMSTMS"
85 select CPU_S3C2412
Ben Dookseca86552009-03-06 19:49:48 +000086 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +010087 help
88 Say Y here if you are using an VSTMS board
89
90
91endmenu
92