Current zhaoxin-cputemp driver code need modernizes the Zhaoxin CPU temperature driver with several improvements: 1. Set the driver to load as module by default in Kconfig 2. Modernize CPU matching using X86_MATCH_VENDOR_FAM_MODEL macro 3. Improve code readability with consistent naming(zhaoxin_cputemp_cpu_ids) 4. Fix indentation in cpuhp_setup_state function call 5. Maintain support for all existing Zhaoxin and Centaur processor models
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/6255