diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-07-10 05:11:04 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-07-17 15:03:25 -0400 |
commit | 683fa50f0e18cb12da41a7df41cc1fa8b002e071 (patch) | |
tree | df8dd9027fee34f821c532038dcf965f2296839b /drivers/watchdog/Kconfig | |
parent | 10073a205df269abcbd9c3fbc690a813827107ef (diff) |
watchdog: Add Meson GXBB Watchdog Driver
Add watchdog specific driver for Amlogic Meson GXBB SoC.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index c19b11a91cde..1bffe006ca9a 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -617,6 +617,16 @@ config QCOM_WDT | |||
617 | To compile this driver as a module, choose M here: the | 617 | To compile this driver as a module, choose M here: the |
618 | module will be called qcom_wdt. | 618 | module will be called qcom_wdt. |
619 | 619 | ||
620 | config MESON_GXBB_WATCHDOG | ||
621 | tristate "Amlogic Meson GXBB SoCs watchdog support" | ||
622 | depends on ARCH_MESON | ||
623 | select WATCHDOG_CORE | ||
624 | help | ||
625 | Say Y here to include support for the watchdog timer | ||
626 | in Amlogic Meson GXBB SoCs. | ||
627 | To compile this driver as a module, choose M here: the | ||
628 | module will be called meson_gxbb_wdt. | ||
629 | |||
620 | config MESON_WATCHDOG | 630 | config MESON_WATCHDOG |
621 | tristate "Amlogic Meson SoCs watchdog support" | 631 | tristate "Amlogic Meson SoCs watchdog support" |
622 | depends on ARCH_MESON | 632 | depends on ARCH_MESON |