summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/stm32/Kconfig')
-rw-r--r--nuttx/arch/arm/src/stm32/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/Kconfig b/nuttx/arch/arm/src/stm32/Kconfig
index 2d61d5827..f5c7a720b 100644
--- a/nuttx/arch/arm/src/stm32/Kconfig
+++ b/nuttx/arch/arm/src/stm32/Kconfig
@@ -241,6 +241,13 @@ config ARCH_CHIP_STM32F100VE
select STM32_VALUELINE
select STM32_HIGHDENSITY
+config ARCH_CHIP_STM32F102CB
+ bool "STM32F102CB"
+ select ARCH_CORTEXM3
+ select STM32_STM32F10XX
+ select STM32_USBACCESSLINE
+ select STM32_MEDIUMDENSITY
+
config ARCH_CHIP_STM32F103C4
bool "STM32F103C4"
select ARCH_CORTEXM3
@@ -854,7 +861,7 @@ config STM32_UART8
config STM32_USB
bool "USB Device"
default n
- depends on (STM32_STM32F10XX && !STM32_VALUELINE) || STM32_STM32L15XX || STM32_STM32F30XX
+ depends on (STM32_STM32F10XX && !STM32_VALUELINE) || STM32_USBACCESSLINE || STM32_STM32L15XX || STM32_STM32F30XX
select USBDEV
config STM32_LCD