]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/power/reset/Kconfig
power/reset: st-poweroff: Fix misleading Kconfig description
[karo-tx-linux.git] / drivers / power / reset / Kconfig
index 028e765045196f89a9339f0dd5d733643b78fc66..bb81e2a88ff30392e871d8dff46e546b018245a2 100644 (file)
@@ -39,14 +39,13 @@ config POWER_RESET_AXXIA
          Say Y if you have an Axxia family SoC.
 
 config POWER_RESET_BRCMSTB
-       bool "Broadcom STB reset driver" if COMPILE_TEST
-       depends on ARM
+       bool "Broadcom STB reset driver"
+       depends on ARM || MIPS || COMPILE_TEST
        default ARCH_BRCMSTB
        help
-         This driver provides restart support for ARM-based Broadcom STB
-         boards.
+         This driver provides restart support for Broadcom STB boards.
 
-         Say Y here if you have an ARM-based Broadcom STB board and you wish
+         Say Y here if you have a Broadcom STB board and you wish
          to have restart support.
 
 config POWER_RESET_GPIO
@@ -110,17 +109,11 @@ config POWER_RESET_RESTART
          Instead they restart, and u-boot holds the SoC until the
          user presses a key. u-boot then boots into Linux.
 
-config POWER_RESET_SUN6I
-       bool "Allwinner A31 SoC reset driver"
-       depends on ARCH_SUNXI
-       help
-         Reboot support for the Allwinner A31 SoCs.
-
 config POWER_RESET_ST
-       bool "ST restart power-off driver"
+       bool "ST restart driver"
        depends on ARCH_STI
        help
-         Power off and reset support for STMicroelectronics boards.
+         Reset support for STMicroelectronics boards.
 
 config POWER_RESET_VERSATILE
        bool "ARM Versatile family reboot driver"
@@ -159,5 +152,11 @@ config POWER_RESET_SYSCON
        help
          Reboot support for generic SYSCON mapped register reset.
 
+config POWER_RESET_RMOBILE
+       tristate "Renesas R-Mobile reset driver"
+       depends on ARCH_RMOBILE || COMPILE_TEST
+       help
+         Reboot support for Renesas R-Mobile and SH-Mobile SoCs.
+
 endif