X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fsunxi%2FKconfig;h=2fcab602db07c2037d5865260393e84eb509ffe1;hb=0f00c38f017feb7f7e710b320e22560d1bd4add7;hp=9cf54e51ac9d41728955720ba4c64dbae72c7122;hpb=38dac81b3d0e777f301ca98100bfbcab01d616c2;p=u-boot diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 9cf54e51ac..2fcab602db 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -132,6 +132,10 @@ endchoice endif +config SYS_CLK_FREQ + default 912000000 if MACH_SUN7I + default 1008000000 if MACH_SUN4I || MACH_SUN5I || MACH_SUN6I || MACH_SUN8I + config SYS_CONFIG_NAME default "sun4i" if MACH_SUN4I default "sun5i" if MACH_SUN5I @@ -355,7 +359,7 @@ config VIDEO_LCD_BL_PWM_ACTIVE_LOW config VIDEO_LCD_PANEL_I2C bool "LCD panel needs to be configured via i2c" depends on VIDEO - default m + default n ---help--- Say y here if the LCD panel needs to be configured via i2c. This will add a bitbang i2c controller using gpios to talk to the LCD.