diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-05-01 14:10:43 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-05-07 14:31:22 +0200 |
commit | c97c8b814acc3b56fa15350ecefb0c246687e892 (patch) | |
tree | 20937f17d4c179060c7281cadf8c3161093df8e0 /target/linux/apm821xx/patches-5.15/301-fix-memory-map-wndr4700.patch | |
parent | 0cd1fc0fe543eaff04b0263b10b92b056cdef6dd (diff) | |
download | upstream-c97c8b814acc3b56fa15350ecefb0c246687e892.tar.gz upstream-c97c8b814acc3b56fa15350ecefb0c246687e892.tar.bz2 upstream-c97c8b814acc3b56fa15350ecefb0c246687e892.zip |
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>
Diffstat (limited to 'target/linux/apm821xx/patches-5.15/301-fix-memory-map-wndr4700.patch')
0 files changed, 0 insertions, 0 deletions