MLK-14238-04 ARM: configs: Enable TPM PWM driver in default config
authorBai Ping <ping.bai@nxp.com>
Tue, 21 Mar 2017 03:22:51 +0000 (11:22 +0800)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 17 Apr 2019 23:51:34 +0000 (02:51 +0300)
Enable TPM PWM driver in default config.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
Signed-off-by: Vipul Kumar <vipul_kumar@mentor.com>
arch/arm/configs/imx_v7_defconfig
drivers/pwm/pwm-tpm.c

index e564b64..7f90f0d 100644 (file)
@@ -376,6 +376,7 @@ CONFIG_IMX7D_ADC=y
 CONFIG_VF610_ADC=y
 CONFIG_PWM=y
 CONFIG_PWM_IMX=y
+CONFIG_PWM_TPM=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT2_FS_XATTR=y
 CONFIG_EXT2_FS_POSIX_ACL=y
index f15dc61..29284a9 100644 (file)
@@ -17,6 +17,7 @@
 #include <linux/of.h>
 #include <linux/of_address.h>
 #include <linux/platform_device.h>
+#include <linux/pinctrl/consumer.h>
 #include <linux/pwm.h>
 #include <linux/slab.h>