
8 May
2015
8 May
'15
11:47 p.m.
On 6 May 2015 at 03:34, 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
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@chromium.org