diff options
author | Simon Glass | 2017-04-26 22:27:55 -0600 |
---|---|---|
committer | Tom Rini | 2017-04-30 10:30:08 -0400 |
commit | 0f7102588cfb48e74b13646ce6df7c11a374423b (patch) | |
tree | 24f8ac5e40aa10cde2d069228904c2fb0c820015 /README | |
parent | 218257b01a73b114fa1136f6ee6f25aea80bf113 (diff) |
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 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -823,7 +823,6 @@ The following options need to be configured: CONFIG_CMD_AES AES 128 CBC encrypt/decrypt CONFIG_CMD_ASKENV * ask for env variable CONFIG_CMD_BDI bdinfo - CONFIG_CMD_BMP * BMP support CONFIG_CMD_BSP * Board specific commands CONFIG_CMD_BOOTD bootd CONFIG_CMD_BOOTI * ARM64 Linux kernel Image support |