21 lines
328 B
Plaintext
21 lines
328 B
Plaintext
CONFIG_ARM=y
|
|
CONFIG_SOC_FAMILY_NRF5=y
|
|
CONFIG_SOC_SERIES_NRF51X=y
|
|
CONFIG_SOC_NRF51822_QFAC=y
|
|
CONFIG_BOARD_NRF51_PCA10028=y
|
|
|
|
# enable uart driver
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_NRF5=y
|
|
|
|
# enable console
|
|
CONFIG_CONSOLE=y
|
|
CONFIG_UART_CONSOLE=y
|
|
|
|
# bluetooth
|
|
CONFIG_BLUETOOTH=y
|
|
CONFIG_BLUETOOTH_CONTROLLER=y
|
|
|
|
#enable DTS
|
|
CONFIG_HAS_DTS=y
|