diff options
author | Fabrizio Castro <fabrizio.castro@bp.renesas.com> | 2017-12-19 13:34:56 +0000 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-12-20 09:29:49 +0100 |
commit | 1943cbd3b39ee3310494d5b531a906e836bb9f7f (patch) | |
tree | d1e2c8923f6245f06bc1abb02400fcae17a5406e /arch/arm/configs/shmobile_defconfig | |
parent | 7c57fbcf1455e6823ac6ce44ab45cc351bd79b42 (diff) |
ARM: shmobile: defconfig: Enable PWM
RZ/G1 and R-Car platforms have PWM timers. This patch enables PWM support
by default.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/shmobile_defconfig')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index d60dbe1f108f..578434cfd1a0 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -208,6 +208,7 @@ CONFIG_STAGING_BOARD=y CONFIG_IIO=y CONFIG_AK8975=y CONFIG_PWM=y +CONFIG_PWM_RCAR=y CONFIG_PWM_RENESAS_TPU=y CONFIG_GENERIC_PHY=y CONFIG_PHY_RCAR_GEN2=y |