Skip to content

Commit a076585

Browse files
committed
[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]>
1 parent 5042e00 commit a076585

File tree

6 files changed

+0
-37
lines changed

6 files changed

+0
-37
lines changed

samples/drivers/jesd216/boards/bmd_345_eval.conf

Lines changed: 0 additions & 8 deletions
This file was deleted.

samples/drivers/jesd216/boards/mr_canhubk3.conf

Lines changed: 0 additions & 5 deletions
This file was deleted.

samples/drivers/jesd216/boards/nrf52840dk_nrf52840.conf

Lines changed: 0 additions & 10 deletions
This file was deleted.

samples/drivers/jesd216/boards/nrf52840dk_nrf52840_spi.conf

Lines changed: 0 additions & 8 deletions
This file was deleted.

samples/drivers/jesd216/prj.conf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
CONFIG_STDOUT_CONSOLE=y
22
CONFIG_FLASH=y
33
CONFIG_FLASH_JESD216_API=y
4-
5-
# Assume the standard SPI NOR flash driver. If the device uses
6-
# another driver add an override configuration in boards/.
7-
CONFIG_SPI=y
8-
CONFIG_SPI_NOR=y

samples/drivers/jesd216/sample.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ tests:
2424
sample.drivers.jesd216.nrf52840dk_spi:
2525
extra_args:
2626
- DTC_OVERLAY_FILE=boards/nrf52840dk_nrf52840_spi.overlay
27-
- EXTRA_CONF_FILE=boards/nrf52840dk_nrf52840_spi.conf
2827
platform_allow: nrf52840dk/nrf52840
2928
integration_platforms:
3029
- nrf52840dk/nrf52840

0 commit comments

Comments
 (0)