boards/stm32f411-minimum: remove non existing include in Kconfig

This is leak from another feature that was not yet meant to be
pushed.

Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
This commit is contained in:
Michał Łyszczek
2024-02-27 09:30:09 +08:00
committed by archer
parent d904a02392
commit 5ddb1fcbf7
@@ -75,12 +75,4 @@ config STM32F411MINIMUM_HX711_DATA_PIN
endif # STM32F411MINIMUM_HX711
menuconfig STM32F411MINIMUM_GPIO
select DEV_GPIO
bool "enable gpio subsystem"
if STM32F411MINIMUM_GPIO
source boards/arm/stm32/stm32f411-minimum/Kconfig.gpio
endif
endif