diff options
| author | Biju Das <[email protected]> | 2023-07-03 14:27:06 +0100 | 
|---|---|---|
| committer | Geert Uytterhoeven <[email protected]> | 2023-07-10 09:29:21 +0200 | 
| commit | aaa08e28e0051e88c88cc14bfa0db968b977cc85 (patch) | |
| tree | 2a5f6487a02b832088dca699b18b09b2c3d4dc5c | |
| parent | c241a2e0e7bb99437cf7f5eaaf0671c652f06586 (diff) | |
arm64: defconfig: Enable Renesas MTU3a PWM config
Enable PWM config for Renesas MTU3a PWM as it is populated on
RZ/{G2L, LC, UL} and RZ/V2L SMARC EVKs.
Signed-off-by: Biju Das <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
| -rw-r--r-- | arch/arm64/configs/defconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index d93b4ab6d4aa..00b3e6b4ba8f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1345,6 +1345,7 @@ CONFIG_PWM_MEDIATEK=m  CONFIG_PWM_RCAR=m  CONFIG_PWM_RENESAS_TPU=m  CONFIG_PWM_ROCKCHIP=y +CONFIG_PWM_RZ_MTU3=m  CONFIG_PWM_SAMSUNG=y  CONFIG_PWM_SL28CPLD=m  CONFIG_PWM_SUN4I=m |