From 1b03a42bc012d185e2599d22bb617c31b58d9ee5 Mon Sep 17 00:00:00 2001 From: Nathan Hartman <59230071+hartmannathan@users.noreply.github.com> Date: Mon, 27 Apr 2020 18:37:55 -0400 Subject: [PATCH] arch/arm/src/stm32/Kconfig - Remove redundant ARCH_CHIP configs * Remove redundant configs: - ARCH_CHIP_STM32F303RD, and - ARCH_CHIP_STM32F303RE. --- arch/arm/src/stm32/Kconfig | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig index 056e4b86c7..9cd7eae744 100644 --- a/arch/arm/src/stm32/Kconfig +++ b/arch/arm/src/stm32/Kconfig @@ -798,22 +798,6 @@ config ARCH_CHIP_STM32F303VC select STM32_HAVE_UART5 select STM32_HAVE_USBDEV -config ARCH_CHIP_STM32F303RD - bool "STM32F303RD" - select STM32_STM32F30XX - select STM32_STM32F303 - select STM32_HAVE_ADC3 - select STM32_HAVE_ADC4 - select STM32_HAVE_USART3 - -config ARCH_CHIP_STM32F303RE - bool "STM32F303RE" - select STM32_STM32F30XX - select STM32_STM32F303 - select STM32_HAVE_ADC3 - select STM32_HAVE_ADC4 - select STM32_HAVE_USART3 - config ARCH_CHIP_STM32F303VD bool "STM32F303VD" select STM32_STM32F30XX