]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-imx/mx3/Kconfig
mx31: Convert MX31_HCLK_FREQ and MX31_CLK32 to Kconfig.
[u-boot] / arch / arm / mach-imx / mx3 / Kconfig
index bf6a1c6927529fc81baf01cff2fadd85bf384b84..6cc970fc4992b772713cf6efd46d0e6240509923 100644 (file)
@@ -15,6 +15,20 @@ config TARGET_MX31PDK
 
 endchoice
 
+config MX31_HCLK_FREQ
+       int "i.MX31 HCLK frequency"
+       default 26000000
+       help
+         Frequency in Hz of the high frequency input clock. Typically
+        26000000 Hz.
+
+config MX31_CLK32
+       int "i.MX31 CLK32 Frequency"
+       default 32768
+       help
+         Frequency in Hz of the low frequency input clock. Typically
+        32768 or 32000 Hz.
+
 source "board/freescale/mx31pdk/Kconfig"
 
 endif