diff options
author | Lukasz Majewski <lukma@denx.de> | 2018-02-13 06:34:13 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-02-15 13:45:16 +0100 |
commit | 21a9f435f340b0936aa0bfc29fdd3efa1d329ea2 (patch) | |
tree | e9844badd05f62eb51c8c3265d9f19cb06da8f22 /arch | |
parent | a6fbf9455090bdfa4d92e8215e81bdf7bb397757 (diff) | |
download | u-boot-21a9f435f340b0936aa0bfc29fdd3efa1d329ea2.tar.gz |
Convert socfpga: select CONFIG_HW_WATCHDOG support for ARCH_SOCFPGA
All Socfpga boards from ./include/configs/socfpga_* define
CONFIG_HW_WATCHDOG.
To ease CONFIG_HW_WATCHDOG conversion to Kconfig select it in
config ARCH_SOCFPGA (arch/arm/Kconfig) section.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Simon Goldschmidt <sgoldschmidt@de.pepperl-fuchs.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7b618d6881..f6e43c6a2a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -701,6 +701,7 @@ config ARCH_SOCFPGA select DM_SPI_FLASH select DM_SPI select ENABLE_ARM_SOC_BOOT0_HOOK + select HW_WATCHDOG select ARCH_EARLY_INIT_R select ARCH_MISC_INIT select SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION |