summaryrefslogtreecommitdiffstats
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-18 19:52:24 -0700
committerSimon Glass <sjg@chromium.org>2016-01-20 19:10:16 -0700
commit1e69ad014c68bf375ba2113486c5c0095d3292d0 (patch)
tree3fb5e590338d49fc4285e4a6867b2fe1fcd424cd /include/configs/sandbox.h
parente3b81c1c0dbd677338163517ed22a1b6f5cb4e07 (diff)
downloadblackbird-obmc-uboot-1e69ad014c68bf375ba2113486c5c0095d3292d0.tar.gz
blackbird-obmc-uboot-1e69ad014c68bf375ba2113486c5c0095d3292d0.zip
sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig
Move this option to Kconfig. This is quite simple as only sandbox uses the driver. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r--include/configs/sandbox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index d3112e1760..e1be603698 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -159,7 +159,6 @@
/* LCD and keyboard require SDL support */
#ifdef CONFIG_SANDBOX_SDL
#define CONFIG_LCD
-#define CONFIG_VIDEO_SANDBOX_SDL
#define CONFIG_CMD_BMP
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_CONSOLE_MUX
OpenPOWER on IntegriCloud