zephyr/soc/arm/quicklogic_eos_s3/Kconfig.defconfig
Kumar Gala 9a501e0922 serial: remove Kconfig.defconfig setting of serial drivers
Now that serial drivers are enabled based on devicetree
we need to remove any cases of them getting enabled by
Kconfig.defconfig* files as this can lead to errors.

Typically the Kconfig.defconfig* will blindly enable a
sensor and not respect the devicetree state of the serial.
Additionally we can get problems with prj.conf/defconfig
getting incorrectly overridden.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-26 09:29:24 -05:00

23 lines
314 B
Plaintext

# Copyright (c) 2020 Antmicro <www.antmicro.com>
# SPDX-License-Identifier: Apache-2.0
if SOC_EOS_S3
config SOC
default "quicklogic_eos_s3"
config NUM_IRQS
default 52
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 61440000
if SERIAL
config UART_INTERRUPT_DRIVEN
default y
endif # SERIAL
endif # SOC_EOS_S3