diff options
author | Tomer Maimon <tmaimon77@gmail.com> | 2018-11-05 18:11:52 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2018-11-17 09:53:26 +0100 |
commit | 7db706a2184d37ca52a4f5315556ed4adac86e82 (patch) | |
tree | e30ea3a9d528b1657f63c8284e358e59f47d7998 /drivers/watchdog | |
parent | f8cde726739c60109cc4a30b6b5475b5bd5e1d97 (diff) | |
download | blackbird-op-linux-7db706a2184d37ca52a4f5315556ed4adac86e82.tar.gz blackbird-op-linux-7db706a2184d37ca52a4f5315556ed4adac86e82.zip |
watchdog: npcm: Modify npcm watchdog kconfig arch parameter
Modify Nuvoton watchdog Kconfig default supported architecture
name to ARCH_NPCM7XX because ARCH_NPCM750 architecture name
is not supported.
Signed-off-by: Tomer Maimon <tmaimon77@gmail.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@linux-watchdog.org>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 2d64333f4782..746759ec8960 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -538,7 +538,7 @@ config COH901327_WATCHDOG config NPCM7XX_WATCHDOG bool "Nuvoton NPCM750 watchdog" depends on ARCH_NPCM || COMPILE_TEST - default y if ARCH_NPCM750 + default y if ARCH_NPCM7XX select WATCHDOG_CORE help Say Y here to include Watchdog timer support for the |