From: Uwe Kleine-König Date: Thu, 10 Jan 2019 20:19:34 +0000 (+0100) Subject: ARM: imx_v4_v5_defconfig: enable PWM driver X-Git-Tag: v5.15~6701^2~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=507aaeeef80d70c46bdf07cda49234b36c2bbdcb;p=platform%2Fkernel%2Flinux-starfive.git ARM: imx_v4_v5_defconfig: enable PWM driver While there is no mainline board that makes use of the PWM still enable the driver for it to increase compile test coverage. Signed-off-by: Uwe Kleine-König Signed-off-by: Shawn Guo --- diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig index 8661dd9..b37f8e6 100644 --- a/arch/arm/configs/imx_v4_v5_defconfig +++ b/arch/arm/configs/imx_v4_v5_defconfig @@ -170,6 +170,9 @@ CONFIG_IMX_SDMA=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_IIO=y CONFIG_FSL_MX25_ADC=y +CONFIG_PWM=y +CONFIG_PWM_IMX1=y +CONFIG_PWM_IMX27=y CONFIG_EXT4_FS=y # CONFIG_DNOTIFY is not set CONFIG_VFAT_FS=y