diff options
author | Adam Ford <aford173@gmail.com> | 2018-08-02 08:50:20 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-17 13:04:00 -0400 |
commit | 244eaea60b0950fa89ee7326fe134fa0c43ce41a (patch) | |
tree | 0823413b96f95e6ced7d058d1ed110a5f4ba672f /include/configs/omap3_beagle.h | |
parent | 8ccf98b1cfd2811e3121c719e294bdd8ebab1c45 (diff) |
Convert CONFIG_VIDEO_OMAP3 to Kconfig
This converts the following to Kconfig:
CONFIG_VIDEO_OMAP3
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r-- | include/configs/omap3_beagle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 252b8f9a5f..1fbe27e1aa 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -58,7 +58,6 @@ #define CONFIG_I2C_MULTI_BUS /* DSS Support */ -#define CONFIG_VIDEO_OMAP3 /* TWL4030 LED Support */ #define CONFIG_TWL4030_LED |