ARM: S5PV210: Enable I2S device to work on SMDKV210
[deliverable/linux.git] / arch / arm / mach-s5pv310 / Kconfig
CommitLineData
cc0e72b8
CY
1# arch/arm/mach-s5pv310/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 S5PV310
9
10if ARCH_S5PV310
11
12config CPU_S5PV310
13 bool
8b0ae0b7 14 select S3C_PL330_DMA
cc0e72b8
CY
15 help
16 Enable S5PV310 CPU support
17
793177b5
KP
18config S5PV310_SETUP_I2C1
19 bool
20 help
21 Common setup code for i2c bus 1.
22
23config S5PV310_SETUP_I2C2
24 bool
25 help
26 Common setup code for i2c bus 2.
27
b7a98255
KP
28config S5PV310_SETUP_I2C3
29 bool
30 help
31 Common setup code for i2c bus 3.
32
33config S5PV310_SETUP_I2C4
34 bool
35 help
36 Common setup code for i2c bus 4.
37
38config S5PV310_SETUP_I2C5
39 bool
40 help
41 Common setup code for i2c bus 5.
42
43config S5PV310_SETUP_I2C6
44 bool
45 help
46 Common setup code for i2c bus 6.
47
48config S5PV310_SETUP_I2C7
49 bool
50 help
51 Common setup code for i2c bus 7.
52
19315114
HL
53config S5PV310_SETUP_SDHCI
54 bool
55 select S5PV310_SETUP_SDHCI_GPIO
56 help
57 Internal helper functions for S5PV310 based SDHCI systems.
58
59config S5PV310_SETUP_SDHCI_GPIO
60 bool
61 help
62 Common setup code for SDHCI gpio.
63
cc0e72b8
CY
64# machine support
65
ca0ffd46
KK
66menu "S5PC210 Machines"
67
c05b48af
KK
68config MACH_SMDKC210
69 bool "SMDKC210"
70 select CPU_S5PV310
cdff6e6f 71 select S3C_DEV_RTC
8d75c912 72 select S3C_DEV_WDT
19315114
HL
73 select S3C_DEV_HSMMC
74 select S3C_DEV_HSMMC1
75 select S3C_DEV_HSMMC2
76 select S3C_DEV_HSMMC3
77 select S5PV310_SETUP_SDHCI
c05b48af
KK
78 help
79 Machine support for Samsung SMDKC210
80 S5PC210(MCP) is one of package option of S5PV310
81
516607d6
KP
82config MACH_UNIVERSAL_C210
83 bool "Mobile UNIVERSAL_C210 Board"
84 select CPU_S5PV310
acf5eda9 85 select S5P_DEV_ONENAND
3b7998f5
KP
86 select S3C_DEV_I2C1
87 select S5PV310_SETUP_I2C1
516607d6
KP
88 help
89 Machine support for Samsung Mobile Universal S5PC210 Reference
90 Board. S5PC210(MCP) is one of package option of S5PV310
91
ca0ffd46
KK
92endmenu
93
94menu "S5PV310 Machines"
95
96config MACH_SMDKV310
97 bool "SMDKV310"
98 select CPU_S5PV310
cdff6e6f 99 select S3C_DEV_RTC
8d75c912 100 select S3C_DEV_WDT
19315114
HL
101 select S3C_DEV_HSMMC
102 select S3C_DEV_HSMMC1
103 select S3C_DEV_HSMMC2
104 select S3C_DEV_HSMMC3
105 select S5PV310_SETUP_SDHCI
ca0ffd46
KK
106 help
107 Machine support for Samsung SMDKV310
108
109endmenu
110
19315114
HL
111comment "Configuration for HSMMC bus width"
112
113menu "Use 8-bit bus width"
114
115config S5PV310_SDHCI_CH0_8BIT
116 bool "Channel 0 with 8-bit bus"
117 help
118 Support HSMMC Channel 0 8-bit bus.
119 If selected, Channel 1 is disabled.
120
121config S5PV310_SDHCI_CH2_8BIT
122 bool "Channel 2 with 8-bit bus"
123 help
124 Support HSMMC Channel 2 8-bit bus.
125 If selected, Channel 3 is disabled.
126
127endmenu
128
cc0e72b8 129endif
This page took 0.046247 seconds and 5 git commands to generate.