samples: drivers: jesd216: Remove unnecessary Kconfig option changes

It is no longer needed to enable a specific flash driver in the sample
configuration. An appropriate driver (together with its dependencies,
like the SPI bus) for a given target will be enabled automatically
based on what is enabled in DTS.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
Andrzej Głąbek 2024-12-05 09:35:27 +01:00 committed by Benjamin Cabé
commit cd3a78056d
6 changed files with 0 additions and 37 deletions

View file

@ -1,8 +0,0 @@
#
# Copyright (c) 2021 Linumiz
#
# SPDX-License-Identifier: Apache-2.0
CONFIG_SPI=n
CONFIG_SPI_NOR=n
CONFIG_NORDIC_QSPI_NOR=y

View file

@ -1,5 +0,0 @@
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0
# Override defaults for SPI NOR flash driver
CONFIG_SPI_NOR=n

View file

@ -1,10 +0,0 @@
#
# Copyright (c) 2019 Peter Bigot Consulting, LLC
# Copyright (c) 2019 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI=n
CONFIG_SPI_NOR=n
#CONFIG_NORDIC_QSPI_NOR=y

View file

@ -1,8 +0,0 @@
#
# Copyright (c) 2022 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI=y
CONFIG_SPI_NOR=y

View file

@ -1,8 +1,3 @@
CONFIG_STDOUT_CONSOLE=y
CONFIG_FLASH=y
CONFIG_FLASH_JESD216_API=y
# Assume the standard SPI NOR flash driver. If the device uses
# another driver add an override configuration in boards/.
CONFIG_SPI=y
CONFIG_SPI_NOR=y

View file

@ -26,7 +26,6 @@ tests:
sample.drivers.jesd216.nrf52840dk_spi:
extra_args:
- DTC_OVERLAY_FILE=boards/nrf52840dk_nrf52840_spi.overlay
- EXTRA_CONF_FILE=boards/nrf52840dk_nrf52840_spi.conf
platform_allow: nrf52840dk/nrf52840
integration_platforms:
- nrf52840dk/nrf52840