Skip to content

Commit

Permalink
[nrf fromlist] samples: drivers: spi_flash: Remove unnecessary Kconfi…
Browse files Browse the repository at this point in the history
…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
anangl authored and jukkar committed Dec 16, 2024
1 parent a9e530c commit 20aa439
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 55 deletions.

This file was deleted.

7 changes: 0 additions & 7 deletions samples/drivers/spi_flash/boards/em_starterkit_emsk_em9d.conf

This file was deleted.

7 changes: 0 additions & 7 deletions samples/drivers/spi_flash/boards/emsdp_emsdp_em11d.conf

This file was deleted.

7 changes: 0 additions & 7 deletions samples/drivers/spi_flash/boards/mec172xevb_assy6906.conf

This file was deleted.

8 changes: 0 additions & 8 deletions samples/drivers/spi_flash/boards/nrf52840_mdk.conf

This file was deleted.

8 changes: 0 additions & 8 deletions samples/drivers/spi_flash/boards/nrf52840dk_nrf52840.conf

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion samples/drivers/spi_flash/boards/stm32h735g_disco.conf

This file was deleted.

1 change: 0 additions & 1 deletion samples/drivers/spi_flash/boards/stm32h7b3i_dk.conf

This file was deleted.

1 change: 0 additions & 1 deletion samples/drivers/spi_flash/prj.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
CONFIG_STDOUT_CONSOLE=y
CONFIG_FLASH=y
CONFIG_SPI=y

0 comments on commit 20aa439

Please sign in to comment.