kernel/x86: move x86' specific watchdogs to the x86 target
authorChristian Lamparter <chunkeey@gmail.com>
Sun, 1 May 2022 12:10:43 +0000 (14:10 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sat, 7 May 2022 12:31:22 +0000 (14:31 +0200)
commitc97c8b814acc3b56fa15350ecefb0c246687e892
tree20937f17d4c179060c7281cadf8c3161093df8e0
parent0cd1fc0fe543eaff04b0263b10b92b056cdef6dd
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>
package/kernel/linux/modules/other.mk
target/linux/x86/modules.mk