From 6a7aeb3b35bc119286c83355af67812b4871467e Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sun, 5 Jan 2014 11:37:32 +0100 Subject: bd82x6x/ibexpeak: Make DRAM reset gate GPIO configurable DRAM reset gate GPIO is different on different mobos move it to hidden config with 60 (current value) as default. Set it to 10 for Lenovo X201. Change-Id: I4f3b6876d7c33d4966315091b63a76a9a0064c16 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/4622 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- src/mainboard/lenovo/x201/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/lenovo/x201') diff --git a/src/mainboard/lenovo/x201/Kconfig b/src/mainboard/lenovo/x201/Kconfig index a2d66b3724..76be9db0ac 100644 --- a/src/mainboard/lenovo/x201/Kconfig +++ b/src/mainboard/lenovo/x201/Kconfig @@ -43,6 +43,10 @@ config IRQ_SLOT_COUNT int default 18 +config DRAM_RESET_GATE_GPIO + int + default 10 + config MAX_CPUS int default 4 -- cgit v1.2.3