diff options
author | Simon Glass <sjg@chromium.org> | 2022-01-23 07:04:14 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2022-03-28 20:28:56 +0200 |
commit | 2cbc1c019b3e63548a069427feeca7566ffe5915 (patch) | |
tree | f5834e54b2bece8d2303113ad946cb619806a46b /include | |
parent | bfd7a1a33cf120dce6154b42643aabb05ec444d5 (diff) | |
download | u-boot-2cbc1c019b3e63548a069427feeca7566ffe5915.tar.gz |
video: Convert CONFIG_VIDEO_BCM2835 to Kconfig
This converts the following to Kconfig:
CONFIG_VIDEO_BCM2835
This is the final ad-hoc CONFIG_VIDEO_... to convert.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Matthias Brugger <mbrugger@suse.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rpi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index d5e064fb37..c439ec1b30 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -44,7 +44,6 @@ /* GPIO */ #define CONFIG_BCM2835_GPIO /* LCD */ -#define CONFIG_VIDEO_BCM2835 /* DFU over USB/UDC */ #ifdef CONFIG_CMD_DFU |