]> 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 397e599f93d274df11adcfa3aa124dc0d2f8ac77..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
 
@@ -38,4 +39,16 @@ config CMC_ADDR
          The default base address of 0xfffb0000 indicates that the binary must
          be located at offset 0xb0000 from the beginning of a 1MB flash device.
 
+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