For some reason, rather than testing for the presence of disconnect-gpios in the devicetree, the STM32 USB Device driver was relying on a hidden Kconfig flag to be set. This patch removes the Kconfig option completely and simply tests for the DT property - if it's set, you obviously know what you're doing and obviously need the pull-up GPIO behaviour. Signed-off-by: Chris Collins <chris@realsimgear.com>
8 lines
221 B
Text
8 lines
221 B
Text
# OLIMEXINO-STM32 board configuration
|
|
|
|
# Copyright (c) 2016, I-SENSE group of ICCS
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_OLIMEXINO_STM32
|
|
bool "OLIMEXINO-STM32 Development Board"
|
|
depends on SOC_STM32F103XB
|