mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
252ed8729d
Since commit e02ee2548a
(kconfig: switch to single .config
configuration), the prefixes in defconfig files such as "+S:",
"+ST:", etc., are meaningless.
This commit was generated by the following command:
find configs -name '*_defconfig' | xargs sed -i 's/^+*S*T*://'
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
21 lines
663 B
Text
21 lines
663 B
Text
CONFIG_SPL=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5"
|
|
CONFIG_FDTFILE="sun8i-a23-ippo-q8h-v5.dtb"
|
|
CONFIG_USB_MUSB_SUNXI=y
|
|
CONFIG_USB0_VBUS_PIN="axp_drivebus"
|
|
CONFIG_USB0_VBUS_DET="axp_vbus_detect"
|
|
CONFIG_VIDEO_LCD_MODE="x:800,y:480,depth:18,pclk_khz:33000,le:87,ri:168,up:31,lo:13,hs:1,vs:1,sync:3,vmode:0"
|
|
CONFIG_VIDEO_LCD_DCLK_PHASE=0
|
|
CONFIG_VIDEO_LCD_POWER="PH7"
|
|
CONFIG_VIDEO_LCD_BL_EN="PH6"
|
|
CONFIG_VIDEO_LCD_BL_PWM="PH0"
|
|
CONFIG_ARM=y
|
|
CONFIG_ARCH_SUNXI=y
|
|
CONFIG_MACH_SUN8I=y
|
|
CONFIG_DRAM_CLK=480
|
|
# zq = 0xf777
|
|
CONFIG_DRAM_ZQ=63351
|
|
# Wifi power
|
|
CONFIG_AXP221_DLDO1_VOLT=3300
|
|
# aldo1 is connected to VCC-IO, VCC-PD, VCC-USB and VCC-HP
|
|
CONFIG_AXP221_ALDO1_VOLT=3000
|