diff options
| author | Simon Glass <[email protected]> | 2016-10-17 20:12:43 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-10-23 18:33:40 -0400 |
| commit | cfa307f839f59f27b6fd1e80f3686e53b457f8dc (patch) | |
| tree | 976fdba341ddf8f028f170c8a309c90ab9832d64 /include | |
| parent | c6745195be700fa3f8a7221169a0f20df9c0e91f (diff) | |
Convert CONFIG_VIDEO_CT69000 to Kconfig
This converts the following to Kconfig:
CONFIG_VIDEO_CT69000
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/MIP405.h | 1 | ||||
| -rw-r--r-- | include/configs/PIP405.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index ce3071c7a68..11f16c5c73d 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -339,7 +339,6 @@ /************************************************************ * Video support ************************************************************/ -#define CONFIG_VIDEO_CT69000 #define CONFIG_VIDEO_LOGO #define CONFIG_CONSOLE_EXTRA_INFO #define CONFIG_VGA_AS_SINGLE_DEVICE diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index 85701fd7172..f43f221104b 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 |
