Skip to content

Commit

Permalink
arch: stm32f4: Select USB_DC_STM32 driver if USB is enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Yannis Damigos <[email protected]>
  • Loading branch information
ydamigos authored and Anas Nashif committed Oct 17, 2017
1 parent 5c24704 commit 1f0c611
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,11 @@ config PINMUX_STM32

endif #PINMUX

if USB

config USB_DC_STM32
def_bool y

endif #USB

endif # SOC_SERIES_STM32F4X

0 comments on commit 1f0c611

Please sign in to comment.