blob: 6052a3be2352abe5611807bad926efda86ff9dbb [file] [log] [blame]
Martin Roth7d86f342024-02-16 11:04:02 -07001## SPDX-License-Identifier: GPL-2.0-only
2
Ravi Sarawadiefa606b2017-08-04 16:26:09 -07003config SOC_INTEL_COMMON_BLOCK_LPC
4 bool
5 help
6 Use common LPC code for platform. Only soc specific code needs to
7 be implemented as per requirement.
Subrata Banikd83face2018-03-08 14:04:52 +05308
9config SOC_INTEL_COMMON_BLOCK_LPC_COMB_ENABLE
10 depends on SOC_INTEL_COMMON_BLOCK_LPC && DRIVERS_UART_8250IO
11 bool
12 default n
13 help
14 By default COMA range to LPC is enable. COMB range to LPC is optional
15 and should select based on platform dedicated selection.
Michael Niewöhnerf7e91d22021-01-17 02:51:00 +010016
Subrata Banik32e10222022-04-13 12:06:39 +053017config SOC_INTEL_COMMON_BLOCK_LPC_MIRROR_TO_GPMR
Michael Niewöhnerf7e91d22021-01-17 02:51:00 +010018 bool
Subrata Banik32e10222022-04-13 12:06:39 +053019 depends on SOC_INTEL_COMMON_BLOCK_GPMR
Michael Niewöhnerf7e91d22021-01-17 02:51:00 +010020 help
Subrata Banik32e10222022-04-13 12:06:39 +053021 Mirror LPC registers for IO/MMIO to their corresponding GPMR registers.
Michael Niewöhnerf7e91d22021-01-17 02:51:00 +010022 Required for platforms starting from SPT.