summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-09-02 20:51:12 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-09-09 10:47:21 +0000
commit3ecee09ebbad82ecc8e60b10907accc7bb372dd3 (patch)
treeaf6ad215a9c9baa3999e62d837ceb05327e1f605
parent97dd498815d68d7d95557b71dbdd1254d59aacbe (diff)
downloadcoreboot-3ecee09ebbad82ecc8e60b10907accc7bb372dd3.tar.xz
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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45049 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
-rw-r--r--src/soc/intel/common/block/uart/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/soc/intel/common/block/uart/Kconfig b/src/soc/intel/common/block/uart/Kconfig
index e731465b3b..7d30c41402 100644
--- a/src/soc/intel/common/block/uart/Kconfig
+++ b/src/soc/intel/common/block/uart/Kconfig
@@ -4,18 +4,6 @@ config SOC_INTEL_COMMON_BLOCK_UART
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