[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220518170254.3178923-5-heiko@sntech.de>
Date: Wed, 18 May 2022 19:02:54 +0200
From: Heiko Stuebner <heiko@...ech.de>
To: palmer@...belt.com, paul.walmsley@...ive.com
Cc: linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org,
wefu@...hat.com, guoren@...nel.org, mick@....forth.gr,
samuel@...lland.org, cmuellner@...ux.com, philipp.tomsich@...ll.eu,
hch@....de, Heiko Stuebner <heiko@...ech.de>,
kernel test robot <yujie.liu@...el.com>
Subject: [PATCH 4/4] riscv: fix dependency for t-head errata
alternatives only work correctly on non-xip-kernels and while the
selected alternative-symbol has the correct dependency the symbol
selecting it also needs that dependency.
So add the missing dependency to the T-Head errata Kconfig symbol.
Reported-by: kernel test robot <yujie.liu@...el.com>
Signed-off-by: Heiko Stuebner <heiko@...ech.de>
---
arch/riscv/Kconfig.erratas | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/riscv/Kconfig.erratas b/arch/riscv/Kconfig.erratas
index ebfcd5cc6eaf..457ac72c9b36 100644
--- a/arch/riscv/Kconfig.erratas
+++ b/arch/riscv/Kconfig.erratas
@@ -35,6 +35,7 @@ config ERRATA_SIFIVE_CIP_1200
config ERRATA_THEAD
bool "T-HEAD errata"
+ depends on !XIP_KERNEL
select RISCV_ALTERNATIVE
help
All T-HEAD errata Kconfig depend on this Kconfig. Disabling
--
2.35.1
Powered by blists - more mailing lists