36 lines
465 B
Plaintext
36 lines
465 B
Plaintext
# Kconfig - Holyiot YJ-16019 board configuration
|
|
#
|
|
# Copyright (c) 2019 Henrik Brix Andersen <henrik@brixandersen.dk>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if BOARD_HOLYIOT_YJ16019
|
|
|
|
config BOARD
|
|
default "holyiot_yj16019"
|
|
|
|
config GPIO_AS_PINRESET
|
|
default n
|
|
|
|
config UART_NRFX
|
|
default n
|
|
|
|
if PWM
|
|
|
|
config PWM_0
|
|
default y
|
|
|
|
endif # PWM
|
|
|
|
if IEEE802154
|
|
|
|
config IEEE802154_NRF5
|
|
default y
|
|
|
|
endif # IEEE802154
|
|
|
|
config BT_CTLR
|
|
default BT
|
|
|
|
endif # BOARD_HOLYIOT_YJ16019
|