2017-04-12 04:42:16 +08:00
|
|
|
# Kconfig - Curie BLE (nRF51822) configuration
|
2017-02-10 21:07:38 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_CURIE_BLE
|
|
|
|
|
|
|
|
config BOARD
|
2017-04-12 04:42:16 +08:00
|
|
|
default curie_ble
|
2017-02-10 21:07:38 +08:00
|
|
|
|
|
|
|
if UART_NRF5
|
|
|
|
|
|
|
|
config GPIO
|
|
|
|
default y
|
|
|
|
|
|
|
|
config GPIO_NRF5
|
|
|
|
default y
|
|
|
|
|
|
|
|
config GPIO_NRF5_P0
|
|
|
|
default y
|
|
|
|
|
|
|
|
config UART_NRF5_GPIO_TX_PIN
|
|
|
|
default 9
|
|
|
|
|
|
|
|
config UART_NRF5_GPIO_RX_PIN
|
|
|
|
default 11
|
|
|
|
|
|
|
|
config UART_NRF5_GPIO_RTS_PIN
|
|
|
|
default 12
|
|
|
|
|
|
|
|
config UART_NRF5_GPIO_CTS_PIN
|
|
|
|
default 10
|
|
|
|
|
|
|
|
endif # UART_NRF5
|
|
|
|
|
|
|
|
endif # BOARD_CURIE_BLE
|