]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ARC: fix reference of dependency for PAE40 config
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Mon, 28 Oct 2024 09:59:07 +0000 (10:59 +0100)
committerVineet Gupta <vgupta@kernel.org>
Tue, 10 Dec 2024 18:12:56 +0000 (10:12 -0800)
commitdd2b2302efffab751d1c2d9a436365db0ee55a42
treec05936208929c18c443ffbc0a39c1f335351c0c5
parent8871331b1769978ecece205a430338a2581e5050
ARC: fix reference of dependency for PAE40 config

Commit d71e629bed5b ("ARC: build: disallow invalid PAE40 + 4K page config")
reworks the build dependencies for ARC_HAS_PAE40, and accidentally refers
to the non-existing config option MMU_V4 rather than the intended option
ARC_MMU_V4. Note the missing prefix in the name here.

Refer to the intended config option in the dependency of the ARC_HAS_PAE40
config.

Fixes: d71e629bed5b ("ARC: build: disallow invalid PAE40 + 4K page config")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Signed-off-by: Vineet Gupta <vgupta@kernel.org>
arch/arc/Kconfig