diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-02-23 10:59:27 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-23 18:02:17 -0500 |
commit | d4a269373ddb33bf7a07d9b9b5e8294b76768cb1 (patch) | |
tree | 4fbea038bbfb1c4905583110cc5bc41038256a34 | |
parent | aa01bf614842e774b093f4f02cbc0d473f479e7c (diff) |
ARM: shmobile: Enable R-Mobile reset driver in multiplatform defconfig
This is used on R-Mobile APE6 (r8a73a4), R-Mobile A1 (r8a7740), and
SH-Mobile AG5 (sh73a0).
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 21851f87e439..d206041e822a 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig | |||
@@ -110,6 +110,9 @@ CONFIG_SPI_SH_HSPI=y | |||
110 | CONFIG_GPIO_EM=y | 110 | CONFIG_GPIO_EM=y |
111 | CONFIG_GPIO_RCAR=y | 111 | CONFIG_GPIO_RCAR=y |
112 | CONFIG_GPIO_PCF857X=y | 112 | CONFIG_GPIO_PCF857X=y |
113 | CONFIG_POWER_SUPPLY=y | ||
114 | CONFIG_POWER_RESET=y | ||
115 | CONFIG_POWER_RESET_RMOBILE=y | ||
113 | # CONFIG_HWMON is not set | 116 | # CONFIG_HWMON is not set |
114 | CONFIG_THERMAL=y | 117 | CONFIG_THERMAL=y |
115 | CONFIG_CPU_THERMAL=y | 118 | CONFIG_CPU_THERMAL=y |