samples: drivers: spi_flash: 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 dependecies,
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 10:40:46 +01:00 committed by Benjamin Cabé
commit 6e22d19fd2
10 changed files with 0 additions and 55 deletions

View file

@ -1,7 +0,0 @@
#
# Copyright (c) 2020 Teslabs Engineering S.L.
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_NORDIC_QSPI_NOR=y

View file

@ -1,7 +0,0 @@
#
# Copyright (c) 2023 Synopsys.
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_NOR=y

View file

@ -1,7 +0,0 @@
#
# Copyright (c) 2023 Synopsys.
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_NOR=y

View file

@ -1,7 +0,0 @@
#
# Copyright (c) 2022 Microchip Technology Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI_NOR=y

View file

@ -1,8 +0,0 @@
#
# Copyright (c) 2020 Stephane D'Alu
#
# SPDX-License-Identifier: Apache-2.0
#
CONFIG_SPI=n
CONFIG_NORDIC_QSPI_NOR=y

View file

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

View file

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

View file

@ -1 +0,0 @@
CONFIG_SPI=n

View file

@ -1 +0,0 @@
CONFIG_SPI=n

View file

@ -1,3 +1,2 @@
CONFIG_STDOUT_CONSOLE=y
CONFIG_FLASH=y
CONFIG_SPI=y