tn3399_openwrt/target/linux/x86
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
..
64 x86: update config for 5.15 2022-03-29 12:02:50 +02:00
base-files x86: Add support for Sophos XG 85 and XG 86 devices 2022-03-26 02:02:45 +01:00
generic x86: update config for 5.15 2022-03-29 12:02:50 +02:00
geode x86: update config for 5.15 2022-03-29 12:02:50 +02:00
image x86: geode: fix package nameing kmod-crypto-ebc does not exist 2022-02-26 13:36:30 +01:00
legacy x86: update config for 5.15 2022-03-29 12:02:50 +02:00
patches-5.10 kernel: x86: remove an upstreamed patch 2022-04-20 11:53:07 +01:00
patches-5.15 kernel: x86: remove an upstreamed patch 2022-04-20 11:53:07 +01:00
config-5.10 kernel: 5.10: allocate last level PTEs in high memory 2022-03-01 22:57:34 +00:00
config-5.15 kernel: move some symbols to generic config 2022-04-09 19:31:46 +02:00
Makefile x86: enable 5.15 as testing kernel 2022-03-29 12:02:50 +02:00
modules.mk kernel/x86: move x86' specific watchdogs to the x86 target 2022-05-07 14:31:22 +02:00