fbdev: Modify vsync timing calculation in wm8505fb
[deliverable/linux.git] / arch / arm / mach-s3c2412 / Kconfig
1 # Copyright 2007 Simtec Electronics
2 #
3 # Licensed under GPLv2
4
5 config CPU_S3C2412
6 bool
7 depends on ARCH_S3C2410
8 select CPU_ARM926T
9 select CPU_LLSERIAL_S3C2440
10 select S3C2412_PM if PM
11 select S3C2412_DMA if S3C2410_DMA
12 select S3C2410_GPIO
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_2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
20 !CPU_S3C2443 && CPU_S3C2412
21 default y if CPU_S3C2412
22
23 config S3C2412_DMA
24 bool
25 depends on CPU_S3C2412
26 help
27 Internal config node for S3C2412 DMA support
28
29 config S3C2412_PM
30 bool
31 help
32 Internal config node to apply S3C2412 power management
33
34 # Note, the S3C2412 IOtiming support is in plat-s3c24xx
35
36 config S3C2412_CPUFREQ
37 bool
38 depends on CPU_FREQ_S3C24XX && CPU_S3C2412
39 select S3C2412_IOTIMING
40 default y
41 help
42 CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
43
44 menu "S3C2412 Machines"
45
46 config MACH_JIVE
47 bool "Logitech Jive"
48 select CPU_S3C2412
49 select S3C_DEV_USB_HOST
50 select S3C_DEV_NAND
51 help
52 Say Y here if you are using the Logitech Jive.
53
54 config MACH_JIVE_SHOW_BOOTLOADER
55 bool "Allow access to bootloader partitions in MTD"
56 depends on MACH_JIVE && EXPERIMENTAL
57
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 select S3C_DEV_NAND
65 help
66 Say Y here if you are using an SMDK2413
67
68 config MACH_S3C2413
69 bool
70 help
71 Internal node for S3C2413 version of SMDK2413, so that
72 machine_is_s3c2413() will work when MACH_SMDK2413 is
73 selected
74
75 config MACH_SMDK2412
76 bool "SMDK2412"
77 select MACH_SMDK2413
78 help
79 Say Y here if you are using an SMDK2412
80
81 Note, this shares support with SMDK2413, so will automatically
82 select MACH_SMDK2413.
83
84 config MACH_VSTMS
85 bool "VMSTMS"
86 select CPU_S3C2412
87 select S3C_DEV_USB_HOST
88 select S3C_DEV_NAND
89 help
90 Say Y here if you are using an VSTMS board
91
92 endmenu
This page took 0.035101 seconds and 5 git commands to generate.