From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Fri, 19 Jun 2020 15:42:48 +0200 Subject: [PATCH] video: make backlight and panel drivers optional In-Reply-To: <20200525222049.32139-1-agust@denx.de> References: <20200525222049.32139-1-agust@denx.de> Message-ID: <20200619154248.7077ec8f@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 26 May 2020 00:20:49 +0200 Anatolij Gustschin agust at denx.de wrote: > Not all boards use these drivers, so allow to disable them to fix > building boards with U-Boot binary image size restrictions. > > Signed-off-by: Anatolij Gustschin > --- > drivers/video/Kconfig | 27 +++++++++++++++++++++++++-- > drivers/video/Makefile | 5 +++-- > 2 files changed, 28 insertions(+), 4 deletions(-) Applied to u-boot-video/next, thanks! -- Anatolij