1 # arch/arm/mach-s5pv310/Kconfig
3 # Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 # http://www.samsung.com/
8 # Configuration options for the S5PV310
16 Enable S5PV310 CPU support
21 Compile in platform device definitions for Power Domain
23 config S5PV310_SETUP_I2C1
26 Common setup code for i2c bus 1.
28 config S5PV310_SETUP_I2C2
31 Common setup code for i2c bus 2.
33 config S5PV310_SETUP_I2C3
36 Common setup code for i2c bus 3.
38 config S5PV310_SETUP_I2C4
41 Common setup code for i2c bus 4.
43 config S5PV310_SETUP_I2C5
46 Common setup code for i2c bus 5.
48 config S5PV310_SETUP_I2C6
51 Common setup code for i2c bus 6.
53 config S5PV310_SETUP_I2C7
56 Common setup code for i2c bus 7.
58 config S5PV310_SETUP_SDHCI
60 select S5PV310_SETUP_SDHCI_GPIO
62 Internal helper functions for S5PV310 based SDHCI systems.
64 config S5PV310_SETUP_SDHCI_GPIO
67 Common setup code for SDHCI gpio.
69 config S5PV310_DEV_SYSMMU
72 Common setup code for SYSTEM MMU in S5PV310
76 menu "S5PC210 Machines"
89 select S5PV310_SETUP_I2C1
90 select S5PV310_SETUP_SDHCI
91 select S5PV310_DEV_SYSMMU
93 Machine support for Samsung SMDKC210
94 S5PC210(MCP) is one of package option of S5PV310
96 config MACH_UNIVERSAL_C210
97 bool "Mobile UNIVERSAL_C210 Board"
99 select S5P_DEV_ONENAND
101 select S3C_DEV_HSMMC2
102 select S3C_DEV_HSMMC3
103 select S5PV310_SETUP_SDHCI
105 select S5PV310_SETUP_I2C1
107 Machine support for Samsung Mobile Universal S5PC210 Reference
108 Board. S5PC210(MCP) is one of package option of S5PV310
112 menu "S5PV310 Machines"
121 select S3C_DEV_HSMMC1
122 select S3C_DEV_HSMMC2
123 select S3C_DEV_HSMMC3
124 select S5PV310_DEV_PD
125 select S5PV310_DEV_SYSMMU
126 select S5PV310_SETUP_I2C1
127 select S5PV310_SETUP_SDHCI
129 Machine support for Samsung SMDKV310
133 comment "Configuration for HSMMC bus width"
135 menu "Use 8-bit bus width"
137 config S5PV310_SDHCI_CH0_8BIT
138 bool "Channel 0 with 8-bit bus"
140 Support HSMMC Channel 0 8-bit bus.
141 If selected, Channel 1 is disabled.
143 config S5PV310_SDHCI_CH2_8BIT
144 bool "Channel 2 with 8-bit bus"
146 Support HSMMC Channel 2 8-bit bus.
147 If selected, Channel 3 is disabled.