From 59de6c9c71582798a9e24bfe6373fc995ec495cd Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Sat, 26 Dec 2015 08:33:16 +0100 Subject: southbridge/intel/common: Add common gpio.c Add a common southbridge gpio code to reduce existing duplicated code. By adding it to ram-stage, GPIOs can be changed any time, without the need of direct register access. The files are based on bd82x6x and lynxpoint gpio.c. Change-Id: Iaf0c2f941f2625a5547f9cba79da1b173da6f295 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/12893 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/southbridge/intel/common/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/southbridge/intel/common/Kconfig') diff --git a/src/southbridge/intel/common/Kconfig b/src/southbridge/intel/common/Kconfig index 949310bb58..7bc686defa 100644 --- a/src/southbridge/intel/common/Kconfig +++ b/src/southbridge/intel/common/Kconfig @@ -1,2 +1,4 @@ config SOUTHBRIDGE_INTEL_COMMON def_bool n +config SOUTHBRIDGE_INTEL_COMMON_GPIO + def_bool n -- cgit v1.2.3