15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
|
#
|
||
|
# Copyright (c) 2019 Peter Bigot Consulting, LLC
|
||
|
# Copyright (c) 2019 Nordic Semiconductor ASA
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
# Need this when storage is on MX25R64
|
||
|
#CONFIG_NORDIC_QSPI_NOR=y
|
||
|
#CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
|
||
|
CONFIG_SPI=y
|
||
|
CONFIG_SPI_NOR=y
|
||
|
CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
|
||
|
CONFIG_SPI_2=y
|