diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:40 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:21 -0400 |
commit | 27604b158fb2a85ae96e949822870bb6add10c46 (patch) | |
tree | bdd652e7e212dfc73cc4e079e9f69dbabc4a95eb /include/configs/eb_cpu5282.h | |
parent | 8f925584145efecd9a6323801689cffd69cf0b09 (diff) |
Convert CONFIG_VIDEO to Kconfig
This converts the following to Kconfig:
CONFIG_VIDEO
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'include/configs/eb_cpu5282.h')
-rw-r--r-- | include/configs/eb_cpu5282.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/eb_cpu5282.h b/include/configs/eb_cpu5282.h index 6d469a383c..4a868c552c 100644 --- a/include/configs/eb_cpu5282.h +++ b/include/configs/eb_cpu5282.h @@ -251,8 +251,6 @@ * VIDEO configuration */ -#define CONFIG_VIDEO - #ifdef CONFIG_VIDEO #define CONFIG_VIDEO_VCXK 1 |