2019-11-01 20:45:29 +08:00
|
|
|
# Cypress PSoC6 CM4 platform configuration options
|
|
|
|
|
2018-06-29 04:21:05 +08:00
|
|
|
# Copyright (c) 2018, Cypress
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if SOC_PSOC6_M4
|
|
|
|
|
|
|
|
config SOC
|
|
|
|
default "psoc6_m4"
|
|
|
|
|
|
|
|
config UART_PSOC6
|
2018-11-14 00:15:49 +08:00
|
|
|
default y
|
2020-02-10 11:18:50 +08:00
|
|
|
depends on SERIAL
|
2018-06-29 04:21:05 +08:00
|
|
|
|
|
|
|
endif # SOC_PSOC6_M4
|