diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:43 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:40 -0400 |
commit | cfa307f839f59f27b6fd1e80f3686e53b457f8dc (patch) | |
tree | 976fdba341ddf8f028f170c8a309c90ab9832d64 /include/configs/PIP405.h | |
parent | c6745195be700fa3f8a7221169a0f20df9c0e91f (diff) | |
download | u-boot-cfa307f839f59f27b6fd1e80f3686e53b457f8dc.tar.gz |
Convert CONFIG_VIDEO_CT69000 to Kconfig
This converts the following to Kconfig:
CONFIG_VIDEO_CT69000
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/PIP405.h')
-rw-r--r-- | include/configs/PIP405.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index 85701fd717..f43f221104 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -299,7 +299,6 @@ /************************************************************ * Video support ************************************************************/ -#define CONFIG_VIDEO_CT69000 #define CONFIG_VIDEO_LOGO #define CONFIG_CONSOLE_EXTRA_INFO #define CONFIG_VGA_AS_SINGLE_DEVICE |