diff options
author | Xiaoliang Yang | 2018-10-18 17:14:19 +0800 |
---|---|---|
committer | Stefano Babic | 2018-10-22 14:33:54 +0200 |
commit | 517066a7094499712f7fc6f1d5c116427bdced08 (patch) | |
tree | 5b82d565b3b0e9e49df9b731e5bf264ae039c8b3 /configs/warp_defconfig | |
parent | f767a4e82e37a41414764e619607e424c6d3bc71 (diff) |
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/warp_defconfig')
-rw-r--r-- | configs/warp_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/warp_defconfig b/configs/warp_defconfig index 6a9c91e18ec..63eee273064 100644 --- a/configs/warp_defconfig +++ b/configs/warp_defconfig @@ -37,4 +37,5 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x0525 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5 CONFIG_CI_UDC=y CONFIG_USB_GADGET_DOWNLOAD=y +CONFIG_IMX_WATCHDOG=y CONFIG_OF_LIBFDT=y |