From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Anderson Date: Sun, 2 Feb 2020 12:24:32 -0500 Subject: [PATCH 1/4] wdt: Add CONFIG_DESIGNWARE_WATCHDOG to Kconfig In-Reply-To: <9b2bb704-e7ea-74ea-c854-60a44472b8ec@gmail.com> References: <9b2bb704-e7ea-74ea-c854-60a44472b8ec@gmail.com> Message-ID: <90ed4c4c-5b10-e6e3-e55c-264fa3e7ca09@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2/2/20 12:10 PM, Sean Anderson wrote: > Currently this is set from headers. No board has this set by default, so we > don't need to modify any configs. > --- > drivers/watchdog/Kconfig | 7 +++++++ > include/configs/socfpga_common.h | 1 - > include/configs/socfpga_soc64_common.h | 1 - > 3 files changed, 7 insertions(+), 2 deletions(-) Signed-off-by: Sean Anderson