blob: 3e1fe9d6b1fa8107ff86ccf1c6990b49be9586db [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
Jassi Brarf5cc4352010-12-21 09:52:14 +090073 select S3C_DEV_I2C1
Hyuk Lee19315112010-10-06 11:09:42 +090074 select S3C_DEV_HSMMC
75 select S3C_DEV_HSMMC1
76 select S3C_DEV_HSMMC2
77 select S3C_DEV_HSMMC3
Jassi Brarf5cc4352010-12-21 09:52:14 +090078 select S5PV310_SETUP_I2C1
Hyuk Lee19315112010-10-06 11:09:42 +090079 select S5PV310_SETUP_SDHCI
Kukjin Kimc05b48a2010-08-06 20:12:06 +090080 help
81 Machine support for Samsung SMDKC210
82 S5PC210(MCP) is one of package option of S5PV310
83
Kyungmin Park516607d2010-08-06 19:59:21 +090084config MACH_UNIVERSAL_C210
85 bool "Mobile UNIVERSAL_C210 Board"
86 select CPU_S5PV310
Kyungmin Parkacf5eda2010-10-08 22:34:52 +090087 select S5P_DEV_ONENAND
Kyungmin Park3b7998f2010-10-08 22:34:56 +090088 select S3C_DEV_I2C1
89 select S5PV310_SETUP_I2C1
Kyungmin Park516607d2010-08-06 19:59:21 +090090 help
91 Machine support for Samsung Mobile Universal S5PC210 Reference
92 Board. S5PC210(MCP) is one of package option of S5PV310
93
Kukjin Kimca0ffd42010-08-06 20:33:46 +090094endmenu
95
96menu "S5PV310 Machines"
97
98config MACH_SMDKV310
99 bool "SMDKV310"
100 select CPU_S5PV310
Changhwan Youncdff6e62010-09-20 15:25:51 +0900101 select S3C_DEV_RTC
Jemings Ko8d75c912010-09-20 15:33:04 +0900102 select S3C_DEV_WDT
Jassi Brarf5cc4352010-12-21 09:52:14 +0900103 select S3C_DEV_I2C1
Hyuk Lee19315112010-10-06 11:09:42 +0900104 select S3C_DEV_HSMMC
105 select S3C_DEV_HSMMC1
106 select S3C_DEV_HSMMC2
107 select S3C_DEV_HSMMC3
Jassi Brarf5cc4352010-12-21 09:52:14 +0900108 select S5PV310_SETUP_I2C1
Hyuk Lee19315112010-10-06 11:09:42 +0900109 select S5PV310_SETUP_SDHCI
Kukjin Kimca0ffd42010-08-06 20:33:46 +0900110 help
111 Machine support for Samsung SMDKV310
112
113endmenu
114
Hyuk Lee19315112010-10-06 11:09:42 +0900115comment "Configuration for HSMMC bus width"
116
117menu "Use 8-bit bus width"
118
119config S5PV310_SDHCI_CH0_8BIT
120 bool "Channel 0 with 8-bit bus"
121 help
122 Support HSMMC Channel 0 8-bit bus.
123 If selected, Channel 1 is disabled.
124
125config S5PV310_SDHCI_CH2_8BIT
126 bool "Channel 2 with 8-bit bus"
127 help
128 Support HSMMC Channel 2 8-bit bus.
129 If selected, Channel 3 is disabled.
130
131endmenu
132
Changhwan Youncc0e72b2010-07-16 12:15:38 +0900133endif