-
Notifications
You must be signed in to change notification settings - Fork 632
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf fromlist] samples: drivers: spi_flash: Remove unnecessary Kconfi…
…g 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. Upstream PR #: 80042 Signed-off-by: Andrzej Głąbek <[email protected]>
- Loading branch information
Showing
10 changed files
with
0 additions
and
55 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
samples/drivers/spi_flash/boards/adafruit_feather_nrf52840_sense.conf
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
samples/drivers/spi_flash/boards/em_starterkit_emsk_em9d.conf
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
samples/drivers/spi_flash/boards/nrf5340dk_nrf5340_cpuapp.conf
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
CONFIG_STDOUT_CONSOLE=y | ||
CONFIG_FLASH=y | ||
CONFIG_SPI=y |