]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/sunxi/Kconfig
sunxi: Fix CONFIG_UART0_PORT_F build and add it to menuconfig
[karo-tx-uboot.git] / board / sunxi / Kconfig
1 if ARCH_SUNXI
2
3 choice
4         prompt "Sunxi SoC Variant"
5
6 config MACH_SUN4I
7         bool "sun4i (Allwinner A10)"
8         select CPU_V7
9         select SUPPORT_SPL
10
11 config MACH_SUN5I
12         bool "sun5i (Allwinner A13)"
13         select CPU_V7
14         select SUPPORT_SPL
15
16 config MACH_SUN6I
17         bool "sun6i (Allwinner A31)"
18         select CPU_V7
19         select SUPPORT_SPL
20
21 config MACH_SUN7I
22         bool "sun7i (Allwinner A20)"
23         select CPU_V7
24         select CPU_V7_HAS_NONSEC
25         select CPU_V7_HAS_VIRT
26         select SUPPORT_SPL
27         select ARMV7_BOOT_SEC_DEFAULT if OLD_SUNXI_KERNEL_COMPAT
28
29 config MACH_SUN8I
30         bool "sun8i (Allwinner A23)"
31         select CPU_V7
32         select SUPPORT_SPL
33
34 endchoice
35
36 if MACH_SUN6I || MACH_SUN8I
37
38 config 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
45 config DRAM_ZQ
46         int "sun6i dram zq value"
47         default 123
48         ---help---
49         Set the dram zq value.
50
51 endif
52
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
59
60 choice
61         prompt "Board"
62
63 config TARGET_A10_OLINUXINO_L
64         bool "A10_OLINUXINO_L"
65         depends on MACH_SUN4I
66
67 config TARGET_A10S_OLINUXINO_M
68         bool "A10S_OLINUXINO_M"
69         depends on MACH_SUN5I
70
71 config TARGET_A13_OLINUXINOM
72         bool "A13_OLINUXINOM"
73         depends on MACH_SUN5I
74
75 config TARGET_A13_OLINUXINO
76         bool "A13_OLINUXINO"
77         depends on MACH_SUN5I
78
79 config TARGET_A20_OLINUXINO_L2
80         bool "A20_OLINUXINO_L2"
81         depends on MACH_SUN7I
82
83 config TARGET_A20_OLINUXINO_L
84         bool "A20_OLINUXINO_L"
85         depends on MACH_SUN7I
86
87 config TARGET_A20_OLINUXINO_M
88         bool "A20_OLINUXINO_M"
89         depends on MACH_SUN7I
90
91 config TARGET_AUXTEK_T004
92         bool "AUXTEK_T004"
93         depends on MACH_SUN5I
94
95 config TARGET_BANANAPI
96         bool "BANANAPI"
97         depends on MACH_SUN7I
98
99 config TARGET_COLOMBUS
100         bool "COLOMBUS"
101         depends on MACH_SUN6I
102
103 config TARGET_CUBIEBOARD2
104         bool "CUBIEBOARD2"
105         depends on MACH_SUN7I
106
107 config TARGET_CUBIEBOARD
108         bool "CUBIEBOARD"
109         depends on MACH_SUN4I
110
111 config TARGET_CUBIETRUCK
112         bool "CUBIETRUCK"
113         depends on MACH_SUN7I
114
115 config TARGET_HUMMINGBIRD_A31
116         bool "HUMMINGBIRD_A31"
117         depends on MACH_SUN6I
118
119 config TARGET_IPPO_Q8H_V5
120         bool "IPPO_Q8H_V5"
121         depends on MACH_SUN8I
122
123 config TARGET_PCDUINO3
124         bool "PCDUINO3"
125         depends on MACH_SUN7I
126
127 config TARGET_MELE_A1000G
128         bool "MELE_A1000G"
129         depends on MACH_SUN4I
130
131 config TARGET_MELE_A1000
132         bool "MELE_A1000"
133         depends on MACH_SUN4I
134
135 config TARGET_MELE_M3
136         bool "MELE_M3"
137         depends on MACH_SUN7I
138
139 config TARGET_MELE_M9
140         bool "MELE_M9"
141         depends on MACH_SUN6I
142
143 config TARGET_MINI_X_1GB
144         bool "MINI_X_1GB"
145         depends on MACH_SUN4I
146
147 config TARGET_MINI_X
148         bool "MINI_X"
149         depends on MACH_SUN4I
150
151 config TARGET_BA10_TV_BOX
152         bool "BA10_TV_BOX"
153         depends on MACH_SUN4I
154
155 config TARGET_I12_TVBOX
156         bool "I12_TVBOX"
157         depends on MACH_SUN7I
158
159 config TARGET_QT840A
160         bool "QT840A"
161         depends on MACH_SUN7I
162
163 config TARGET_R7DONGLE
164         bool "R7DONGLE"
165         depends on MACH_SUN5I
166
167 endchoice
168
169 config SYS_BOARD
170         default "sunxi"
171
172 config SYS_SOC
173         default "sunxi"
174
175 config SPL_FEL
176         bool "SPL/FEL mode support"
177         depends on SPL
178         default n
179
180 config UART0_PORT_F
181         bool "UART0 on MicroSD breakout board"
182         depends on SPL_FEL
183         default n
184         ---help---
185         Repurpose the SD card slot for getting access to the UART0 serial
186         console. Primarily useful only for low level u-boot debugging on
187         tablets, where normal UART0 is difficult to access and requires
188         device disassembly and/or soldering. As the SD card can't be used
189         at the same time, the system can be only booted in the FEL mode.
190         Only enable this if you really know what you are doing.
191
192 config FDTFILE
193         string "Default fdtfile env setting for this board"
194
195 config OLD_SUNXI_KERNEL_COMPAT
196         boolean "Enable workarounds for booting old kernels"
197         default n
198         ---help---
199         Set this to enable various workarounds for old kernels, this results in
200         sub-optimal settings for newer kernels, only enable if needed.
201
202 config MMC0_CD_PIN
203         string "Card detect pin for mmc0"
204         default ""
205         ---help---
206         Set the card detect pin for mmc0, leave empty to not use cd. This
207         takes a string in the format understood by sunxi_name_to_gpio, e.g.
208         PH1 for pin 1 of port H.
209
210 config MMC1_CD_PIN
211         string "Card detect pin for mmc1"
212         default ""
213         ---help---
214         See MMC0_CD_PIN help text.
215
216 config MMC2_CD_PIN
217         string "Card detect pin for mmc2"
218         default ""
219         ---help---
220         See MMC0_CD_PIN help text.
221
222 config MMC3_CD_PIN
223         string "Card detect pin for mmc3"
224         default ""
225         ---help---
226         See MMC0_CD_PIN help text.
227
228 config MMC_SUNXI_SLOT_EXTRA
229         int "mmc extra slot number"
230         default -1
231         ---help---
232         sunxi builds always enable mmc0, some boards also have a second sdcard
233         slot or emmc on mmc1 - mmc3. Setting this to 1, 2 or 3 will enable
234         support for this.
235
236 config USB1_VBUS_PIN
237         string "Vbus enable pin for usb1 (ehci0)"
238         default "PH6" if MACH_SUN4I || MACH_SUN7I
239         default "PH27" if MACH_SUN6I
240         ---help---
241         Set the Vbus enable pin for usb1 (ehci0, usb0 is the otg). This takes
242         a string in the format understood by sunxi_name_to_gpio, e.g.
243         PH1 for pin 1 of port H.
244
245 config USB2_VBUS_PIN
246         string "Vbus enable pin for usb2 (ehci1)"
247         default "PH3" if MACH_SUN4I || MACH_SUN7I
248         default "PH24" if MACH_SUN6I
249         ---help---
250         See USB1_VBUS_PIN help text.
251
252 config VIDEO
253         boolean "Enable graphical uboot console on HDMI"
254         default y
255         ---help---
256         Say Y here to add support for using a cfb console on the HDMI output
257         found on most sunxi devices.
258
259 config USB_KEYBOARD
260         boolean "Enable USB keyboard support"
261         default y
262         ---help---
263         Say Y here to add support for using a USB keyboard (typically used
264         in combination with a graphical console on HDMI).
265
266 endif