From bd328eb38274ffaf04caaa8a6ecc09b7e19a650e Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Tue, 12 May 2015 14:46:24 -0500 Subject: Clean all defconfigs with savedefconfig In order to reduce merge conflicts and to maintain the simplest possible defconfig files, we should be using the savedefconfig feature of Kconfig every time a new feature is added. This keeps the defconfig settings to a minimum (only those things not default) and keeps them in the same order as the Kconfig options. Signed-off-by: Joe Hershberger Cc: Masahiro Yamada Acked-by: Stephen Warren Cc: Tom Rini --- configs/Astar_MID756_defconfig | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'configs/Astar_MID756_defconfig') diff --git a/configs/Astar_MID756_defconfig b/configs/Astar_MID756_defconfig index 0072ab8b89d..b779f883158 100644 --- a/configs/Astar_MID756_defconfig +++ b/configs/Astar_MID756_defconfig @@ -1,11 +1,8 @@ -# The Astar MID756 is a 7" tablet using the A33 SoC with a 800x480 LCD screen, -# 512M RAM, 8G ROM and integrated sdio wifi. -# -# Also see: http://linux-sunxi.org/Softwinner_astar-rda -CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5" -CONFIG_DEFAULT_DEVICE_TREE="sun8i-a33-astar-mid756" -CONFIG_USB_MUSB_SUNXI=y +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_MACH_SUN8I_A33=y +CONFIG_DRAM_CLK=480 +CONFIG_DRAM_ZQ=15291 CONFIG_USB0_VBUS_PIN="AXP0-VBUS-ENABLE" CONFIG_USB0_VBUS_DET="AXP0-VBUS-DETECT" CONFIG_AXP_GPIO=y @@ -14,13 +11,9 @@ 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_A33=y -CONFIG_DRAM_CLK=480 -# zq = 0x3bbb -CONFIG_DRAM_ZQ=15291 -# Wifi power +CONFIG_USB_MUSB_SUNXI=y +CONFIG_DEFAULT_DEVICE_TREE="sun8i-a33-astar-mid756" +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=5" CONFIG_AXP221_DLDO1_VOLT=3300 -# aldo1 is connected to VCC-IO, VCC-PD, VCC-USB and VCC-HP CONFIG_AXP221_ALDO1_VOLT=3000 -- cgit v1.2.3