summaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/Kconfig')
-rw-r--r--nuttx/configs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index 4d55ab976..cd9836dc5 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -739,7 +739,7 @@ config ARCH_BOARD_US7032EVB1
config ARCH_BOARD_VIEWTOOL_STM32F107
bool "ViewTool STM32F103/F107 with STM32F107"
- depends on ARCH_CHIP_STM32F107VC
+ depends on ARCH_CHIP_STM32F107VC || ARCH_CHIP_STM32F103VCT6
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
---help---