Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

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

Bootlin logo

Elixir Cross Referencer

# Kconfig - Microchip MEC1501HSZ MCU
#
# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#

if SOC_MEC1501_HSZ

config SOC
	string
	default "mec1501hsz"

if SERIAL

config UART_NS16550
	def_bool y

endif # SERIAL

if PINMUX

config PINMUX_XEC
	default y

endif # PINMUX

config GPIO
	default y

if GPIO

config GPIO_XEC
	default y

endif # GPIO

if I2C

config I2C_XEC
	def_bool y

endif # I2C

endif # SOC_MEC1501_HSZ