mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			
		
			
				
	
	
		
			18 lines
		
	
	
		
			620 B
		
	
	
	
		
			Diff
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			620 B
		
	
	
	
		
			Diff
		
	
	
| diff -drupN a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
 | |
| --- a/drivers/watchdog/Kconfig	2017-10-21 18:09:07.000000000 +0300
 | |
| +++ b/drivers/watchdog/Kconfig	2022-06-09 05:02:34.000000000 +0300
 | |
| @@ -1209,6 +1209,13 @@ config JZ4740_WDT
 | |
|  	help
 | |
|  	  Hardware driver for the built-in watchdog timer on Ingenic jz4740 SoCs.
 | |
|  
 | |
| +config INGENIC_WDT
 | |
| +	tristate "Ingenic ingenic SoC hardware watchdog"
 | |
| +	depends on MACH_XBURST || MACH_XBURST2
 | |
| +	select WATCHDOG_CORE
 | |
| +	help
 | |
| +	  Hardware driver for the built-in watchdog timer on Ingenic all SoCs.
 | |
| +
 | |
|  config WDT_MTX1
 | |
|  	tristate "MTX-1 Hardware Watchdog"
 | |
|  	depends on MIPS_MTX1
 |