Arnd Bergmann 438d8cafe4 watchdog: iTCO: fix link error
When the MFD driver is a loadable module, the watchdog driver fails
to get linked into the kernel:

drivers/watchdog/iTCO_wdt.o: In function `update_no_reboot_bit_pmc':
iTCO_wdt.c:(.text+0x54f): undefined reference to `intel_pmc_gcr_update'

The code is written to support operation without the MFD driver, so
add a Kconfig dependency that allows this, while disallowing the watchdog
to be built-in when the MFD driver is a module.

Fixes: 25f1ca31e230 ("platform/x86: intel_pmc_ipc: Convert to MFD")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
2020-05-06 15:49:24 +03:00
..
2019-11-05 16:58:11 +01:00
2019-07-08 16:10:10 +02:00
2020-01-27 15:55:47 +01:00
2020-05-06 15:49:24 +03:00
2020-04-01 11:35:23 +02:00
2020-03-18 11:15:25 +01:00
2019-12-01 18:01:03 -08:00