Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[pandora-kernel.git] / arch / arm / mach-s5pv210 / Kconfig
1 # arch/arm/mach-s5pv210/Kconfig
2 #
3 # Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 #               http://www.samsung.com/
5 #
6 # Licensed under GPLv2
7
8 # Configuration options for the S5PV210/S5PC110
9
10 if ARCH_S5PV210
11
12 config CPU_S5PV210
13         bool
14         select PLAT_S5P
15         select S3C_PL330_DMA
16         select S5P_EXT_INT
17         help
18           Enable S5PV210 CPU support
19
20 config S5PV210_SETUP_I2C1
21         bool
22         help
23           Common setup code for i2c bus 1.
24
25 config S5PV210_SETUP_I2C2
26         bool
27         help
28           Common setup code for i2c bus 2.
29
30 config S5PV210_SETUP_FB_24BPP
31         bool
32         help
33           Common setup code for S5PV210 with an 24bpp RGB display helper.
34
35 config S5PV210_SETUP_SDHCI
36         bool
37         select S5PV210_SETUP_SDHCI_GPIO
38         help
39           Internal helper functions for S5PV210 based SDHCI systems
40
41 config S5PV210_SETUP_SDHCI_GPIO
42         bool
43         help
44           Common setup code for SDHCI gpio.
45
46 # machine support
47
48 config MACH_AQUILA
49         bool "Samsung Aquila"
50         select CPU_S5PV210
51         select ARCH_SPARSEMEM_ENABLE
52         select S5PV210_SETUP_FB_24BPP
53         select S3C_DEV_FB
54         help
55           Machine support for the Samsung Aquila target based on S5PC110 SoC
56
57 config MACH_GONI
58         bool "GONI"
59         select CPU_S5PV210
60         select ARCH_SPARSEMEM_ENABLE
61         help
62           Machine support for Samsung GONI board
63           S5PC110(MCP) is one of package option of S5PV210
64
65 config S5PC110_DEV_ONENAND
66         bool
67         help
68           Compile in platform device definition for OneNAND1 controller
69
70 config MACH_SMDKV210
71         bool "SMDKV210"
72         select CPU_S5PV210
73         select ARCH_SPARSEMEM_ENABLE
74         select SAMSUNG_DEV_ADC
75         select SAMSUNG_DEV_TS
76         select S3C_DEV_WDT
77         select HAVE_S3C2410_WATCHDOG
78         help
79           Machine support for Samsung SMDKV210
80
81 config MACH_SMDKC110
82         bool "SMDKC110"
83         select CPU_S5PV210
84         select ARCH_SPARSEMEM_ENABLE
85         select S3C_DEV_WDT
86         select HAVE_S3C2410_WATCHDOG
87         help
88           Machine support for Samsung SMDKC110
89           S5PC110(MCP) is one of package option of S5PV210
90
91 endif