Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45049 )
Change subject: soc/intel/common/block/uart/Kconfig: Drop unused symbols ......................................................................
soc/intel/common/block/uart/Kconfig: Drop unused symbols
They are not referenced anywhere.
Change-Id: Iff2d3b0063da5796e0bff1ada08b0a544c3f9a5a Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/soc/intel/common/block/uart/Kconfig 1 file changed, 0 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/45049/1
diff --git a/src/soc/intel/common/block/uart/Kconfig b/src/soc/intel/common/block/uart/Kconfig index e731465..7d30c41 100644 --- a/src/soc/intel/common/block/uart/Kconfig +++ b/src/soc/intel/common/block/uart/Kconfig @@ -4,18 +4,6 @@ help Intel Processor common UART support
-config SOC_INTEL_COMMON_BLOCK_UART_LPSS_CLK_M_VAL - depends on SOC_INTEL_COMMON_BLOCK_UART - hex - help - Clock m-divisor value for m/n divider - -config SOC_INTEL_COMMON_BLOCK_UART_LPSS_CLK_N_VAL - depends on SOC_INTEL_COMMON_BLOCK_UART - hex - help - Clock m-divisor value for m/n divider - config INTEL_LPSS_UART_FOR_CONSOLE bool depends on SOC_INTEL_COMMON_BLOCK_UART