diff options
author | Tom Rini | 2017-05-12 22:33:24 -0400 |
---|---|---|
committer | Tom Rini | 2017-05-15 10:40:02 -0400 |
commit | 897f70620053e4da07f1173aea3891637b7bb6a9 (patch) | |
tree | 8b96aca57f9f3a56e34d9c38b5d6d498487506d1 /include/configs/etamin.h | |
parent | 25eaa288016beef4e4229a729e1c732f545ee1f7 (diff) |
watchdog: Migrate OMAP_WATCHDOG to Kconfig
Move this entry to Kconfig. As it is a hardware watchdog, select
HW_WATCHDOG. While we could default to enabling this for all platforms,
it is currently only enabled by default on AM33XX, so keep that logic
today.
Cc: Roger Meier <r.meier@siemens.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/etamin.h')
-rw-r--r-- | include/configs/etamin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/etamin.h b/include/configs/etamin.h index 40c57948ccd..a0152a4a43e 100644 --- a/include/configs/etamin.h +++ b/include/configs/etamin.h @@ -116,9 +116,6 @@ #define CONFIG_SYS_DCACHE_OFF #endif -/* Watchdog */ -#define CONFIG_OMAP_WATCHDOG - /* Define own nand partitions */ #define CONFIG_ENV_OFFSET_REDUND 0xB80000 #define CONFIG_ENV_SIZE_REDUND CONFIG_ENV_SIZE |