Skip to content

Commit

Permalink
[nrf fromlist] samples: drivers: jesd216: Remove unnecessary Kconfig …
Browse files Browse the repository at this point in the history
…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
anangl authored and jukkar committed Dec 16, 2024
1 parent 7d684d9 commit a9e530c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 37 deletions.
8 changes: 0 additions & 8 deletions samples/drivers/jesd216/boards/bmd_345_eval.conf

This file was deleted.

5 changes: 0 additions & 5 deletions samples/drivers/jesd216/boards/mr_canhubk3.conf

This file was deleted.

10 changes: 0 additions & 10 deletions samples/drivers/jesd216/boards/nrf52840dk_nrf52840.conf

This file was deleted.

8 changes: 0 additions & 8 deletions samples/drivers/jesd216/boards/nrf52840dk_nrf52840_spi.conf

This file was deleted.

5 changes: 0 additions & 5 deletions samples/drivers/jesd216/prj.conf
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
1 change: 0 additions & 1 deletion samples/drivers/jesd216/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ tests:
sample.drivers.jesd216.nrf52840dk_spi:
extra_args:
- DTC_OVERLAY_FILE=boards/nrf52840dk_nrf52840_spi.overlay
- EXTRA_CONF_FILE=boards/nrf52840dk_nrf52840_spi.conf
platform_allow: nrf52840dk/nrf52840
integration_platforms:
- nrf52840dk/nrf52840
Expand Down

0 comments on commit a9e530c

Please sign in to comment.