blob: 6a8483e9b7a8a1daed635dad381be443c9ed8402 [file] [log] [blame]
# Kconfig - Microchip MEC1701QSZ MCU
#
# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_MEC1701_QSZ
config SOC
default "mec1701qsz"
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 48000000
if SERIAL
config UART_NS16550
default y
endif # SERIAL
endif # SOC_MEC1701_QSZ