[U-Boot] [PATCH 3/4] x86: Move FRAMEBUFFER_SET_VESA_MODE etc to video Kconfig
Simon Glass
sjg at chromium.org
Fri May 8 23:47:12 CEST 2015
On 6 May 2015 at 03:34, 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>
> ---
>
> arch/x86/Kconfig | 141 --------------------------------------------
> configs/minnowmax_defconfig | 1 +
> drivers/video/Kconfig | 138 +++++++++++++++++++++++++++++++++++++++++++
> include/configs/minnowmax.h | 3 -
> 4 files changed, 139 insertions(+), 144 deletions(-)
Acked-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list