blob: d64efe0d4c971d2680af3db8822a0d9330363fd4 [file] [log] [blame]
Changhwan Youncc0e72b2010-07-16 12:15:38 +09001# 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
Jassi Brar8b0ae0b2010-11-19 08:49:43 +090014 select S3C_PL330_DMA
Changhwan Youncc0e72b2010-07-16 12:15:38 +090015 help
16 Enable S5PV310 CPU support
17
Kyungmin Park793177b2010-08-05 17:10:24 +090018config 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
Kyungmin Parkb7a98252010-10-12 07:49:24 +090028config 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
Hyuk Lee19315112010-10-06 11:09:42 +090053config 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
Changhwan Youncc0e72b2010-07-16 12:15:38 +090064# machine support
65
Kukjin Kimca0ffd42010-08-06 20:33:46 +090066menu "S5PC210 Machines"
67
Kukjin Kimc05b48a2010-08-06 20:12:06 +090068config MACH_SMDKC210
69 bool "SMDKC210"
70 select CPU_S5PV310
Changhwan Youncdff6e62010-09-20 15:25:51 +090071 select S3C_DEV_RTC
Jemings Ko8d75c912010-09-20 15:33:04 +090072 select S3C_DEV_WDT
Hyuk Lee19315112010-10-06 11:09:42 +090073 select S3C_DEV_HSMMC
74 select S3C_DEV_HSMMC1
75 select S3C_DEV_HSMMC2
76 select S3C_DEV_HSMMC3
77 select S5PV310_SETUP_SDHCI
Kukjin Kimc05b48a2010-08-06 20:12:06 +090078 help
79 Machine support for Samsung SMDKC210
80 S5PC210(MCP) is one of package option of S5PV310
81
Kyungmin Park516607d2010-08-06 19:59:21 +090082config MACH_UNIVERSAL_C210
83 bool "Mobile UNIVERSAL_C210 Board"
84 select CPU_S5PV310
Kyungmin Parkacf5eda2010-10-08 22:34:52 +090085 select S5P_DEV_ONENAND
Kyungmin Park3b7998f2010-10-08 22:34:56 +090086 select S3C_DEV_I2C1
87 select S5PV310_SETUP_I2C1
Kyungmin Park516607d2010-08-06 19:59:21 +090088 help
89 Machine support for Samsung Mobile Universal S5PC210 Reference
90 Board. S5PC210(MCP) is one of package option of S5PV310
91
Kukjin Kimca0ffd42010-08-06 20:33:46 +090092endmenu
93
94menu "S5PV310 Machines"
95
96config MACH_SMDKV310
97 bool "SMDKV310"
98 select CPU_S5PV310
Changhwan Youncdff6e62010-09-20 15:25:51 +090099 select S3C_DEV_RTC
Jemings Ko8d75c912010-09-20 15:33:04 +0900100 select S3C_DEV_WDT
Hyuk Lee19315112010-10-06 11:09:42 +0900101 select S3C_DEV_HSMMC
102 select S3C_DEV_HSMMC1
103 select S3C_DEV_HSMMC2
104 select S3C_DEV_HSMMC3
105 select S5PV310_SETUP_SDHCI
Kukjin Kimca0ffd42010-08-06 20:33:46 +0900106 help
107 Machine support for Samsung SMDKV310
108
109endmenu
110
Hyuk Lee19315112010-10-06 11:09:42 +0900111comment "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
Changhwan Youncc0e72b2010-07-16 12:15:38 +0900129endif