diff options
author | Anatolij Gustschin <agust@denx.de> | 2019-03-18 23:29:33 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:09 +0200 |
commit | 3eb0801016b9c7b3f0760da9d207e6d22064ef67 (patch) | |
tree | ec084630c09306def5f47b8b967a962efed69b40 /configs/ge_bx50v3_defconfig | |
parent | bffd13144b1fef3ee93007b92263667704597544 (diff) |
imx: move CONFIG_VIDEO_IPUV3 to defconfigs
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'configs/ge_bx50v3_defconfig')
-rw-r--r-- | configs/ge_bx50v3_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index 354c61fd6b..cee265dac7 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig @@ -62,3 +62,5 @@ CONFIG_DM_GPIO=y CONFIG_DM_SPI=y CONFIG_DM_SPI_FLASH=y CONFIG_OF_BOARD_SETUP=y +CONFIG_VIDEO=y +CONFIG_VIDEO_IPUV3=y |