summaryrefslogtreecommitdiff
path: root/src/mainboard/google/stout/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2013-03-13 17:13:32 -0700
committerRonald G. Minnich <rminnich@gmail.com>2013-03-18 17:07:01 +0100
commitb7ecf6d83047e70ed5846ac35833a04983318b9c (patch)
treea533c85c84bc40fe249b893f63fda1857a1ab435 /src/mainboard/google/stout/Kconfig
parentafad056c2298824caeb2c58d1541576c73bfef5d (diff)
downloadcoreboot-b7ecf6d83047e70ed5846ac35833a04983318b9c.tar.xz
Add support for "Stout" Chromebook
We're happy to announce coreboot support for the "Stout" Chromebook, a.k.a Lenovo X131e Chromebook. Change-Id: I9b995f8d0dd48e41c788b7c3d35b4fac5840e425 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2636 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/google/stout/Kconfig')
-rw-r--r--src/mainboard/google/stout/Kconfig53
1 files changed, 53 insertions, 0 deletions
diff --git a/src/mainboard/google/stout/Kconfig b/src/mainboard/google/stout/Kconfig
new file mode 100644
index 0000000000..f6ac5b961a
--- /dev/null
+++ b/src/mainboard/google/stout/Kconfig
@@ -0,0 +1,53 @@
+if BOARD_GOOGLE_STOUT
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
+ select ARCH_X86
+ select CPU_INTEL_SOCKET_RPGA989
+ select NORTHBRIDGE_INTEL_IVYBRIDGE
+ select SOUTHBRIDGE_INTEL_C216
+ select EC_QUANTA_IT8518
+ select BOARD_HAS_FADT
+ select BOARD_ROMSIZE_KB_8192
+ select HAVE_ACPI_TABLES
+ select HAVE_OPTION_TABLE
+ select HAVE_ACPI_RESUME
+ select MMCONF_SUPPORT
+ select HAVE_SMI_HANDLER
+ select GFXUMA
+ select CHROMEOS
+ select EXTERNAL_MRC_BLOB
+
+config MAINBOARD_DIR
+ string
+ default google/stout
+
+config MAINBOARD_PART_NUMBER
+ string
+ default "Stout"
+
+config MMCONF_BASE_ADDRESS
+ hex
+ default 0xf0000000
+
+config IRQ_SLOT_COUNT
+ int
+ default 18
+
+config MAX_CPUS
+ int
+ default 8
+
+config VGA_BIOS_FILE
+ string
+ default "pci8086,0106.rom"
+
+config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
+ hex
+ default 0x1ae0
+
+config MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID
+ hex
+ default 0xc000
+
+endif # BOARD_GOOGLE_STOUT