ARM: EXYNOS4: Fix wrong constants in the hotplug assembly code.
[deliverable/linux.git] / arch / arm / mach-exynos4 / Kconfig
CommitLineData
10606aad 1# arch/arm/mach-exynos4/Kconfig
cc0e72b8 2#
10606aad 3# Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
cc0e72b8
CY
4# http://www.samsung.com/
5#
6# Licensed under GPLv2
7
10606aad 8# Configuration options for the EXYNOS4
cc0e72b8 9
10606aad 10if ARCH_EXYNOS4
cc0e72b8 11
10606aad 12config CPU_EXYNOS4210
cc0e72b8 13 bool
8b0ae0b7 14 select S3C_PL330_DMA
cc0e72b8 15 help
10606aad 16 Enable EXYNOS4210 CPU support
cc0e72b8 17
10606aad 18config EXYNOS4_DEV_PD
d6d8b481
CY
19 bool
20 help
21 Compile in platform device definitions for Power Domain
22
10606aad
KK
23config EXYNOS4_DEV_SYSMMU
24 bool
25 help
26 Common setup code for SYSTEM MMU in EXYNOS4
27
28config EXYNOS4_SETUP_I2C1
793177b5
KP
29 bool
30 help
31 Common setup code for i2c bus 1.
32
10606aad 33config EXYNOS4_SETUP_I2C2
793177b5
KP
34 bool
35 help
36 Common setup code for i2c bus 2.
37
10606aad 38config EXYNOS4_SETUP_I2C3
b7a98255
KP
39 bool
40 help
41 Common setup code for i2c bus 3.
42
10606aad 43config EXYNOS4_SETUP_I2C4
b7a98255
KP
44 bool
45 help
46 Common setup code for i2c bus 4.
47
10606aad 48config EXYNOS4_SETUP_I2C5
b7a98255
KP
49 bool
50 help
51 Common setup code for i2c bus 5.
52
10606aad 53config EXYNOS4_SETUP_I2C6
b7a98255
KP
54 bool
55 help
56 Common setup code for i2c bus 6.
57
10606aad 58config EXYNOS4_SETUP_I2C7
b7a98255
KP
59 bool
60 help
61 Common setup code for i2c bus 7.
62
10606aad 63config EXYNOS4_SETUP_SDHCI
19315114 64 bool
10606aad 65 select EXYNOS4_SETUP_SDHCI_GPIO
19315114 66 help
10606aad 67 Internal helper functions for EXYNOS4 based SDHCI systems.
19315114 68
10606aad 69config EXYNOS4_SETUP_SDHCI_GPIO
19315114
HL
70 bool
71 help
72 Common setup code for SDHCI gpio.
73
cc0e72b8
CY
74# machine support
75
10606aad 76menu "EXYNOS4 Machines"
ca0ffd46 77
c05b48af
KK
78config MACH_SMDKC210
79 bool "SMDKC210"
10606aad 80 select CPU_EXYNOS4210
cdff6e6f 81 select S3C_DEV_RTC
8d75c912 82 select S3C_DEV_WDT
f5cc4354 83 select S3C_DEV_I2C1
19315114
HL
84 select S3C_DEV_HSMMC
85 select S3C_DEV_HSMMC1
86 select S3C_DEV_HSMMC2
87 select S3C_DEV_HSMMC3
10606aad
KK
88 select EXYNOS4_DEV_PD
89 select EXYNOS4_DEV_SYSMMU
90 select EXYNOS4_SETUP_I2C1
91 select EXYNOS4_SETUP_SDHCI
c05b48af
KK
92 help
93 Machine support for Samsung SMDKC210
ca0ffd46
KK
94
95config MACH_SMDKV310
96 bool "SMDKV310"
10606aad 97 select CPU_EXYNOS4210
cdff6e6f 98 select S3C_DEV_RTC
8d75c912 99 select S3C_DEV_WDT
f5cc4354 100 select S3C_DEV_I2C1
19315114
HL
101 select S3C_DEV_HSMMC
102 select S3C_DEV_HSMMC1
103 select S3C_DEV_HSMMC2
104 select S3C_DEV_HSMMC3
10606aad
KK
105 select EXYNOS4_DEV_PD
106 select EXYNOS4_DEV_SYSMMU
107 select EXYNOS4_SETUP_I2C1
108 select EXYNOS4_SETUP_SDHCI
ca0ffd46
KK
109 help
110 Machine support for Samsung SMDKV310
111
10606aad
KK
112config MACH_UNIVERSAL_C210
113 bool "Mobile UNIVERSAL_C210 Board"
114 select CPU_EXYNOS4210
115 select S3C_DEV_HSMMC
116 select S3C_DEV_HSMMC2
117 select S3C_DEV_HSMMC3
118 select S3C_DEV_I2C1
119 select S5P_DEV_ONENAND
120 select EXYNOS4_SETUP_I2C1
121 select EXYNOS4_SETUP_SDHCI
122 help
123 Machine support for Samsung Mobile Universal S5PC210 Reference
124 Board.
125
ca0ffd46
KK
126endmenu
127
19315114
HL
128comment "Configuration for HSMMC bus width"
129
130menu "Use 8-bit bus width"
131
10606aad 132config EXYNOS4_SDHCI_CH0_8BIT
19315114
HL
133 bool "Channel 0 with 8-bit bus"
134 help
135 Support HSMMC Channel 0 8-bit bus.
136 If selected, Channel 1 is disabled.
137
10606aad 138config EXYNOS4_SDHCI_CH2_8BIT
19315114
HL
139 bool "Channel 2 with 8-bit bus"
140 help
141 Support HSMMC Channel 2 8-bit bus.
142 If selected, Channel 3 is disabled.
143
144endmenu
145
cc0e72b8 146endif
This page took 0.069217 seconds and 5 git commands to generate.