summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-05-11 07:36:29 +0800
committerSimon Glass <sjg@chromium.org>2015-06-04 02:39:38 -0600
commit6bde2dc5e23207dbb9ae9c0ac9983647579aafcc (patch)
tree224a9222ddb8042e2cde68db3a734a4dce50c814 /configs
parentb82a535c3a238dd561f4ba85a9893d5faecbcfda (diff)
downloadtalos-obmc-uboot-6bde2dc5e23207dbb9ae9c0ac9983647579aafcc.tar.gz
talos-obmc-uboot-6bde2dc5e23207dbb9ae9c0ac9983647579aafcc.zip
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/minnowmax_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig
index 87c99a83d0..744aca3882 100644
--- a/configs/minnowmax_defconfig
+++ b/configs/minnowmax_defconfig
@@ -3,6 +3,7 @@ CONFIG_VENDOR_INTEL=y
CONFIG_DEFAULT_DEVICE_TREE="minnowmax"
CONFIG_TARGET_MINNOWMAX=y
CONFIG_HAVE_INTEL_ME=y
+CONFIG_VIDEO_VESA=y
CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
CONFIG_FRAMEBUFFER_VESA_MODE_11A=y
CONFIG_SMP=y
OpenPOWER on IntegriCloud