2019-04-02 06:10:44 +08:00
|
|
|
# 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
|
|
|
|
|
2019-05-08 05:34:19 +08:00
|
|
|
if I2C
|
|
|
|
|
|
|
|
config I2C_XEC
|
|
|
|
def_bool y
|
|
|
|
|
|
|
|
endif # I2C
|
|
|
|
|
2019-04-02 06:10:44 +08:00
|
|
|
endif # SOC_MEC1501_HSZ
|