zephyr/soc/arm/cypress/psoc6/Kconfig.defconfig.psoc6_m0
Nazar Chornenkyy 93f938c44e arm: Add Cypress PSoC6 SoC support
Added initial support and created the corresponding device tree part for
building PSoC6 SoC as part of Zephyr.

Signed-off-by: Nazar Chornenkyy <nazar.chornenkyy@cypress.com>
Signed-off-by: Oleg Kapshii <oleg.kapshii@cypress.com>
2018-09-21 18:50:59 -04:00

21 lines
272 B
Text

# 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
def_bool y
endif # SERIAL
endif # SOC_PSOC6_M0