Skip to content

Commit

Permalink
boards: arm: Configure DAC driver on bl5340_dvk
Browse files Browse the repository at this point in the history
Moves DAC driver configuration defaults from the application level to
the board level for the bl5340_dvk board.

Signed-off-by: Maureen Helm <[email protected]>
  • Loading branch information
MaureenHelm authored and carlescufi committed Oct 27, 2021
1 parent 1d7d294 commit fc9347c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 21 deletions.
10 changes: 10 additions & 0 deletions boards/arm/bl5340_dvk/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ if BOARD_BL5340_DVK_CPUAPP
config NORDIC_QSPI_NOR
default y

if DAC

config DAC_MCP4725
default y

config I2C
default y

endif # DAC

endif # BOARD_BL5340_DVK_CPUAPP

# By default, if we build for a Non-Secure version of the board,
Expand Down
7 changes: 0 additions & 7 deletions samples/drivers/dac/boards/bl5340_dvk_cpuapp.conf

This file was deleted.

7 changes: 0 additions & 7 deletions tests/drivers/dac/dac_api/boards/bl5340_dvk_cpuapp.conf

This file was deleted.

7 changes: 0 additions & 7 deletions tests/drivers/dac/dac_loopback/boards/bl5340_dvk_cpuapp.conf

This file was deleted.

0 comments on commit fc9347c

Please sign in to comment.