| # Kconfig - STMicroelectronics STM32G071RB MCU | |
| # | |
| # Copyright (c) 2019 Philippe Retornaz <philippe@shapescale.com> | |
| # Copyright (c) 2019 STMicroelectronics | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| # | |
| if SOC_STM32G071XX | |
| config SOC | |
| default "stm32g071xx" | |
| config NUM_IRQS | |
| default 32 | |
| if GPIO_STM32 | |
| endif # GPIO_STM32 | |
| endif # SOC_STM32G071XX |