diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-07-20 14:34:53 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2017-07-27 17:08:04 +0200 |
commit | eed17c427f8b16dc9ca68f80d6b0d39a62b8eee3 (patch) | |
tree | a385cd97c8e64a9a73f99c63b687db32e3bf7bc7 /drivers/soc/renesas/Kconfig | |
parent | soc: renesas: Add r8a77995 SYSC PM Domain Binding Definitions (diff) | |
download | linux-eed17c427f8b16dc9ca68f80d6b0d39a62b8eee3.tar.xz linux-eed17c427f8b16dc9ca68f80d6b0d39a62b8eee3.zip |
soc: renesas: rcar-sysc: Add support for R-Car D3 power areas
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/soc/renesas/Kconfig')
-rw-r--r-- | drivers/soc/renesas/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 87a4be46bd98..680a5a29837b 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -13,6 +13,7 @@ config SOC_RENESAS select SYSC_R8A7794 if ARCH_R8A7794 select SYSC_R8A7795 if ARCH_R8A7795 select SYSC_R8A7796 if ARCH_R8A7796 + select SYSC_R8A77995 if ARCH_R8A77995 if SOC_RENESAS @@ -53,6 +54,10 @@ config SYSC_R8A7796 bool "R-Car M3-W System Controller support" if COMPILE_TEST select SYSC_RCAR +config SYSC_R8A77995 + bool "R-Car D3 System Controller support" if COMPILE_TEST + select SYSC_RCAR + # Family config RST_RCAR bool "R-Car Reset Controller support" if COMPILE_TEST |