Skip to content

Commit cd3a780

Browse files
ananglkartben
authored andcommitted
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. Signed-off-by: Andrzej Głąbek <[email protected]>
1 parent 5c290d8 commit cd3a780

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
@@ -26,7 +26,6 @@ tests:
2626
sample.drivers.jesd216.nrf52840dk_spi:
2727
extra_args:
2828
- DTC_OVERLAY_FILE=boards/nrf52840dk_nrf52840_spi.overlay
29-
- EXTRA_CONF_FILE=boards/nrf52840dk_nrf52840_spi.conf
3029
platform_allow: nrf52840dk/nrf52840
3130
integration_platforms:
3231
- nrf52840dk/nrf52840

0 commit comments

Comments
 (0)