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

2016-01-21 Thread Simon Glass
On 18 January 2016 at 19:52, Simon Glass wrote: > Move this option to Kconfig. This is quite simple as only sandbox uses the > driver. > > Signed-off-by: Simon Glass > Acked-by: Anatolij Gustschin > --- > > Changes in v2: None > > configs/sandbox_defconfig | 3 ++- > drivers/video/Kconfig |

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

2016-01-18 Thread Simon Glass
Move this option to Kconfig. This is quite simple as only sandbox uses the driver. Signed-off-by: Simon Glass Acked-by: Anatolij Gustschin --- Changes in v2: None configs/sandbox_defconfig | 3 ++- drivers/video/Kconfig | 9 + include/configs/sandbox.h | 1 - 3 files changed, 11 i