mirror of
https://github.com/korneliuszo/lumiax-controller.git
synced 2026-03-28 19:22:33 +01:00
14 lines
204 B
Plaintext
14 lines
204 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_SOC_SERIES_NRF51X=y
|
|
CONFIG_SOC_NRF51822_QFAC=y
|
|
CONFIG_BOARD_CONTROLLER=y
|
|
|
|
# enable GPIO
|
|
CONFIG_GPIO=y
|
|
|
|
# enable uart driver
|
|
CONFIG_SERIAL=y
|
|
|
|
CONFIG_PINCTRL=y
|