From 830ce1f69238136c0197858242f16cf44e0d6cb9 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 01 Nov 2024 03:09:37 +0000 Subject: [PATCH] gpio config --- kernel/arch/Kconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kernel/arch/Kconfig b/kernel/arch/Kconfig index c3a40c5..42eb62f 100644 --- a/kernel/arch/Kconfig +++ b/kernel/arch/Kconfig @@ -229,6 +229,9 @@ config HAVE_NMI bool +config HAVE_PERCPU_PREEMPT_COUNT + bool + # # An arch should select this if it provides all these things: # -- Gitblit v1.6.2