zephyr/boards/arm/mikroe_mini_m4_for_stm32/Kconfig.defconfig
Johann Fischer 76364215f3 boards: remove USB option for STM32 based boards
It is enough to set the USB_DEVICE_STACK option to enable
USB device support.
Remove USB_DC_STM32 for mikroe_mini_m4_for_stm32 board
since it is already selected on SoC level.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2021-08-03 19:00:12 -04:00

16 lines
322 B
Plaintext

# Mikroe MINI-M4 for STM32 board configuration
# Copyright (c) 2019, Kwon Tae-young <tykwon@m2i.co.kr>
# SPDX-License-Identifier: Apache-2.0
if BOARD_MIKROE_MINI_M4_FOR_STM32
config BOARD
default "mikroe_mini_m4_for_stm32"
config SPI_STM32_INTERRUPT
default y
depends on SPI
endif # BOARD_MIKROE_MINI_M4_FOR_STM32