Commit 9b706a09 authored by Pieter De Gendt's avatar Pieter De Gendt Committed by Carles Cufi
Browse files

samples: drivers: spi_flash: Remove obsolete CONFIG_SPI_NOR configs



The Kconfig symbol for CONFIG_SPI_NOR is selected by default if a
compatible device is enabled.
Remove obsolete board config files.

Signed-off-by: default avatarPieter De Gendt <pieter.degendt@basalte.be>
parent a6ff01cc
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
#
# Copyright (c) 2021 Actinius
#
# SPDX-License-Identifier: Apache-2.0
#

CONFIG_SPI_NOR=y
+0 −7
Original line number Diff line number Diff line
#
# Copyright (c) 2020 Richard Osterloh <richard.osterloh@gmail.com>
#
# SPDX-License-Identifier: Apache-2.0
#

CONFIG_SPI_NOR=y
+0 −5
Original line number Diff line number Diff line
# Copyright (c) 2022 Benjamin Björnsson <benjamin.bjornsson@gmail.com>.

# SPDX-License-Identifier: Apache-2.0

CONFIG_SPI_NOR=y
+0 −6
Original line number Diff line number Diff line
# Copyright (c) 2019 Peter Bigot Consulting, LLC
# Copyright (c) 2020 Bjarne Steinsbo

# SPDX-License-Identifier: Apache-2.0

CONFIG_SPI_NOR=y
+0 −7
Original line number Diff line number Diff line
#
# Copyright (c) 2020 Circuit Dojo LLC
#
# SPDX-License-Identifier: Apache-2.0
#

CONFIG_SPI_NOR=y
Loading