diff options
author | Simon Glass <sjg@chromium.org> | 2017-04-26 22:27:55 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-30 10:30:08 -0400 |
commit | 0f7102588cfb48e74b13646ce6df7c11a374423b (patch) | |
tree | 24f8ac5e40aa10cde2d069228904c2fb0c820015 /configs/ls1021aqds_sdcard_qspi_defconfig | |
parent | 218257b01a73b114fa1136f6ee6f25aea80bf113 (diff) | |
download | u-boot-0f7102588cfb48e74b13646ce6df7c11a374423b.tar.gz |
Convert CONFIG_CMD_BMP to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_BMP
Signed-off-by: Simon Glass <sjg@chromium.org>
[trini: Add depends on LCD || DM_VIDEO || VIDEO]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1021aqds_sdcard_qspi_defconfig')
-rw-r--r-- | configs/ls1021aqds_sdcard_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1021aqds_sdcard_qspi_defconfig b/configs/ls1021aqds_sdcard_qspi_defconfig index ed0b17be7c..d7264ae607 100644 --- a/configs/ls1021aqds_sdcard_qspi_defconfig +++ b/configs/ls1021aqds_sdcard_qspi_defconfig @@ -37,6 +37,7 @@ CONFIG_CMD_USB=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y +CONFIG_CMD_BMP=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y # CONFIG_SPL_EFI_PARTITION is not set |