commit | 6298b27725c7e69c8b7659d05d5ed819dd0a25a9 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.org> | Tue Aug 02 08:06:32 2022 -0500 |
committer | Maureen Helm <maureen.helm@intel.com> | Wed Aug 03 18:30:17 2022 -0500 |
tree | e5f8b045c372bf73f80a9e654e195994d77175ef | |
parent | 3e2f30a7ef359424086dfff0664170afce303e2d [diff] |
watchdog: remove Kconfig.defconfig setting of watchdog drivers Now that watchdog drivers are enabled based on devicetree we need to remove any cases of them getting enabled by Kconfig.defconfig* files as this can lead to errors. Typically the Kconfig.defconfig* will blindly enable a watchdog and not respect the devicetree state of the watchdog. Additionally we can get problems with prj.conf/defconfig getting incorrectly overridden. Signed-off-by: Kumar Gala <galak@kernel.org>