mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
fce11f6849
Creates RTL83XX as a basic kernel config parameter for the RTL838X, RTL839x, RTL930X and RTL931X platforms with respective configurations for the SoCs, which are introduced in addition. Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
16 lines
482 B
Diff
16 lines
482 B
Diff
--- a/drivers/watchdog/Kconfig
|
|
+++ b/drivers/watchdog/Kconfig
|
|
@@ -997,10 +997,10 @@ config RTD119X_WATCHDOG
|
|
|
|
config REALTEK_OTTO_WDT
|
|
tristate "Realtek Otto MIPS watchdog support"
|
|
- depends on MACH_REALTEK_RTL || COMPILE_TEST
|
|
+ depends on RTL83XX
|
|
depends on COMMON_CLK
|
|
select WATCHDOG_CORE
|
|
- default MACH_REALTEK_RTL
|
|
+ default RTL83XX
|
|
help
|
|
Say Y here to include support for the watchdog timer on Realtek
|
|
RTL838x, RTL839x, RTL930x SoCs. This watchdog has pretimeout
|