File tree Expand file tree Collapse file tree 3 files changed +406
-0
lines changed Expand file tree Collapse file tree 3 files changed +406
-0
lines changed Original file line number Diff line number Diff line change @@ -279,6 +279,18 @@ config LENOVO_SE10_WDT
279
279
This driver can also be built as a module. If so, the module
280
280
will be called lenovo-se10-wdt.
281
281
282
+ config LENOVO_SE30_WDT
283
+ tristate "Lenovo SE30 Watchdog"
284
+ depends on (X86 && DMI) || COMPILE_TEST
285
+ depends on HAS_IOPORT
286
+ select WATCHDOG_CORE
287
+ help
288
+ If you say yes here you get support for the watchdog
289
+ functionality for the Lenovo SE30 platform.
290
+
291
+ This driver can also be built as a module. If so, the module
292
+ will be called lenovo-se30-wdt.
293
+
282
294
config MENF21BMC_WATCHDOG
283
295
tristate "MEN 14F021P00 BMC Watchdog"
284
296
depends on MFD_MENF21BMC || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ obj-$(CONFIG_I6300ESB_WDT) += i6300esb.o
124
124
obj-$(CONFIG_IE6XX_WDT) += ie6xx_wdt.o
125
125
obj-$(CONFIG_ITCO_WDT) += iTCO_wdt.o
126
126
obj-$(CONFIG_LENOVO_SE10_WDT) += lenovo_se10_wdt.o
127
+ obj-$(CONFIG_LENOVO_SE30_WDT) += lenovo_se30_wdt.o
127
128
ifeq ($(CONFIG_ITCO_VENDOR_SUPPORT ) ,y)
128
129
obj-$(CONFIG_ITCO_WDT) += iTCO_vendor_support.o
129
130
endif
You can’t perform that action at this time.
0 commit comments