ARM: S5PV210: Add support HSMMC on SMDKV210
[deliverable/linux.git] / arch / arm / mach-s5pv210 / Kconfig
CommitLineData
939d28aa
KK
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
10if ARCH_S5PV210
11
12config CPU_S5PV210
13 bool
14 select PLAT_S5P
7d1a2077 15 select S3C_PL330_DMA
0df04f82 16 select S5P_EXT_INT
939d28aa
KK
17 help
18 Enable S5PV210 CPU support
19
e6f66a9f
MS
20config S5PV210_SETUP_I2C1
21 bool
22 help
23 Common setup code for i2c bus 1.
24
25config S5PV210_SETUP_I2C2
26 bool
27 help
28 Common setup code for i2c bus 2.
29
4b9a5ad5
AK
30config S5PV210_SETUP_IDE
31 bool
32 help
33 Common setup code for S5PV210 IDE GPIO configurations
34
5b696a67
MS
35config S5PV210_SETUP_FB_24BPP
36 bool
37 help
38 Common setup code for S5PV210 with an 24bpp RGB display helper.
39
e7d0628c
JS
40config S5PV210_SETUP_KEYPAD
41 bool
42 help
43 Common setup code for keypad.
44
e6f66a9f
MS
45config S5PV210_SETUP_SDHCI
46 bool
47 select S5PV210_SETUP_SDHCI_GPIO
48 help
49 Internal helper functions for S5PV210 based SDHCI systems
50
51config S5PV210_SETUP_SDHCI_GPIO
52 bool
53 help
54 Common setup code for SDHCI gpio.
55
6901bbc8 56menu "S5PC110 Machines"
eff4c74d
BD
57
58config MACH_AQUILA
6901bbc8 59 bool "Aquila"
eff4c74d
BD
60 select CPU_S5PV210
61 select ARCH_SPARSEMEM_ENABLE
62 select S5PV210_SETUP_FB_24BPP
63 select S3C_DEV_FB
ab7a3379 64 select S5PC110_DEV_ONENAND
eff4c74d
BD
65 help
66 Machine support for the Samsung Aquila target based on S5PC110 SoC
67
2e57da41
JS
68config MACH_GONI
69 bool "GONI"
70 select CPU_S5PV210
71 select ARCH_SPARSEMEM_ENABLE
3965fdee
MS
72 select S5PV210_SETUP_FB_24BPP
73 select S3C_DEV_FB
4cefa360 74 select S5PC110_DEV_ONENAND
2e57da41
JS
75 help
76 Machine support for Samsung GONI board
77 S5PC110(MCP) is one of package option of S5PV210
939d28aa 78
6901bbc8
KK
79config MACH_SMDKC110
80 bool "SMDKC110"
81 select CPU_S5PV210
82 select ARCH_SPARSEMEM_ENABLE
83 select SAMSUNG_DEV_IDE
84 select S3C_DEV_WDT
85 select HAVE_S3C2410_WATCHDOG
86 select S5PV210_SETUP_IDE
87 help
88 Machine support for Samsung SMDKC110
89 S5PC110(MCP) is one of package option of S5PV210
90
91endmenu
92
999304be
MS
93config S5PC110_DEV_ONENAND
94 bool
95 help
96 Compile in platform device definition for OneNAND1 controller
97
6901bbc8
KK
98menu "S5PV210 Machines"
99
939d28aa
KK
100config MACH_SMDKV210
101 bool "SMDKV210"
102 select CPU_S5PV210
103 select ARCH_SPARSEMEM_ENABLE
41d8289d 104 select SAMSUNG_DEV_ADC
976a62f2
HL
105 select S3C_DEV_HSMMC
106 select S3C_DEV_HSMMC1
107 select S3C_DEV_HSMMC2
108 select S3C_DEV_HSMMC3
4b9a5ad5 109 select SAMSUNG_DEV_IDE
88a1cc43 110 select SAMSUNG_DEV_KEYPAD
41d8289d 111 select SAMSUNG_DEV_TS
5b7d7b22 112 select S3C_DEV_WDT
88a1cc43 113 select S5PV210_SETUP_KEYPAD
5b7d7b22 114 select HAVE_S3C2410_WATCHDOG
4b9a5ad5 115 select S5PV210_SETUP_IDE
976a62f2 116 select S5PV210_SETUP_SDHCI
939d28aa
KK
117 help
118 Machine support for Samsung SMDKV210
119
6901bbc8 120endmenu
939d28aa 121
939d28aa 122endif
This page took 0.049917 seconds and 5 git commands to generate.