]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/queensbay/Kconfig
x86: kconfig: Select ARCH_EARLY_INIT_R in the platform Kconfig
[u-boot] / arch / x86 / cpu / queensbay / Kconfig
index fbf85f233fb36e9e2ae98c02b411ff6b9da4b6b2..e2dfe19080b82273aeee2f8acc29c45db0566086 100644 (file)
@@ -8,6 +8,7 @@ config INTEL_QUEENSBAY
        bool
        select HAVE_FSP
        select HAVE_CMC
+       select ARCH_EARLY_INIT_R
 
 if INTEL_QUEENSBAY
 
@@ -42,4 +43,12 @@ config CPU_ADDR_BITS
        int
        default 32
 
+config DISABLE_IGD
+       bool "Disable Integrated Graphics Device (IGD)"
+       help
+         Disable the Integrated Graphics Device (IGD) so that it does not
+         show in the PCI configuration space as a VGA disaplay controller.
+         This gives a chance for U-Boot to run PCI/PCIe based graphics
+         card's VGA BIOS and use that card for the graphics console.
+
 endif