u-boot/arch/arm/include/asm/mach-imx/mx5_video.h
Simon Glass 1fa43cad86 video: Drop references to CONFIG_VIDEO et al
Drop the Kconfigs which are not used and all references to them. In
particular, this drops CONFIG_VIDEO to avoid confusion and allow us to
eventually rename CONFIG_DM_VIDEO to CONFIG_VIDEO.

Also drop the prototype for video_get_info_str() which is no-longer used.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Jason Liu <jason.hui.liu@nxp.com>
2022-03-28 20:17:07 +02:00

12 lines
273 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2012
* Anatolij Gustschin, DENX Software Engineering, <agust@denx.de>
*/
#ifndef __MX5_VIDEO_H
#define __MX5_VIDEO_H
static inline void lcd_enable(void) { }
static inline void setup_iomux_lcd(void) { }
#endif