commit | 2ab87bbf120d85d890af0042d6d5b3d203835d0a | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Tue Apr 25 22:08:50 2017 +0200 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Tue Apr 25 22:08:50 2017 +0200 |
tree | 5a22a337a7f401753598197b39f700abefa72d6b | |
parent | b670d3387343a2e5681b58cd01c11ca7af7e6b5f [diff] |
hw: Enable watchdog support on Geode LX This one required enabling the other options to even make that kconfig option available. Change-Id: Ie6d17d184fd825d544d1484e471ce9acbeefe790
diff --git a/board/czechlight/epia_geode/kconfig b/board/czechlight/epia_geode/kconfig index 7c183e8..c6b36c3 100644 --- a/board/czechlight/epia_geode/kconfig +++ b/board/czechlight/epia_geode/kconfig
@@ -7,5 +7,8 @@ CONFIG_I2C_VIAPRO=y CONFIG_VIA_WDT=y -# Geode LX I2C +# Geode LX CONFIG_SCx200_ACB=y +CONFIG_MFD_CS5535=y +CONFIG_CS5535_MFGPT=y +CONFIG_GEODE_WDT=y