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)"
27 bool "sun8i (Allwinner A23)"
32 config SYS_CONFIG_NAME
34 default "sun4i" if MACH_SUN4I
35 default "sun5i" if MACH_SUN5I
36 default "sun6i" if MACH_SUN6I
37 default "sun7i" if MACH_SUN7I
38 default "sun8i" if MACH_SUN8I
43 config TARGET_A10_OLINUXINO_L
44 bool "A10_OLINUXINO_L"
47 config TARGET_A10S_OLINUXINO_M
48 bool "A10S_OLINUXINO_M"
51 config TARGET_A13_OLINUXINOM
55 config TARGET_A13_OLINUXINO
59 config TARGET_A20_OLINUXINO_L2
60 bool "A20_OLINUXINO_L2"
63 config TARGET_A20_OLINUXINO_L
64 bool "A20_OLINUXINO_L"
67 config TARGET_A20_OLINUXINO_M
68 bool "A20_OLINUXINO_M"
71 config TARGET_AUXTEK_T004
75 config TARGET_BANANAPI
79 config TARGET_COLOMBUS
83 config TARGET_CUBIEBOARD2
87 config TARGET_CUBIEBOARD
91 config TARGET_CUBIETRUCK
95 config TARGET_IPPO_Q8H_V5
99 config TARGET_PCDUINO3
101 depends on MACH_SUN7I
103 config TARGET_MELE_A1000G
105 depends on MACH_SUN4I
107 config TARGET_MELE_A1000
109 depends on MACH_SUN4I
111 config TARGET_MELE_M3
113 depends on MACH_SUN7I
115 config TARGET_MELE_M9
117 depends on MACH_SUN6I
119 config TARGET_MINI_X_1GB
121 depends on MACH_SUN4I
125 depends on MACH_SUN4I
127 config TARGET_BA10_TV_BOX
129 depends on MACH_SUN4I
131 config TARGET_I12_TVBOX
133 depends on MACH_SUN7I
137 depends on MACH_SUN7I
139 config TARGET_R7DONGLE
141 depends on MACH_SUN5I
152 bool "SPL/FEL mode support"
157 string "Default fdtfile env setting for this board"
159 config OLD_SUNXI_KERNEL_COMPAT
160 boolean "Enable workarounds for booting old kernels"
163 Set this to enable various workarounds for old kernels, this results in
164 sub-optimal settings for newer kernels, only enable if needed.
167 string "Card detect pin for mmc0"
170 Set the card detect pin for mmc0, leave empty to not use cd. This
171 takes a string in the format understood by sunxi_name_to_gpio, e.g.
172 PH1 for pin 1 of port H.
175 string "Card detect pin for mmc1"
178 See MMC0_CD_PIN help text.
181 string "Card detect pin for mmc2"
184 See MMC0_CD_PIN help text.
187 string "Card detect pin for mmc3"
190 See MMC0_CD_PIN help text.
192 config MMC_SUNXI_SLOT_EXTRA
193 int "mmc extra slot number"
196 sunxi builds always enable mmc0, some boards also have a second sdcard
197 slot or emmc on mmc1 - mmc3. Setting this to 1, 2 or 3 will enable
201 string "Vbus enable pin for usb1 (ehci0)"
202 default "PH6" if MACH_SUN4I || MACH_SUN7I
203 default "PH27" if MACH_SUN6I
205 Set the Vbus enable pin for usb1 (ehci0, usb0 is the otg). This takes
206 a string in the format understood by sunxi_name_to_gpio, e.g.
207 PH1 for pin 1 of port H.
210 string "Vbus enable pin for usb2 (ehci1)"
211 default "PH3" if MACH_SUN4I || MACH_SUN7I
212 default "PH24" if MACH_SUN6I
214 See USB1_VBUS_PIN help text.