-
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: 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. Upstream PR #: 80042 Signed-off-by: Andrzej Głąbek <[email protected]>
- Loading branch information
Showing
6 changed files
with
0 additions
and
37 deletions.
There are no files selected for viewing
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 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,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 |
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