Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. localhost ~ # egrep -i 'intel|drm' /usr/src/linux/.config
  2. CONFIG_HAVE_INTEL_TXT=y
  3. CONFIG_CPU_SUP_INTEL=y
  4. CONFIG_X86_MCE_INTEL=y
  5. CONFIG_MICROCODE_INTEL=y
  6. # CONFIG_INTEL_IDLE is not set
  7. # CONFIG_MTD_INTEL_VR_NOR is not set
  8. # CONFIG_MOXA_INTELLIO is not set
  9. # CONFIG_HW_RANDOM_INTEL is not set
  10. # CONFIG_I2C_INTEL_MID is not set
  11. CONFIG_AGP_INTEL=y
  12. CONFIG_DRM=y
  13. CONFIG_DRM_KMS_HELPER=y
  14. # CONFIG_DRM_TDFX is not set
  15. # CONFIG_DRM_R128 is not set
  16. # CONFIG_DRM_RADEON is not set
  17. # CONFIG_DRM_I810 is not set
  18. # CONFIG_DRM_I830 is not set
  19. CONFIG_DRM_I915=y
  20. # CONFIG_DRM_I915_KMS is not set
  21. # CONFIG_DRM_MGA is not set
  22. # CONFIG_DRM_SIS is not set
  23. # CONFIG_DRM_VIA is not set
  24. # CONFIG_DRM_SAVAGE is not set
  25. CONFIG_SND_HDA_INTEL=y
  26. # CONFIG_SND_INTEL8X0 is not set
  27. # CONFIG_SND_INTEL8X0M is not set
  28. # CONFIG_LEDS_INTEL_SS4200 is not set
  29. # CONFIG_INTEL_MID_DMAC is not set
  30. # CONFIG_INTEL_IOATDMA is not set
  31. # CONFIG_DRM_VMWGFX is not set
  32. # CONFIG_DRM_NOUVEAU is not set
  33. # CONFIG_DRM_I2C_CH7006 is not set
  34. # CONFIG_DRM_I2C_SIL164 is not set
  35. # CONFIG_INTEL_MENLOW is not set
  36. # CONFIG_INTEL_IPS is not set
  37. # CONFIG_INTEL_TXT is not set
  38. # CONFIG_CRYPTO_CRC32C_INTEL is not set
  39. # CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL is not set
  40. # CONFIG_CRYPTO_AES_NI_INTEL is not set
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement