Skip to content
Permalink
Browse files
mfd: ahc1ec0-wdt: Add sub-device watchdog for Advantech embedded cont…
…roller

This is one of sub-device driver for Advantech embedded controller
AHC1EC0. This driver provide watchdog functionality for Advantech
related applications to restart the system.

Signed-off-by: Shihlun Lin <shihlun.lin@advantech.com.tw>
  • Loading branch information
Shihlun-Lin authored and intel-lab-lkp committed Oct 14, 2020
1 parent ac76227 commit c0d1228cbc430e5be6ac8a311f8fa783f9285628
Show file tree
Hide file tree
Showing 3 changed files with 512 additions and 1 deletion.
@@ -2135,5 +2135,9 @@ config MFD_AHC1EC0_HWMON
driver provides the sysfs attribues for applications to monitor
the system status.

config MFD_AHC1EC0_WDT
tristate "Advantech EC Watchdog Function"
depends on MFD_AHC1EC0

endmenu
endif
@@ -265,5 +265,6 @@ obj-$(CONFIG_MFD_KHADAS_MCU) += khadas-mcu.o

obj-$(CONFIG_SGI_MFD_IOC3) += ioc3.o

obj-$(CONFIG_MFD_AHC1EC0) += ahc1ec0.o
obj-$(CONFIG_MFD_AHC1EC0) += ahc1ec0.o
obj-$(CONFIG_MFD_AHC1EC0_HWMON) += ahc1ec0-hwmon.o
obj-$(CONFIG_MFD_AHC1EC0_WDT) += ahc1ec0-wdt.o

0 comments on commit c0d1228

Please sign in to comment.