On 03/26/2014 08:00 AM, Jean Delvare wrote:
According to its Kconfig help text, the sbc8360 watchdog driver is only used on the Axiomtek SBC8360 single-board computer. This piece of hardware is 32-bit x86 so the driver is useless beyond X86_32. Signed-off-by: Jean Delvare <jdelvare@xxxxxxx> Cc: Wim Van Sebroeck <wim@xxxxxxxxx> --- drivers/watchdog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-3.14-rc7.orig/drivers/watchdog/Kconfig 2014-03-25 08:29:55.136283300 +0100 +++ linux-3.14-rc7/drivers/watchdog/Kconfig 2014-03-26 15:56:35.549231692 +0100 @@ -815,7 +815,7 @@ config 60XX_WDT config SBC8360_WDT tristate "SBC8360 Watchdog Timer" - depends on X86 + depends on X86_32
Makes sense to me. Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx> Guenter -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html