diff options
author | Andrey Petrov <andrey.petrov@intel.com> | 2017-06-05 14:10:17 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-07-18 19:16:56 +0000 |
commit | c854b49db94675f62d6feae60bbd7ad5cfccd721 (patch) | |
tree | 4594dd4fee43f4313b9f8913ca315657402cedb6 /src/soc/intel/cannonlake/Kconfig | |
parent | fc8eaf579e10ca996d886e2d2b811f3d373f2c41 (diff) |
soc/intel/cannonlake: Use common GPIO driver
Change-Id: I0bbdd641244f0c7baaa2146dcfde6431bde387c5
Signed-off-by: Andrey Petrov <andrey.petrov@intel.com>
Reviewed-on: https://review.coreboot.org/20074
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/cannonlake/Kconfig')
-rw-r--r-- | src/soc/intel/cannonlake/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 3012c6165b..b3f657e0bd 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -35,6 +35,7 @@ config CPU_SPECIFIC_OPTIONS select SOC_INTEL_COMMON_BLOCK_SMBUS select SOC_INTEL_COMMON_BLOCK_RTC select SOC_INTEL_COMMON_BLOCK_CSE + select SOC_INTEL_COMMON_BLOCK_GPIO config UART_DEBUG bool "Enable UART debug port." |