diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-07-04 13:43:30 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-07-23 13:21:49 +0200 |
commit | 9efd6903620f51011f3a8595ab33b9491cc3b57f (patch) | |
tree | 1b7aeff3bb84473b2742a73ce08016d04478280d /arch/arm/configs/shmobile_defconfig | |
parent | ARM: shmobile: defconfig: Drop NET_VENDOR_<FOO>=n (diff) | |
download | linux-9efd6903620f51011f3a8595ab33b9491cc3b57f.tar.xz linux-9efd6903620f51011f3a8595ab33b9491cc3b57f.zip |
ARM: shmobile: defconfig: Enable reset controller support
R-Car Gen2 and RZ/G1 SoCs can make use of the optional reset controller
support in the Renesas CPG/MSSR driver.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
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 e30e51809cfc..152d16ad7c91 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -192,6 +192,7 @@ CONFIG_AK8975=y CONFIG_PWM=y CONFIG_PWM_RCAR=y CONFIG_PWM_RENESAS_TPU=y +CONFIG_RESET_CONTROLLER=y CONFIG_GENERIC_PHY=y CONFIG_PHY_RCAR_GEN2=y # CONFIG_DNOTIFY is not set |