From fb9928f2ec240babb5d3138136c03a7a78c53cc4 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Mon, 17 Dec 2012 11:11:26 -0800 Subject: lynxpoint: Add Kconfig entry for Low Power chipset There are enough subtle differences that it is useful to have a Kconfig entry to differentiate the ULT/LP chipet from the desktop/mobile versions. Change-Id: I04ca1bc6f90bcf9e6994ea7125c98347e8def898 Signed-off-by: Duncan Laurie Reviewed-on: http://review.coreboot.org/2645 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/southbridge/intel/lynxpoint/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/southbridge/intel/lynxpoint') diff --git a/src/southbridge/intel/lynxpoint/Kconfig b/src/southbridge/intel/lynxpoint/Kconfig index e1d0e3591d..6f5bfe2313 100644 --- a/src/southbridge/intel/lynxpoint/Kconfig +++ b/src/southbridge/intel/lynxpoint/Kconfig @@ -32,6 +32,12 @@ config SOUTH_BRIDGE_OPTIONS # dummy select PCIEXP_COMMON_CLOCK select SPI_FLASH +config INTEL_LYNXPOINT_LP + bool + default n + help + Set this option to y for Lynxpont LP (Haswell ULT). + config EHCI_BAR hex default 0xfef00000 -- cgit v1.2.3