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:
parent
cd3a78056d
commit
6e22d19fd2
10 changed files with 0 additions and 55 deletions
|
@ -1,7 +0,0 @@
|
|||
#
|
||||
# Copyright (c) 2020 Teslabs Engineering S.L.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_NORDIC_QSPI_NOR=y
|
|
@ -1,7 +0,0 @@
|
|||
#
|
||||
# Copyright (c) 2023 Synopsys.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SPI_NOR=y
|
|
@ -1,7 +0,0 @@
|
|||
#
|
||||
# Copyright (c) 2023 Synopsys.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SPI_NOR=y
|
|
@ -1,7 +0,0 @@
|
|||
#
|
||||
# Copyright (c) 2022 Microchip Technology Inc.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SPI_NOR=y
|
|
@ -1,8 +0,0 @@
|
|||
#
|
||||
# Copyright (c) 2020 Stephane D'Alu
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SPI=n
|
||||
CONFIG_NORDIC_QSPI_NOR=y
|
|
@ -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
|
|
@ -1,8 +0,0 @@
|
|||
#
|
||||
# Copyright (c) 2020 Nordic Semiconductor ASA
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
CONFIG_SPI=n
|
||||
CONFIG_NORDIC_QSPI_NOR=y
|
|
@ -1 +0,0 @@
|
|||
CONFIG_SPI=n
|
|
@ -1 +0,0 @@
|
|||
CONFIG_SPI=n
|
|
@ -1,3 +1,2 @@
|
|||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_SPI=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue