From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Mon, 18 Jan 2016 01:05:40 +0100 Subject: [U-Boot] [PATCH 14/18] sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig In-Reply-To: <1452011474-15207-15-git-send-email-sjg@chromium.org> References: <1452011474-15207-1-git-send-email-sjg@chromium.org> <1452011474-15207-15-git-send-email-sjg@chromium.org> Message-ID: <20160118010540.5a7f9932@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, 5 Jan 2016 09:31:10 -0700 Simon Glass wrote: > Move this option to Kconfig. This is quite simple as only sandbox uses the > driver. > > Signed-off-by: Simon Glass > --- > > configs/sandbox_defconfig | 3 ++- > drivers/video/Kconfig | 9 +++++++++ > include/configs/sandbox.h | 1 - > 3 files changed, 11 insertions(+), 2 deletions(-) Acked-by: Anatolij Gustschin -- Anatolij