zephyr/boards/arm/nrf9160_innblue22/Kconfig.board
Bilal Wasim b18b1d4350 boards/arm: Adding support for nRF9160 InnBlue22 Board.
Adding support for nRF9160 based InnBlue board V2.2. Supports both
Secure and Non-Secure configurations along with various sensors
(lis2dh12 / hts221) and devices(i2c / pwm).

Signed-off-by: Bilal Wasim <bilalwasim676@gmail.com>
2020-04-22 17:44:25 +02:00

15 lines
293 B
Plaintext

# nRF9160 innblue V2.2 board configuration
# Copyright (c) 2020 InnBlue
# SPDX-License-Identifier: Apache-2.0
if SOC_NRF9160_SICA
config BOARD_NRF9160_INNBLUE22
bool "nRF9160 innblue v2.2"
config BOARD_NRF9160_INNBLUE22NS
bool "nRF9160 innblue V2.2 non-secure"
endif # SOC_NRF9160_SICA