4 prompt "Sunxi SoC Variant"
7 bool "sun4i (Allwinner A10)"
12 bool "sun5i (Allwinner A13)"
17 bool "sun6i (Allwinner A31)"
22 bool "sun7i (Allwinner A20)"
24 select CPU_V7_HAS_NONSEC
25 select CPU_V7_HAS_VIRT
27 select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
30 bool "sun8i (Allwinner A23)"
36 if MACH_SUN6I || MACH_SUN8I
39 int "sun6i dram clock speed"
42 Set the dram clock speed, valid range 240 - 480, must be a multiple
46 int "sun6i dram zq value"
49 Set the dram zq value.
53 config SYS_CONFIG_NAME
54 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
63 config TARGET_A10_OLINUXINO_L
64 bool "A10_OLINUXINO_L"
67 config TARGET_A10S_OLINUXINO_M
68 bool "A10S_OLINUXINO_M"
71 config TARGET_A13_OLINUXINOM
75 config TARGET_A13_OLINUXINO
79 config TARGET_A20_OLINUXINO_L2
80 bool "A20_OLINUXINO_L2"
83 config TARGET_A20_OLINUXINO_L
84 bool "A20_OLINUXINO_L"
87 config TARGET_A20_OLINUXINO_M
88 bool "A20_OLINUXINO_M"
91 config TARGET_AUXTEK_T004
95 config TARGET_BANANAPI
99 config TARGET_COLOMBUS
101 depends on MACH_SUN6I
103 config TARGET_CUBIEBOARD2
105 depends on MACH_SUN7I
107 config TARGET_CUBIEBOARD
109 depends on MACH_SUN4I
111 config TARGET_CUBIETRUCK
113 depends on MACH_SUN7I
115 config TARGET_HUMMINGBIRD_A31
116 bool "HUMMINGBIRD_A31"
117 depends on MACH_SUN6I
119 config TARGET_IPPO_Q8H_V5
121 depends on MACH_SUN8I
123 config TARGET_PCDUINO3
125 depends on MACH_SUN7I
127 config TARGET_MELE_A1000G
129 depends on MACH_SUN4I
131 config TARGET_MELE_A1000
133 depends on MACH_SUN4I
135 config TARGET_MELE_M3
137 depends on MACH_SUN7I
139 config TARGET_MELE_M9
141 depends on MACH_SUN6I
143 config TARGET_MINI_X_1GB
145 depends on MACH_SUN4I
149 depends on MACH_SUN4I
151 config TARGET_BA10_TV_BOX
153 depends on MACH_SUN4I
155 config TARGET_I12_TVBOX
157 depends on MACH_SUN7I
161 depends on MACH_SUN7I
163 config TARGET_R7DONGLE
165 depends on MACH_SUN5I
176 bool "SPL/FEL mode support"
181 string "Default fdtfile env setting for this board"
183 config OLD_SUNXI_KERNEL_COMPAT
184 boolean "Enable workarounds for booting old kernels"
187 Set this to enable various workarounds for old kernels, this results in
188 sub-optimal settings for newer kernels, only enable if needed.
191 string "Card detect pin for mmc0"
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.
199 string "Card detect pin for mmc1"
202 See MMC0_CD_PIN help text.
205 string "Card detect pin for mmc2"
208 See MMC0_CD_PIN help text.
211 string "Card detect pin for mmc3"
214 See MMC0_CD_PIN help text.
216 config MMC_SUNXI_SLOT_EXTRA
217 int "mmc extra slot number"
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
225 string "Vbus enable pin for usb1 (ehci0)"
226 default "PH6" if MACH_SUN4I || MACH_SUN7I
227 default "PH27" if MACH_SUN6I
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.
234 string "Vbus enable pin for usb2 (ehci1)"
235 default "PH3" if MACH_SUN4I || MACH_SUN7I
236 default "PH24" if MACH_SUN6I
238 See USB1_VBUS_PIN help text.
241 boolean "Enable graphical uboot console on HDMI"
244 Say Y here to add support for using a cfb console on the HDMI output
245 found on most sunxi devices.
248 boolean "Enable USB keyboard support"
251 Say Y here to add support for using a USB keyboard (typically used
252 in combination with a graphical console on HDMI).