Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to Kconfig
authorTom Rini <trini@konsulko.com>
Mon, 13 Dec 2021 03:12:27 +0000 (22:12 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 27 Dec 2021 13:41:38 +0000 (08:41 -0500)
commit3847ba94f0207cca171d728aca1637b16e1210a9
treef58a825131948d2760aae11c88dea378f8c27a12
parent954a2f81775096fc5066632c979b0d8d83683b87
Finish converting CONFIG_WATCHDOG, HW_WATCHDOG and WDT to Kconfig

Because of how these symbols work, and the remaining board config.h file
uses, we need to do these at the same time.  In some cases we just get
to move rather directly to the defconfigs.  A few cases require manual
intervention.

For the case of the eb_cpu5282 we need to select HW_WATCHDOG for the
target, given how it's implemented.

For the cases of m53menlo, dh_imx6, display5, and display5_factory we
disable SPL watchdog support as the particular combination of options
they want would require either more symbols or enabling SPL_DM.

Signed-off-by: Tom Rini <trini@konsulko.com>
32 files changed:
README
arch/m68k/Kconfig
board/liebherr/display5/spl.c
configs/astro_mcf5373l_defconfig
configs/dh_imx6_defconfig
configs/display5_defconfig
configs/display5_factory_defconfig
configs/ids8313_defconfig
configs/m53menlo_defconfig
include/configs/M5208EVBE.h
include/configs/M5235EVB.h
include/configs/M5249EVB.h
include/configs/M5253DEMO.h
include/configs/M5272C3.h
include/configs/M53017EVB.h
include/configs/M5329EVB.h
include/configs/M5373EVB.h
include/configs/MPC837XERDB.h
include/configs/MPC8540ADS.h
include/configs/MPC8548CDS.h
include/configs/MPC8560ADS.h
include/configs/P1010RDB.h
include/configs/astro_mcf5373l.h
include/configs/cobra5272.h
include/configs/dh_imx6.h
include/configs/display5.h
include/configs/eb_cpu5282.h
include/configs/ids8313.h
include/configs/m53menlo.h
include/configs/p1_p2_rdb_pc.h
include/configs/socfpga_soc64_common.h
include/configs/socrates.h