24 lines
337 B
Plaintext
24 lines
337 B
Plaintext
# Kconfig - PSoC6 WiFi-BT Pioneer Kit configuration
|
|
#
|
|
# Copyright (c) 2018 Cypress
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if BOARD_CY8CKIT_062_WIFI_BT_M4
|
|
|
|
config BOARD
|
|
default "cy8ckit_062_wifi_bt_m4"
|
|
|
|
if GPIO
|
|
|
|
endif # GPIO
|
|
|
|
if UART_PSOC6
|
|
|
|
config UART_PSOC6_UART_5
|
|
default y
|
|
|
|
endif # UART_PSOC6
|
|
|
|
endif # BOARD_CY8CKIT_062_WIFI_BT_M4
|