1## SPDX-License-Identifier: GPL-2.0-only 2 3config 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. 8 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. 16 17config SOC_INTEL_COMMON_BLOCK_LPC_MIRROR_TO_GPMR 18 bool 19 depends on SOC_INTEL_COMMON_BLOCK_GPMR 20 help 21 Mirror LPC registers for IO/MMIO to their corresponding GPMR registers. 22 Required for platforms starting from SPT. 23