소스 검색

Convert CONFIG_WATCHDOG_TIMEOUT_MSECS to Kconfig

This converts the following to Kconfig:
   CONFIG_WATCHDOG_TIMEOUT_MSECS

Signed-off-by: Tom Rini <trini@konsulko.com>
Tom Rini 2 년 전
부모
커밋
82edd73762
2개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 0
      configs/socfpga_secu1_defconfig
  2. 0 3
      include/configs/socfpga_arria5_secu1.h

+ 1 - 0
configs/socfpga_secu1_defconfig

@@ -93,6 +93,7 @@ CONFIG_RTC_M41T62=y
 CONFIG_SPI=y
 CONFIG_SPI_MEM=y
 CONFIG_DESIGNWARE_SPI=y
+CONFIG_WATCHDOG_TIMEOUT_MSECS=60000
 CONFIG_DESIGNWARE_WATCHDOG=y
 CONFIG_WDT=y
 # CONFIG_GZIP is not set

+ 0 - 3
include/configs/socfpga_arria5_secu1.h

@@ -95,7 +95,4 @@
 /* The rest of the configuration is shared */
 #include <configs/socfpga_common.h>
 
-#undef CONFIG_WATCHDOG_TIMEOUT_MSECS
-#define CONFIG_WATCHDOG_TIMEOUT_MSECS	60000
-
 #endif	/* __CONFIG_SOCFPGA_SECU1_H__ */