boards: pinnacle_100_dvk: Enable QSPI and Modem by default
When necessary, enable QSPI and Modem drivers by default if relevant higher level kconfigs are used in an app. Signed-off-by: Ryan Erickson <ryan.erickson@lairdconnect.com>
This commit is contained in:
parent
956c5ddc5e
commit
267729d783
1 changed files with 9 additions and 0 deletions
|
@ -8,9 +8,18 @@ if BOARD_PINNACLE_100_DVK
|
||||||
config BOARD
|
config BOARD
|
||||||
default "pinnacle_100_dvk"
|
default "pinnacle_100_dvk"
|
||||||
|
|
||||||
|
config MODEM
|
||||||
|
default NETWORKING
|
||||||
|
|
||||||
config MODEM_HL7800
|
config MODEM_HL7800
|
||||||
default NETWORKING
|
default NETWORKING
|
||||||
|
|
||||||
|
config NORDIC_QSPI_NOR
|
||||||
|
default BOOTLOADER_MCUBOOT
|
||||||
|
|
||||||
|
config NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE
|
||||||
|
default 4096 if NORDIC_QSPI_NOR
|
||||||
|
|
||||||
config BT_CTLR
|
config BT_CTLR
|
||||||
default BT
|
default BT
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue