
11 May
2015
11 May
'15
6:43 p.m.
On 10 May 2015 at 17:36, Bin Meng bmeng.cn@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@gmail.com Acked-by: Simon Glass sjg@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!