diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:41 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:37 -0400 |
commit | bdba2b3a8809501b7073c242f9aa013eb456790d (patch) | |
tree | 5d5ab33e3343254892173648e5ac6fffaaaed161 /include/configs/mx7dsabresd.h | |
parent | 12ca05a38bd47b207a6e616e80f2ab0453faf527 (diff) |
Convert CONFIG_CFB_CONSOLE to Kconfig
This converts the following to Kconfig:
CONFIG_CFB_CONSOLE
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/mx7dsabresd.h')
-rw-r--r-- | include/configs/mx7dsabresd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index 38bcad2288..c7715a006c 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -251,7 +251,6 @@ #define CONFIG_USB_FUNCTION_MASS_STORAGE #ifdef CONFIG_VIDEO -#define CONFIG_CFB_CONSOLE #define CONFIG_VIDEO_MXS #define CONFIG_VIDEO_LOGO #define CONFIG_VIDEO_SW_CURSOR |