From: Anand Moon <linux.amoon@gmail.com>
To: Catalin Marinas <catalin.marinas@arm.com>, Will Deacon <will@kernel.org>
Cc: Anand Moon <linux.amoon@gmail.com>,
Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v1] arm64: defconfig: Enable CONFIG_EXPERT
Date: Thu, 26 Sep 2024 20:28:16 +0530 [thread overview]
Message-ID: <20240926145817.1124-1-linux.amoon@gmail.com> (raw)
Enable CONFIG_EXPERT to allow the configuration of PREEMPT_RT.
PREEMPT_RT depends on the following configuration:
CONFIG_PREEMPT_RT
bool “Fully Preemptible Kernel (Real-Time)”
depends on CONFIG_EXPERT && ARCH_SUPPORTS_RT
select PREEMPTION
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5fdbfea7a5b2..3d9d29eb0c13 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -28,6 +28,7 @@ CONFIG_CGROUP_BPF=y
CONFIG_USER_NS=y
CONFIG_SCHED_AUTOGROUP=y
CONFIG_BLK_DEV_INITRD=y
+CONFIG_EXPERT=y
CONFIG_KALLSYMS_ALL=y
CONFIG_PROFILING=y
CONFIG_KEXEC=y
base-commit: 11a299a7933e03c83818b431e6a1c53ad387423d
--
2.44.0
next reply other threads:[~2024-09-26 15:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-26 14:58 Anand Moon [this message]
2024-09-26 17:04 ` [PATCH v1] arm64: defconfig: Enable CONFIG_EXPERT Catalin Marinas
2024-09-27 3:40 ` Anand Moon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240926145817.1124-1-linux.amoon@gmail.com \
--to=linux.amoon@gmail.com \
--cc=bigeasy@linutronix.de \
--cc=catalin.marinas@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.