blob: adbd2b57160a76b002729fda7c468c25fcddc831 [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 Goede37781a12014-11-15 19:46:39 +010036config DRAM_CLK
Hans de Goede8ffc4872015-01-17 14:24:55 +010037 int "sunxi dram clock speed"
38 default 312 if MACH_SUN6I || MACH_SUN8I
39 default 360 if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
Hans de Goede37781a12014-11-15 19:46:39 +010040 ---help---
41 Set the dram clock speed, valid range 240 - 480, must be a multiple
Hans de Goedee1a08882015-01-25 11:29:27 +010042 of 24.
Hans de Goede37781a12014-11-15 19:46:39 +010043
44config DRAM_ZQ
Hans de Goede8ffc4872015-01-17 14:24:55 +010045 int "sunxi dram zq value"
46 default 123 if MACH_SUN4I || MACH_SUN5I || MACH_SUN6I || MACH_SUN8I
47 default 127 if MACH_SUN7I
Hans de Goede37781a12014-11-15 19:46:39 +010048 ---help---
Hans de Goedee1a08882015-01-25 11:29:27 +010049 Set the dram zq value.
Hans de Goede37781a12014-11-15 19:46:39 +010050
Hans de Goede8ffc4872015-01-17 14:24:55 +010051if MACH_SUN4I || MACH_SUN5I || MACH_SUN7I
52config DRAM_EMR1
53 int "sunxi dram emr1 value"
54 default 0 if MACH_SUN4I
55 default 4 if MACH_SUN5I || MACH_SUN7I
56 ---help---
Hans de Goedee1a08882015-01-25 11:29:27 +010057 Set the dram controller emr1 value.
Hans de Goede37781a12014-11-15 19:46:39 +010058endif
59
Maxime Ripard8a6564d2014-10-03 20:16:29 +080060config SYS_CONFIG_NAME
Ian Campbellc3be2792014-10-24 21:20:45 +010061 default "sun4i" if MACH_SUN4I
62 default "sun5i" if MACH_SUN5I
63 default "sun6i" if MACH_SUN6I
64 default "sun7i" if MACH_SUN7I
65 default "sun8i" if MACH_SUN8I
Hans de Goede6ae66f22014-08-01 09:28:24 +020066
Masahiro Yamadadd840582014-07-30 14:08:14 +090067config SYS_BOARD
Masahiro Yamadadd840582014-07-30 14:08:14 +090068 default "sunxi"
69
70config SYS_SOC
Masahiro Yamadadd840582014-07-30 14:08:14 +090071 default "sunxi"
72
Ian Campbell4ce99412014-10-24 21:20:46 +010073config SPL_FEL
74 bool "SPL/FEL mode support"
75 depends on SPL
76 default n
77
Siarhei Siamashkaf0ce28e2014-12-25 02:34:47 +020078config UART0_PORT_F
79 bool "UART0 on MicroSD breakout board"
80 depends on SPL_FEL
81 default n
82 ---help---
83 Repurpose the SD card slot for getting access to the UART0 serial
84 console. Primarily useful only for low level u-boot debugging on
85 tablets, where normal UART0 is difficult to access and requires
86 device disassembly and/or soldering. As the SD card can't be used
87 at the same time, the system can be only booted in the FEL mode.
88 Only enable this if you really know what you are doing.
89
Ian Campbell98e214d2014-08-31 13:13:43 +010090config FDTFILE
91 string "Default fdtfile env setting for this board"
Hans de Goede846e3252014-08-01 09:37:58 +020092
Hans de Goedeaccc9e42014-10-22 14:56:36 +020093config OLD_SUNXI_KERNEL_COMPAT
94 boolean "Enable workarounds for booting old kernels"
95 default n
96 ---help---
97 Set this to enable various workarounds for old kernels, this results in
98 sub-optimal settings for newer kernels, only enable if needed.
99
Hans de Goedecd821132014-10-02 20:29:26 +0200100config MMC0_CD_PIN
101 string "Card detect pin for mmc0"
102 default ""
103 ---help---
104 Set the card detect pin for mmc0, leave empty to not use cd. This
105 takes a string in the format understood by sunxi_name_to_gpio, e.g.
106 PH1 for pin 1 of port H.
107
108config MMC1_CD_PIN
109 string "Card detect pin for mmc1"
110 default ""
111 ---help---
112 See MMC0_CD_PIN help text.
113
114config MMC2_CD_PIN
115 string "Card detect pin for mmc2"
116 default ""
117 ---help---
118 See MMC0_CD_PIN help text.
119
120config MMC3_CD_PIN
121 string "Card detect pin for mmc3"
122 default ""
123 ---help---
124 See MMC0_CD_PIN help text.
125
Hans de Goede2ccfac02014-10-02 20:43:50 +0200126config MMC_SUNXI_SLOT_EXTRA
127 int "mmc extra slot number"
128 default -1
129 ---help---
130 sunxi builds always enable mmc0, some boards also have a second sdcard
131 slot or emmc on mmc1 - mmc3. Setting this to 1, 2 or 3 will enable
132 support for this.
133
Hans de Goede4458b7a2015-01-07 15:26:06 +0100134config USB0_VBUS_PIN
135 string "Vbus enable pin for usb0 (otg)"
136 default ""
137 ---help---
138 Set the Vbus enable pin for usb0 (otg). This takes a string in the
139 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
140
Hans de Goede115200c2014-11-07 16:09:00 +0100141config USB1_VBUS_PIN
142 string "Vbus enable pin for usb1 (ehci0)"
143 default "PH6" if MACH_SUN4I || MACH_SUN7I
Hans de Goede76946df2014-11-07 14:51:12 +0100144 default "PH27" if MACH_SUN6I
Hans de Goede115200c2014-11-07 16:09:00 +0100145 ---help---
146 Set the Vbus enable pin for usb1 (ehci0, usb0 is the otg). This takes
147 a string in the format understood by sunxi_name_to_gpio, e.g.
148 PH1 for pin 1 of port H.
149
150config USB2_VBUS_PIN
151 string "Vbus enable pin for usb2 (ehci1)"
152 default "PH3" if MACH_SUN4I || MACH_SUN7I
Hans de Goede76946df2014-11-07 14:51:12 +0100153 default "PH24" if MACH_SUN6I
Hans de Goede115200c2014-11-07 16:09:00 +0100154 ---help---
155 See USB1_VBUS_PIN help text.
156
Luc Verhaegen7f2c5212014-08-13 07:55:06 +0200157config VIDEO
Hans de Goede2dae8002014-12-21 16:28:32 +0100158 boolean "Enable graphical uboot console on HDMI, LCD or VGA"
Luc Verhaegen7f2c5212014-08-13 07:55:06 +0200159 default y
160 ---help---
Hans de Goede2dae8002014-12-21 16:28:32 +0100161 Say Y here to add support for using a cfb console on the HDMI, LCD
162 or VGA output found on most sunxi devices. See doc/README.video for
163 info on how to select the video output and mode.
164
Hans de Goede2fbf0912014-12-23 23:04:35 +0100165config VIDEO_HDMI
166 boolean "HDMI output support"
167 depends on VIDEO && !MACH_SUN8I
168 default y
169 ---help---
170 Say Y here to add support for outputting video over HDMI.
171
Hans de Goeded9786d22014-12-25 13:58:06 +0100172config VIDEO_VGA
173 boolean "VGA output support"
174 depends on VIDEO && (MACH_SUN4I || MACH_SUN7I)
175 default n
176 ---help---
177 Say Y here to add support for outputting video over VGA.
178
Hans de Goedee2bbdfb2014-12-24 12:17:07 +0100179config VIDEO_VGA_VIA_LCD
180 boolean "VGA via LCD controller support"
Chen-Yu Tsai2583d5b2015-01-12 18:02:10 +0800181 depends on VIDEO && (MACH_SUN5I || MACH_SUN6I || MACH_SUN8I)
Hans de Goedee2bbdfb2014-12-24 12:17:07 +0100182 default n
183 ---help---
184 Say Y here to add support for external DACs connected to the parallel
185 LCD interface driving a VGA connector, such as found on the
186 Olimex A13 boards.
187
Hans de Goedefb75d972015-01-25 15:33:07 +0100188config VIDEO_VGA_VIA_LCD_FORCE_SYNC_ACTIVE_HIGH
189 boolean "Force sync active high for VGA via LCD controller support"
190 depends on VIDEO_VGA_VIA_LCD
191 default n
192 ---help---
193 Say Y here if you've a board which uses opendrain drivers for the vga
194 hsync and vsync signals. Opendrain drivers cannot generate steep enough
195 positive edges for a stable video output, so on boards with opendrain
196 drivers the sync signals must always be active high.
197
Chen-Yu Tsai507e27d2015-01-12 18:02:11 +0800198config VIDEO_VGA_EXTERNAL_DAC_EN
199 string "LCD panel power enable pin"
200 depends on VIDEO_VGA_VIA_LCD
201 default ""
202 ---help---
203 Set the enable pin for the external VGA DAC. This takes a string in the
204 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
205
Hans de Goede2dae8002014-12-21 16:28:32 +0100206config VIDEO_LCD_MODE
207 string "LCD panel timing details"
208 depends on VIDEO
209 default ""
210 ---help---
211 LCD panel timing details string, leave empty if there is no LCD panel.
212 This is in drivers/video/videomodes.c: video_get_params() format, e.g.
213 x:800,y:480,depth:18,pclk_khz:33000,le:16,ri:209,up:22,lo:22,hs:30,vs:1,sync:0,vmode:0
214
Hans de Goede65150322015-01-13 13:21:46 +0100215config VIDEO_LCD_DCLK_PHASE
216 int "LCD panel display clock phase"
217 depends on VIDEO
218 default 1
219 ---help---
220 Select LCD panel display clock phase shift, range 0-3.
221
Hans de Goede2dae8002014-12-21 16:28:32 +0100222config VIDEO_LCD_POWER
223 string "LCD panel power enable pin"
224 depends on VIDEO
225 default ""
226 ---help---
227 Set the power enable pin for the LCD panel. This takes a string in the
228 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
229
230config VIDEO_LCD_BL_EN
231 string "LCD panel backlight enable pin"
232 depends on VIDEO
233 default ""
234 ---help---
235 Set the backlight enable pin for the LCD panel. This takes a string in the
236 the format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of
237 port H.
238
239config VIDEO_LCD_BL_PWM
240 string "LCD panel backlight pwm pin"
241 depends on VIDEO
242 default ""
243 ---help---
244 Set the backlight pwm pin for the LCD panel. This takes a string in the
245 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
Luc Verhaegen7f2c5212014-08-13 07:55:06 +0200246
Hans de Goedea7403ae2015-01-22 21:02:42 +0100247config VIDEO_LCD_BL_PWM_ACTIVE_LOW
248 bool "LCD panel backlight pwm is inverted"
249 depends on VIDEO
250 default y
251 ---help---
252 Set this if the backlight pwm output is active low.
253
Hans de Goede213480e2015-01-01 22:04:34 +0100254
255# Note only one of these may be selected at a time! But hidden choices are
256# not supported by Kconfig
257config VIDEO_LCD_IF_PARALLEL
258 bool
259
260config VIDEO_LCD_IF_LVDS
261 bool
262
263
264choice
265 prompt "LCD panel support"
266 depends on VIDEO
267 ---help---
268 Select which type of LCD panel to support.
269
270config VIDEO_LCD_PANEL_PARALLEL
271 bool "Generic parallel interface LCD panel"
272 select VIDEO_LCD_IF_PARALLEL
273
274config VIDEO_LCD_PANEL_LVDS
275 bool "Generic lvds interface LCD panel"
276 select VIDEO_LCD_IF_LVDS
277
Siarhei Siamashka97ece832015-01-19 05:23:33 +0200278config VIDEO_LCD_PANEL_MIPI_4_LANE_513_MBPS_VIA_SSD2828
279 bool "MIPI 4-lane, 513Mbps LCD panel via SSD2828 bridge chip"
280 select VIDEO_LCD_SSD2828
281 select VIDEO_LCD_IF_PARALLEL
282 ---help---
283 7.85" 768x1024 LCD panels, such as LG LP079X01 or AUO B079XAN01.0
284
Hans de Goede27515b22015-01-20 09:23:36 +0100285config VIDEO_LCD_PANEL_HITACHI_TX18D42VM
286 bool "Hitachi tx18d42vm LCD panel"
287 select VIDEO_LCD_HITACHI_TX18D42VM
288 select VIDEO_LCD_IF_LVDS
289 ---help---
290 7.85" 1024x768 Hitachi tx18d42vm LCD panel support
291
Hans de Goede213480e2015-01-01 22:04:34 +0100292endchoice
293
294
Hans de Goede1a800f72015-01-11 17:17:00 +0100295config USB_MUSB_SUNXI
296 bool "Enable sunxi OTG / DRC USB controller in host mode"
297 default n
298 ---help---
299 Say y here to enable support for the sunxi OTG / DRC USB controller
300 used on almost all sunxi boards. Note currently u-boot can only have
301 one usb host controller enabled at a time, so enabling this on boards
302 which also use the ehci host controller will result in build errors.
303
Hans de Goede86b49092014-09-18 21:03:34 +0200304config USB_KEYBOARD
305 boolean "Enable USB keyboard support"
306 default y
307 ---help---
308 Say Y here to add support for using a USB keyboard (typically used
Hans de Goede2dae8002014-12-21 16:28:32 +0100309 in combination with a graphical console).
Hans de Goede86b49092014-09-18 21:03:34 +0200310
Hans de Goedec13f60d2015-01-25 12:10:48 +0100311config GMAC_TX_DELAY
312 int "GMAC Transmit Clock Delay Chain"
313 default 0
314 ---help---
315 Set the GMAC Transmit Clock Delay Chain value.
316
Masahiro Yamadadd840582014-07-30 14:08:14 +0900317endif