Since commit 8e453ad3b1d2("ARM: imx: add i.MX7D bus-freq
support") only add i.MX7D bus-freq support, and refer
to 864c1631823f("add imx6ul bus-freq"), but there is no
Enable HAVE_IMX_BUSFREQ for imx6 platform.Signed-off-by: Xiaolei Wang <[email protected]> Signed-off-by: Bruce Ashfield <[email protected]> --- arch/arm/mach-imx/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 591033b20c9b..51b38cbc2df1 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -171,6 +171,7 @@ config SOC_IMX6Q select HAVE_ARM_TWD select PINCTRL_IMX6Q select SOC_IMX6 + select HAVE_IMX_BUSFREQ help This enables support for Freescale i.MX6 Quad processor. @@ -207,6 +208,7 @@ config SOC_IMX6SX select HAVE_IMX_RPMSG select IMX_SEMA4 select KEYBOARD_SNVS_PWRKEY + select HAVE_IMX_BUSFREQ help This enables support for Freescale i.MX6 SoloX processor. @@ -216,6 +218,7 @@ config SOC_IMX6UL select PINCTRL_IMX6UL select SOC_IMX6 select ARM_ERRATA_814220 + select HAVE_IMX_BUSFREQ help This enables support for Freescale i.MX6 UltraLite processor. -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11335): https://lists.yoctoproject.org/g/linux-yocto/message/11335 Mute This Topic: https://lists.yoctoproject.org/mt/91368842/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
