lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20221125104106.488118-1-nfrayer@baylibre.com> Date: Fri, 25 Nov 2022 11:41:06 +0100 From: Nicolas Frayer <nfrayer@...libre.com> To: nm@...com, kristo@...nel.org, ssantosh@...nel.org, linux-arm-kernel@...ts.infradead.org, jassisinghbrar@...il.com, catalin.marinas@....com, will@...nel.org, linux-kernel@...r.kernel.org Cc: khilman@...libre.com, glaroque@...libre.com, nfrayer@...libre.com Subject: [PATCH v2] arm64: arch_k3: Replace select with imply for TI mailbox and TI SCI In order to build TI mailbox and TI SCI as modules, replace select with imply. Signed-off-by: Nicolas Frayer <nfrayer@...libre.com> --- v1->v2: Use imply instead of removing select altogether and dropped patches 2/3 and 3/3 from previous series as using imply makes them redundant. arch/arm64/Kconfig.platforms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index 912529ac58b38..288935638c7ad 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -126,8 +126,8 @@ config ARCH_K3 select PM_GENERIC_DOMAINS if PM select MAILBOX select SOC_TI - select TI_MESSAGE_MANAGER - select TI_SCI_PROTOCOL + imply TI_MESSAGE_MANAGER + imply TI_SCI_PROTOCOL select TI_SCI_INTR_IRQCHIP select TI_SCI_INTA_IRQCHIP help -- 2.25.1
Powered by blists - more mailing lists