]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Move FRAMEBUFFER_SET_VESA_MODE etc to video Kconfig
authorBin Meng <bmeng.cn@gmail.com>
Sun, 10 May 2015 23:36:29 +0000 (07:36 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:48:14 +0000 (22:48 +0200)
commit27745862870dda1d528ab03850f8bc31655af225
tree759e2a382dd910b338c8e6785de0f25525513e4a
parenta4f870e43a767be539982f6822598e3f2ba9eac6
x86: Move FRAMEBUFFER_SET_VESA_MODE etc to video Kconfig

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@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
configs/minnowmax_defconfig
drivers/video/Kconfig
include/configs/minnowmax.h