Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[sfrench/cifs-2.6.git] / arch / x86 / Kconfig.cpu
index 638411f22267aa34bd6ddda10eeccded1a1f6b48..6adce15268bd89ac70bcf529d736f895d6663085 100644 (file)
@@ -426,6 +426,20 @@ config CPU_SUP_AMD
 
          If unsure, say N.
 
+config CPU_SUP_HYGON
+       default y
+       bool "Support Hygon processors" if PROCESSOR_SELECT
+       select CPU_SUP_AMD
+       help
+         This enables detection, tunings and quirks for Hygon processors
+
+         You need this enabled if you want your kernel to run on an
+         Hygon CPU. Disabling this option on other types of CPUs
+         makes the kernel a tiny bit smaller. Disabling it on an Hygon
+         CPU might render the kernel unbootable.
+
+         If unsure, say N.
+
 config CPU_SUP_CENTAUR
        default y
        bool "Support Centaur processors" if PROCESSOR_SELECT