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>
This commit is contained in:
parent
97dd498815
commit
3ecee09ebb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue