[U-Boot] [PATCH v2 2/3] x86: Move FRAMEBUFFER_SET_VESA_MODE etc to video Kconfig
Simon Glass
sjg at chromium.org
Mon May 11 18:43:56 CEST 2015
On 10 May 2015 at 17:36, Bin Meng <bmeng.cn at gmail.com> wrote:
> CONFIG_FRAMEBUFFER_SET_VESA_MODE and CONFIG_FRAMEBUFFER_VESA_MODE
> are not x86-specific, so move them to drivers/video/Kconfig and
> make them depend on VIDEO_VESA driver. Some cosmetic fixes are
> applied to the Kconfig help text as well.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> arch/x86/Kconfig | 141 --------------------------------------------
> configs/minnowmax_defconfig | 1 +
> drivers/video/Kconfig | 138 +++++++++++++++++++++++++++++++++++++++++++
> include/configs/minnowmax.h | 3 -
> 4 files changed, 139 insertions(+), 144 deletions(-)
Applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list