zephyr/soc/arm/cypress/psoc6/Kconfig.defconfig.psoc6_m0

22 lines
271 B
Plaintext

# Kconfig - Cypress PSoC6 CM0 platform configuration options
#
# Copyright (c) 2018, Cypress
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_PSOC6_M0
config SOC
string
default "psoc6_m0"
if SERIAL
config UART_PSOC6
default y
endif # SERIAL
endif # SOC_PSOC6_M0