Christian Lamparter c97c8b814a kernel/x86: move x86' specific watchdogs to the x86 target
upstream linux have these watchdogs locked behind X86.
These will not build on other architectures. So move them
to target/linux/x86/modules.mk

drivers/watchdog/Kconfig:

|config F71808E_WDT
|	tristate "Fintek F718xx, F818xx Super I/O Watchdog"
|	depends on X86
|[...]
|config IT87_WDT
|	tristate "IT87 Watchdog Timer"
|	depends on X86
|[...]
|config ITCO_WDT
|	tristate "Intel TCO Timer/Watchdog"
|	depends on (X86 || IA64) && PCI
|[...]
|config W83627HF_WDT
|	tristate "Watchdog timer for W83627HF/W83627DHG and compatibles"
|	depends on X86
|[...]

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2022-05-07 14:31:22 +02:00
..
2022-04-16 14:02:11 +02:00
2022-04-30 21:27:45 +02:00
2022-03-27 00:07:34 +00:00
2022-04-30 23:56:47 +02:00
2022-04-30 21:27:45 +02:00
2022-04-14 10:12:34 +02:00
2022-04-09 19:31:46 +02:00
2022-04-13 19:50:50 +01:00
2022-04-09 19:31:46 +02:00
2022-04-23 20:46:25 +02:00
2022-02-01 23:34:07 +00:00