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