FROMLIST: AutoFDO: Remove the architecture specific config
The CONFIG_AUTOFDO_CLANG option currently depends on ARCH_SUPPORTS_AUTOFDO_CLANG, but this dependency seems unnecessary. Remove ARCH_SUPPORTS_AUTOFDO_CLANG and allow users to control AutoFDO builds solely through CONFIG_AUTOFDO_CLANG. This simplifies the kconfig and avoids potential confusion. Link: https://lore.kernel.org/lkml/20241211222945.1325793-1-xur@google.com/ Bug: 392184315 Change-Id: I9d6d352ee6c0c7cd17ed2fbaf3d788f34ed78fbf Signed-off-by:Rong Xu <xur@google.com> Suggested-by:
Will Deacon <will@kernel.org> Acked-by:
Will Deacon <will@kernel.org> Tested-by:
Yabin Cui <yabinc@google.com> Reviewed-by:
Kees Cook <kees@kernel.org>
Loading
Please sign in to comment