diff options
author | Wolfgang Müller | 2025-03-01 18:16:04 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-03-01 18:16:04 +0100 |
commit | 57275d822a1457b953d2f3dde10429e434db3171 (patch) | |
tree | 7e6c36465140086869e38f65525d00f5225cb900 | |
parent | c9c71a5d55b779026fdc169a60cc3547687909e9 (diff) | |
download | kernfrag-57275d822a1457b953d2f3dde10429e434db3171.tar.gz |
fragments: Enable only Intel support specifically in cpu/intel
Diffstat (limited to '')
-rw-r--r-- | fragments/cpu/intel | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fragments/cpu/intel b/fragments/cpu/intel index 7aab257..560752e 100644 --- a/fragments/cpu/intel +++ b/fragments/cpu/intel @@ -1,3 +1,10 @@ +CONFIG_PROCESSOR_SELECT=y +CONFIG_CPU_SUP_INTEL=y +# CONFIG_CPU_SUP_AMD is not set +# CONFIG_CPU_SUP_CENTAUR is not set +# CONFIG_CPU_SUP_HYGON is not set +# CONFIG_CPU_SUP_ZHAOXIN is not set + CONFIG_INTEL_IDLE=y CONFIG_INTEL_IOMMU=y CONFIG_MCORE2=y |