Making HSMP as "default m" in Kconfig, enables customers who rely on the standard distros to use the HSMP by dynamically loading it. Signed-off-by: Suma Hegde <suma.hegde@xxxxxxx> Reviewed-by: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@xxxxxxx> --- drivers/platform/x86/amd/hsmp/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/platform/x86/amd/hsmp/Kconfig b/drivers/platform/x86/amd/hsmp/Kconfig index 26096f901c22..9d3f422b3f81 100644 --- a/drivers/platform/x86/amd/hsmp/Kconfig +++ b/drivers/platform/x86/amd/hsmp/Kconfig @@ -6,6 +6,7 @@ config AMD_HSMP tristate "AMD HSMP Driver" depends on AMD_NB && X86_64 + default m help The driver provides a way for user space tools to monitor and manage system management functionality on EPYC server CPUs from AMD. -- 2.25.1