diff options
author | Xiaoliang Yang <xiaoliang.yang_1@nxp.com> | 2018-10-18 17:14:19 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-10-22 14:33:54 +0200 |
commit | 517066a7094499712f7fc6f1d5c116427bdced08 (patch) | |
tree | 5b82d565b3b0e9e49df9b731e5bf264ae039c8b3 /configs/ge_bx50v3_defconfig | |
parent | f767a4e82e37a41414764e619607e424c6d3bc71 (diff) | |
download | u-boot-517066a7094499712f7fc6f1d5c116427bdced08.tar.gz |
Kconfig: Convert CONFIG_IMX_WATCHDOG to Kconfig
Move this option to Kconfig and tidy up the config file of eight
boards which use it.
Signed-off-by: Xiaoliang Yang <xiaoliang.yang_1@nxp.com>
Diffstat (limited to 'configs/ge_bx50v3_defconfig')
-rw-r--r-- | configs/ge_bx50v3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index 729377d438..c907779636 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig @@ -41,5 +41,6 @@ CONFIG_CMD_E1000=y CONFIG_MII=y CONFIG_SPI=y CONFIG_MXC_SPI=y +CONFIG_IMX_WATCHDOG=y CONFIG_OF_LIBFDT=y # CONFIG_EFI_LOADER is not set |