]> git.sur5r.net Git - u-boot/blobdiff - board/sunxi/Kconfig
smdk5420: Remove GPIO enums
[u-boot] / board / sunxi / Kconfig
index 9cf54e51ac9d41728955720ba4c64dbae72c7122..2fcab602db07c2037d5865260393e84eb509ffe1 100644 (file)
@@ -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.