Re: [PATCH v1] watchdog: npcm: Modify npcm watchdog kconfig arch parameter

2018-11-05 Thread Guenter Roeck
On Mon, Nov 05, 2018 at 06:11:52PM +0200, Tomer Maimon wrote: > Modify Nuvoton watchdog Kconfig default supported architecture > name to ARCH_NPCM7XX because ARCH_NPCM750 architecture name > is not supported. > > Signed-off-by: Tomer Maimon Reviewed-by: Guenter Roeck > --- > drivers/watchdog/

[PATCH v1] watchdog: npcm: Modify npcm watchdog kconfig arch parameter

2018-11-05 Thread Tomer Maimon
Modify Nuvoton watchdog Kconfig default supported architecture name to ARCH_NPCM7XX because ARCH_NPCM750 architecture name is not supported. Signed-off-by: Tomer Maimon --- drivers/watchdog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/Kconfig b/dri