Re: [U-Boot] [PATCH 14/18] sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig

2016-01-17 Thread Anatolij Gustschin
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 -

[U-Boot] [PATCH 14/18] sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig

2016-01-05 Thread Simon Glass
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(-) diff --git a/configs/