[PATCH] ARM: imx_v6_v7_defconfig: Select imx thermal and cpufreq
Shawn Guo
shawn.guo at linaro.org
Sun Feb 16 09:26:00 EST 2014
On Thu, Feb 13, 2014 at 12:32:30PM -0200, Fabio Estevam wrote:
> Let imx thermal and cpufreq drivers be built by default.
>
> Generated by doing:
>
> - Selected imx thermal and cpufreq via 'make menuconfig'
> - make savedefconfig
> - cp defconfig arch/arm/configs/imx_v6_v7_defconfig
>
> (This is why CONFIG_COMMON_CLK_DEBUG is deleted)
>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
> ---
> arch/arm/configs/imx_v6_v7_defconfig | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
> index 7b76794..2d5834f 100644
> --- a/arch/arm/configs/imx_v6_v7_defconfig
> +++ b/arch/arm/configs/imx_v6_v7_defconfig
> @@ -47,6 +47,7 @@ CONFIG_PREEMPT_VOLUNTARY=y
> CONFIG_AEABI=y
> CONFIG_HIGHMEM=y
> CONFIG_CMDLINE="noinitrd console=ttymxc0,115200"
> +CONFIG_CPU_FREQ=y
We may want to select ondemand governor as the default?
Shawn
> CONFIG_VFP=y
> CONFIG_NEON=y
> CONFIG_BINFMT_MISC=m
> @@ -157,6 +158,9 @@ CONFIG_SPI_IMX=y
> CONFIG_GPIO_SYSFS=y
> CONFIG_GPIO_MC9S08DZ60=y
> # CONFIG_HWMON is not set
> +CONFIG_THERMAL=y
> +CONFIG_CPU_THERMAL=y
> +CONFIG_IMX_THERMAL=y
> CONFIG_WATCHDOG=y
> CONFIG_IMX2_WDT=y
> CONFIG_MFD_DA9052_I2C=y
> @@ -245,7 +249,6 @@ CONFIG_DRM_IMX_TVE=y
> CONFIG_DRM_IMX_LDB=y
> CONFIG_DRM_IMX_IPUV3_CORE=y
> CONFIG_DRM_IMX_IPUV3=y
> -CONFIG_COMMON_CLK_DEBUG=y
> # CONFIG_IOMMU_SUPPORT is not set
> CONFIG_PWM=y
> CONFIG_PWM_IMX=y
> --
> 1.8.1.2
>
>
More information about the linux-arm-kernel
mailing list