diff mbox series

ARM: multi_v7_defconfig: enable counter subsystem and stm32 counter drivers

Message ID 1602835229-10903-1-git-send-email-fabrice.gasnier@st.com (mailing list archive)
State New, archived
Headers show
Series ARM: multi_v7_defconfig: enable counter subsystem and stm32 counter drivers | expand

Commit Message

Fabrice Gasnier Oct. 16, 2020, 8 a.m. UTC
This enables the counter subsystem and drivers for the stm32 timer and LP
timer.

Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
---
 arch/arm/configs/multi_v7_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Alexandre TORGUE Nov. 9, 2020, 10:07 a.m. UTC | #1
Hi fabrice

On 10/16/20 10:00 AM, Fabrice Gasnier wrote:
> This enables the counter subsystem and drivers for the stm32 timer and LP
> timer.
> 
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> ---
>   arch/arm/configs/multi_v7_defconfig | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index e9e76e3..f052db3 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -1092,6 +1092,9 @@ CONFIG_FSI_MASTER_ASPEED=m
>   CONFIG_FSI_SCOM=m
>   CONFIG_FSI_SBEFIFO=m
>   CONFIG_FSI_OCC=m
> +CONFIG_COUNTER=m
> +CONFIG_STM32_TIMER_CNT=m
> +CONFIG_STM32_LPTIMER_CNT=m
>   CONFIG_EXT4_FS=y
>   CONFIG_AUTOFS4_FS=y
>   CONFIG_MSDOS_FS=y
> 

Applied on stm32-next.

Thanks.
Alex
diff mbox series

Patch

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index e9e76e3..f052db3 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1092,6 +1092,9 @@  CONFIG_FSI_MASTER_ASPEED=m
 CONFIG_FSI_SCOM=m
 CONFIG_FSI_SBEFIFO=m
 CONFIG_FSI_OCC=m
+CONFIG_COUNTER=m
+CONFIG_STM32_TIMER_CNT=m
+CONFIG_STM32_LPTIMER_CNT=m
 CONFIG_EXT4_FS=y
 CONFIG_AUTOFS4_FS=y
 CONFIG_MSDOS_FS=y