Commit f1fd225b authored by Andrzej Puzdrowski's avatar Andrzej Puzdrowski Committed by Gustavo Henrique Nihei
Browse files

zephyr: disable qspi-nor on nrf52840

Sine https://github.com/zephyrproject-rtos/zephyr/pull/47629

 was
merged the qspi nod driver is enabled by default. This cause unwanted
flash footprint rise for configurations which are not using the qspi.

This patch disables it back.

Signed-off-by: default avatarAndrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
parent e8cbc0d0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
# Ensure that the qspi driver is disabled by default
CONFIG_NORDIC_QSPI_NOR=n
+2 −0
Original line number Diff line number Diff line
@@ -29,3 +29,5 @@ CONFIG_USB_DEVICE_REMOTE_WAKEUP=n
CONFIG_USB_DEVICE_PRODUCT="MCUBOOT"
CONFIG_USB_COMPOSITE_DEVICE=n
CONFIG_USB_MASS_STORAGE=n

CONFIG_NORDIC_QSPI_NOR=n