diff options
author | Patrick Delaunay | 2020-09-28 11:30:15 +0200 |
---|---|---|
committer | Anatolij Gustschin | 2020-10-18 15:26:14 +0200 |
commit | f9a48654ee70fbad29f487d074fd36a1548b4209 (patch) | |
tree | 09ec2c5e7b677ea8e38924953c9a199aa8f70081 /configs/pico-hobbit-imx6ul_defconfig | |
parent | 0ed6c0f9cbdad600923427511a40151cdff58006 (diff) |
configs: migrate CONFIG_VIDEO_BMP_RLE8 to defconfigs
Done with:
./tools/moveconfig.py VIDEO_BMP_RLE8
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/pico-hobbit-imx6ul_defconfig')
-rw-r--r-- | configs/pico-hobbit-imx6ul_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pico-hobbit-imx6ul_defconfig b/configs/pico-hobbit-imx6ul_defconfig index b0f4ea3f79a..42c419d3e8f 100644 --- a/configs/pico-hobbit-imx6ul_defconfig +++ b/configs/pico-hobbit-imx6ul_defconfig @@ -75,3 +75,4 @@ CONFIG_CI_UDC=y CONFIG_VIDEO=y CONFIG_SPLASH_SCREEN=y CONFIG_SPLASH_SCREEN_ALIGN=y +CONFIG_VIDEO_BMP_RLE8=y |