Re: [PATCH 1/4] arm: ptdump: Rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WX
From: Florian Fainelli
Date: Tue Jan 09 2024 - 12:09:21 EST
On 1/9/24 04:14, Christophe Leroy wrote:
CONFIG_DEBUG_WX is a core option defined in mm/Kconfig.debug
To avoid any future conflict, rename ARM version
into CONFIG_ARM_DEBUG_WX.
Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
Looks fine, you might also want to
s/CONFIG_DEBUG_WX/CONFIG_ARM_DEBUG_WX/ in
arch/arm/configs/aspeed_g{4,5}_defconfig so there are no surprises when
people pull in those changes.
--
Florian