diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:51 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:52 -0400 |
commit | 0872d443aa75c86c0ce0c3008a0ac0e0889a9821 (patch) | |
tree | 085c9c4a08245c799f55890eb146a024f99ef57c /include/configs/MIP405.h | |
parent | a4206575c8e0108faed0383c08b743b50e5562f5 (diff) |
Convert CONFIG_VIDEO_SW_CURSOR to Kconfig
This converts the following to Kconfig:
CONFIG_VIDEO_SW_CURSOR
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
[trini: Re-convert, find all the cases where this is off]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/MIP405.h')
-rw-r--r-- | include/configs/MIP405.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index 3cc7f673891..f52bf4793c4 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -341,7 +341,6 @@ ************************************************************/ #define CONFIG_VIDEO_LOGO #define CONFIG_CONSOLE_EXTRA_INFO -#define CONFIG_VIDEO_SW_CURSOR #undef CONFIG_VIDEO_ONBOARD /************************************************************ * USB support EXPERIMENTAL |