blob: 6034c7b99dfc4640e5c13ffb3f1e1122d70d37bb [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"
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