blob: 9bb593aed040607c728c007493aafb855431eddd [file] [log] [blame]
Ian Campbell2c7e3b92014-10-24 21:20:44 +01001if ARCH_SUNXI
2
3choice
4 prompt "Sunxi SoC Variant"
5
Ian Campbellc3be2792014-10-24 21:20:45 +01006config MACH_SUN4I
Ian Campbell2c7e3b92014-10-24 21:20:44 +01007 bool "sun4i (Allwinner A10)"
8 select CPU_V7
9 select SUPPORT_SPL
10
Ian Campbellc3be2792014-10-24 21:20:45 +010011config MACH_SUN5I
Ian Campbell2c7e3b92014-10-24 21:20:44 +010012 bool "sun5i (Allwinner A13)"
13 select CPU_V7
14 select SUPPORT_SPL
15
Ian Campbellc3be2792014-10-24 21:20:45 +010016config MACH_SUN6I
Ian Campbell2c7e3b92014-10-24 21:20:44 +010017 bool "sun6i (Allwinner A31)"
18 select CPU_V7
Hans de Goede8c2c9cf2014-10-25 20:18:10 +020019 select SUPPORT_SPL
Ian Campbell2c7e3b92014-10-24 21:20:44 +010020
Ian Campbellc3be2792014-10-24 21:20:45 +010021config MACH_SUN7I
Ian Campbell2c7e3b92014-10-24 21:20:44 +010022 bool "sun7i (Allwinner A20)"
23 select CPU_V7
Hans de Goedeea624e12014-11-14 09:34:30 +010024 select CPU_V7_HAS_NONSEC
25 select CPU_V7_HAS_VIRT
Ian Campbell2c7e3b92014-10-24 21:20:44 +010026 select SUPPORT_SPL
Hans de Goedeb366fb92014-10-24 20:12:04 +020027 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
Ian Campbell2c7e3b92014-10-24 21:20:44 +010028
Ian Campbellc3be2792014-10-24 21:20:45 +010029config MACH_SUN8I
Ian Campbell2c7e3b92014-10-24 21:20:44 +010030 bool "sun8i (Allwinner A23)"
31 select CPU_V7
Hans de Goede08fd1472014-12-07 14:34:27 +010032 select SUPPORT_SPL
Ian Campbell2c7e3b92014-10-24 21:20:44 +010033
34endchoice
Maxime Ripard8a6564d2014-10-03 20:16:29 +080035
Hans de Goede08fd1472014-12-07 14:34:27 +010036if MACH_SUN6I || MACH_SUN8I
Hans de Goede37781a12014-11-15 19:46:39 +010037
38config DRAM_CLK
39 int "sun6i dram clock speed"
40 default 312
41 ---help---
42 Set the dram clock speed, valid range 240 - 480, must be a multiple
43 of 24.
44
45config DRAM_ZQ
46 int "sun6i dram zq value"
47 default 123
48 ---help---
49 Set the dram zq value.
50
51endif
52
Maxime Ripard8a6564d2014-10-03 20:16:29 +080053config SYS_CONFIG_NAME
Ian Campbellc3be2792014-10-24 21:20:45 +010054 default "sun4i" if MACH_SUN4I
55 default "sun5i" if MACH_SUN5I
56 default "sun6i" if MACH_SUN6I
57 default "sun7i" if MACH_SUN7I
58 default "sun8i" if MACH_SUN8I
Hans de Goede6ae66f22014-08-01 09:28:24 +020059
Ian Campbelld9a20472014-10-24 21:20:49 +010060choice
61 prompt "Board"
62
63config TARGET_A10_OLINUXINO_L
64 bool "A10_OLINUXINO_L"
65 depends on MACH_SUN4I
66
67config TARGET_A10S_OLINUXINO_M
68 bool "A10S_OLINUXINO_M"
69 depends on MACH_SUN5I
70
71config TARGET_A13_OLINUXINOM
72 bool "A13_OLINUXINOM"
73 depends on MACH_SUN5I
74
75config TARGET_A13_OLINUXINO
76 bool "A13_OLINUXINO"
77 depends on MACH_SUN5I
78
79config TARGET_A20_OLINUXINO_L2
80 bool "A20_OLINUXINO_L2"
81 depends on MACH_SUN7I
82
83config TARGET_A20_OLINUXINO_L
84 bool "A20_OLINUXINO_L"
85 depends on MACH_SUN7I
86
87config TARGET_A20_OLINUXINO_M
88 bool "A20_OLINUXINO_M"
89 depends on MACH_SUN7I
90
91config TARGET_AUXTEK_T004
92 bool "AUXTEK_T004"
93 depends on MACH_SUN5I
94
95config TARGET_BANANAPI
96 bool "BANANAPI"
97 depends on MACH_SUN7I
98
99config TARGET_COLOMBUS
100 bool "COLOMBUS"
101 depends on MACH_SUN6I
102
103config TARGET_CUBIEBOARD2
104 bool "CUBIEBOARD2"
105 depends on MACH_SUN7I
106
107config TARGET_CUBIEBOARD
108 bool "CUBIEBOARD"
109 depends on MACH_SUN4I
110
111config TARGET_CUBIETRUCK
112 bool "CUBIETRUCK"
113 depends on MACH_SUN7I
114
Chen-Yu Tsaia805b7e2014-12-09 16:56:53 +0800115config TARGET_HUMMINGBIRD_A31
116 bool "HUMMINGBIRD_A31"
117 depends on MACH_SUN6I
118
Ian Campbelld9a20472014-10-24 21:20:49 +0100119config TARGET_IPPO_Q8H_V5
120 bool "IPPO_Q8H_V5"
121 depends on MACH_SUN8I
122
123config TARGET_PCDUINO3
124 bool "PCDUINO3"
125 depends on MACH_SUN7I
126
127config TARGET_MELE_A1000G
128 bool "MELE_A1000G"
129 depends on MACH_SUN4I
130
131config TARGET_MELE_A1000
132 bool "MELE_A1000"
133 depends on MACH_SUN4I
134
135config TARGET_MELE_M3
136 bool "MELE_M3"
137 depends on MACH_SUN7I
138
Hans de Goede505ecee2014-10-27 23:29:49 +0100139config TARGET_MELE_M9
140 bool "MELE_M9"
141 depends on MACH_SUN6I
142
Ian Campbelld9a20472014-10-24 21:20:49 +0100143config TARGET_MINI_X_1GB
144 bool "MINI_X_1GB"
145 depends on MACH_SUN4I
146
147config TARGET_MINI_X
148 bool "MINI_X"
149 depends on MACH_SUN4I
150
151config TARGET_BA10_TV_BOX
152 bool "BA10_TV_BOX"
153 depends on MACH_SUN4I
154
155config TARGET_I12_TVBOX
156 bool "I12_TVBOX"
157 depends on MACH_SUN7I
158
159config TARGET_QT840A
160 bool "QT840A"
161 depends on MACH_SUN7I
162
163config TARGET_R7DONGLE
164 bool "R7DONGLE"
165 depends on MACH_SUN5I
166
167endchoice
168
Masahiro Yamadadd840582014-07-30 14:08:14 +0900169config SYS_BOARD
Masahiro Yamadadd840582014-07-30 14:08:14 +0900170 default "sunxi"
171
172config SYS_SOC
Masahiro Yamadadd840582014-07-30 14:08:14 +0900173 default "sunxi"
174
Ian Campbell4ce99412014-10-24 21:20:46 +0100175config SPL_FEL
176 bool "SPL/FEL mode support"
177 depends on SPL
178 default n
179
Ian Campbell98e214d2014-08-31 13:13:43 +0100180config FDTFILE
181 string "Default fdtfile env setting for this board"
Hans de Goede846e3252014-08-01 09:37:58 +0200182
Hans de Goedeaccc9e42014-10-22 14:56:36 +0200183config OLD_SUNXI_KERNEL_COMPAT
184 boolean "Enable workarounds for booting old kernels"
185 default n
186 ---help---
187 Set this to enable various workarounds for old kernels, this results in
188 sub-optimal settings for newer kernels, only enable if needed.
189
Hans de Goedecd821132014-10-02 20:29:26 +0200190config MMC0_CD_PIN
191 string "Card detect pin for mmc0"
192 default ""
193 ---help---
194 Set the card detect pin for mmc0, leave empty to not use cd. This
195 takes a string in the format understood by sunxi_name_to_gpio, e.g.
196 PH1 for pin 1 of port H.
197
198config MMC1_CD_PIN
199 string "Card detect pin for mmc1"
200 default ""
201 ---help---
202 See MMC0_CD_PIN help text.
203
204config MMC2_CD_PIN
205 string "Card detect pin for mmc2"
206 default ""
207 ---help---
208 See MMC0_CD_PIN help text.
209
210config MMC3_CD_PIN
211 string "Card detect pin for mmc3"
212 default ""
213 ---help---
214 See MMC0_CD_PIN help text.
215
Hans de Goede2ccfac02014-10-02 20:43:50 +0200216config MMC_SUNXI_SLOT_EXTRA
217 int "mmc extra slot number"
218 default -1
219 ---help---
220 sunxi builds always enable mmc0, some boards also have a second sdcard
221 slot or emmc on mmc1 - mmc3. Setting this to 1, 2 or 3 will enable
222 support for this.
223
Hans de Goede115200c2014-11-07 16:09:00 +0100224config USB1_VBUS_PIN
225 string "Vbus enable pin for usb1 (ehci0)"
226 default "PH6" if MACH_SUN4I || MACH_SUN7I
Hans de Goede76946df2014-11-07 14:51:12 +0100227 default "PH27" if MACH_SUN6I
Hans de Goede115200c2014-11-07 16:09:00 +0100228 ---help---
229 Set the Vbus enable pin for usb1 (ehci0, usb0 is the otg). This takes
230 a string in the format understood by sunxi_name_to_gpio, e.g.
231 PH1 for pin 1 of port H.
232
233config USB2_VBUS_PIN
234 string "Vbus enable pin for usb2 (ehci1)"
235 default "PH3" if MACH_SUN4I || MACH_SUN7I
Hans de Goede76946df2014-11-07 14:51:12 +0100236 default "PH24" if MACH_SUN6I
Hans de Goede115200c2014-11-07 16:09:00 +0100237 ---help---
238 See USB1_VBUS_PIN help text.
239
Luc Verhaegen7f2c5212014-08-13 07:55:06 +0200240config VIDEO
241 boolean "Enable graphical uboot console on HDMI"
242 default y
243 ---help---
244 Say Y here to add support for using a cfb console on the HDMI output
245 found on most sunxi devices.
246
Hans de Goede86b49092014-09-18 21:03:34 +0200247config USB_KEYBOARD
248 boolean "Enable USB keyboard support"
249 default y
250 ---help---
251 Say Y here to add support for using a USB keyboard (typically used
252 in combination with a graphical console on HDMI).
253
Masahiro Yamadadd840582014-07-30 14:08:14 +0900254endif