Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
# 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