blob: 656f9956c718a99d633764415788ac4691b15e23 [file] [log] [blame]
# Kconfig - Microchip MEC1501HSZ MCU
#
# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_MEC1501_HSZ
config SOC
string
default "mec1501hsz"
config SYS_CLOCK_HW_CYCLES_PER_SEC
int
default 48000000
if SERIAL
config UART_NS16550
def_bool y
endif # SERIAL
endif # SOC_MEC1501_HSZ