22 lines
272 B
Plaintext
22 lines
272 B
Plaintext
|
# Kconfig - Cypress PSoC6 CM4 platform configuration options
|
||
|
#
|
||
|
# Copyright (c) 2018, Cypress
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
if SOC_PSOC6_M4
|
||
|
|
||
|
config SOC
|
||
|
string
|
||
|
default "psoc6_m4"
|
||
|
|
||
|
if SERIAL
|
||
|
|
||
|
config UART_PSOC6
|
||
|
def_bool y
|
||
|
|
||
|
endif # SERIAL
|
||
|
|
||
|
endif # SOC_PSOC6_M4
|