blob: 4b31dcca2015c6d1cc84f75f08aa3863f27c7116 [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
Chen-Yu Tsai507e27d2015-01-12 18:02:11 +0800188config VIDEO_VGA_EXTERNAL_DAC_EN
189 string "LCD panel power enable pin"
190 depends on VIDEO_VGA_VIA_LCD
191 default ""
192 ---help---
193 Set the enable pin for the external VGA DAC. This takes a string in the
194 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
195
Hans de Goede2dae8002014-12-21 16:28:32 +0100196config VIDEO_LCD_MODE
197 string "LCD panel timing details"
198 depends on VIDEO
199 default ""
200 ---help---
201 LCD panel timing details string, leave empty if there is no LCD panel.
202 This is in drivers/video/videomodes.c: video_get_params() format, e.g.
203 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
204
Hans de Goede65150322015-01-13 13:21:46 +0100205config VIDEO_LCD_DCLK_PHASE
206 int "LCD panel display clock phase"
207 depends on VIDEO
208 default 1
209 ---help---
210 Select LCD panel display clock phase shift, range 0-3.
211
Hans de Goede2dae8002014-12-21 16:28:32 +0100212config VIDEO_LCD_POWER
213 string "LCD panel power enable pin"
214 depends on VIDEO
215 default ""
216 ---help---
217 Set the power enable pin for the LCD panel. This takes a string in the
218 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
219
220config VIDEO_LCD_BL_EN
221 string "LCD panel backlight enable pin"
222 depends on VIDEO
223 default ""
224 ---help---
225 Set the backlight enable pin for the LCD panel. This takes a string in the
226 the format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of
227 port H.
228
229config VIDEO_LCD_BL_PWM
230 string "LCD panel backlight pwm pin"
231 depends on VIDEO
232 default ""
233 ---help---
234 Set the backlight pwm pin for the LCD panel. This takes a string in the
235 format understood by sunxi_name_to_gpio, e.g. PH1 for pin 1 of port H.
Luc Verhaegen7f2c5212014-08-13 07:55:06 +0200236
Hans de Goedea7403ae2015-01-22 21:02:42 +0100237config VIDEO_LCD_BL_PWM_ACTIVE_LOW
238 bool "LCD panel backlight pwm is inverted"
239 depends on VIDEO
240 default y
241 ---help---
242 Set this if the backlight pwm output is active low.
243
Hans de Goede213480e2015-01-01 22:04:34 +0100244
245# Note only one of these may be selected at a time! But hidden choices are
246# not supported by Kconfig
247config VIDEO_LCD_IF_PARALLEL
248 bool
249
250config VIDEO_LCD_IF_LVDS
251 bool
252
253
254choice
255 prompt "LCD panel support"
256 depends on VIDEO
257 ---help---
258 Select which type of LCD panel to support.
259
260config VIDEO_LCD_PANEL_PARALLEL
261 bool "Generic parallel interface LCD panel"
262 select VIDEO_LCD_IF_PARALLEL
263
264config VIDEO_LCD_PANEL_LVDS
265 bool "Generic lvds interface LCD panel"
266 select VIDEO_LCD_IF_LVDS
267
Siarhei Siamashka97ece832015-01-19 05:23:33 +0200268config VIDEO_LCD_PANEL_MIPI_4_LANE_513_MBPS_VIA_SSD2828
269 bool "MIPI 4-lane, 513Mbps LCD panel via SSD2828 bridge chip"
270 select VIDEO_LCD_SSD2828
271 select VIDEO_LCD_IF_PARALLEL
272 ---help---
273 7.85" 768x1024 LCD panels, such as LG LP079X01 or AUO B079XAN01.0
274
Hans de Goede27515b22015-01-20 09:23:36 +0100275config VIDEO_LCD_PANEL_HITACHI_TX18D42VM
276 bool "Hitachi tx18d42vm LCD panel"
277 select VIDEO_LCD_HITACHI_TX18D42VM
278 select VIDEO_LCD_IF_LVDS
279 ---help---
280 7.85" 1024x768 Hitachi tx18d42vm LCD panel support
281
Hans de Goede213480e2015-01-01 22:04:34 +0100282endchoice
283
284
Hans de Goede1a800f72015-01-11 17:17:00 +0100285config USB_MUSB_SUNXI
286 bool "Enable sunxi OTG / DRC USB controller in host mode"
287 default n
288 ---help---
289 Say y here to enable support for the sunxi OTG / DRC USB controller
290 used on almost all sunxi boards. Note currently u-boot can only have
291 one usb host controller enabled at a time, so enabling this on boards
292 which also use the ehci host controller will result in build errors.
293
Hans de Goede86b49092014-09-18 21:03:34 +0200294config USB_KEYBOARD
295 boolean "Enable USB keyboard support"
296 default y
297 ---help---
298 Say Y here to add support for using a USB keyboard (typically used
Hans de Goede2dae8002014-12-21 16:28:32 +0100299 in combination with a graphical console).
Hans de Goede86b49092014-09-18 21:03:34 +0200300
Hans de Goedec13f60d2015-01-25 12:10:48 +0100301config GMAC_TX_DELAY
302 int "GMAC Transmit Clock Delay Chain"
303 default 0
304 ---help---
305 Set the GMAC Transmit Clock Delay Chain value.
306
Masahiro Yamadadd840582014-07-30 14:08:14 +0900307endif