x86: video: disable buildtin amdgpu DRM driver
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
parent
2f239c02a0
commit
e711fd48be
|
@ -113,7 +113,7 @@ CONFIG_CRYPTO_XTS=y
|
|||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
# CONFIG_DPTF_POWER is not set
|
||||
CONFIG_DRM=y
|
||||
CONFIG_DRM_AMDGPU=y
|
||||
# CONFIG_DRM_AMDGPU is not set
|
||||
# CONFIG_DRM_AMDGPU_CIK is not set
|
||||
# CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set
|
||||
# CONFIG_DRM_AMDGPU_SI is not set
|
||||
|
|
|
@ -121,7 +121,7 @@ CONFIG_CRYPTO_XTS=y
|
|||
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
|
||||
# CONFIG_DPTF_POWER is not set
|
||||
CONFIG_DRM=y
|
||||
CONFIG_DRM_AMDGPU=y
|
||||
# CONFIG_DRM_AMDGPU is not set
|
||||
# CONFIG_DRM_AMDGPU_CIK is not set
|
||||
# CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set
|
||||
# CONFIG_DRM_AMDGPU_SI is not set
|
||||
|
|
|
@ -64,7 +64,7 @@ CONFIG_CRYPTO_NULL2=y
|
|||
CONFIG_DMA_SHARED_BUFFER=y
|
||||
# CONFIG_DPTF_POWER is not set
|
||||
CONFIG_DRM=y
|
||||
CONFIG_DRM_AMDGPU=y
|
||||
# CONFIG_DRM_AMDGPU is not set
|
||||
# CONFIG_DRM_AMDGPU_CIK is not set
|
||||
# CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set
|
||||
# CONFIG_DRM_AMDGPU_SI is not set
|
||||
|
|
|
@ -72,7 +72,7 @@ CONFIG_CRYPTO_NULL2=y
|
|||
CONFIG_DMA_SHARED_BUFFER=y
|
||||
# CONFIG_DPTF_POWER is not set
|
||||
CONFIG_DRM=y
|
||||
CONFIG_DRM_AMDGPU=y
|
||||
# CONFIG_DRM_AMDGPU is not set
|
||||
# CONFIG_DRM_AMDGPU_CIK is not set
|
||||
# CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set
|
||||
# CONFIG_DRM_AMDGPU_SI is not set
|
||||
|
@ -84,6 +84,7 @@ CONFIG_DRM_BRIDGE=y
|
|||
# CONFIG_DRM_DEBUG_SELFTEST is not set
|
||||
CONFIG_DRM_FBDEV_EMULATION=y
|
||||
CONFIG_DRM_FBDEV_OVERALLOC=100
|
||||
# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set
|
||||
# CONFIG_DRM_GMA500 is not set
|
||||
# CONFIG_DRM_I2C_NXP_TDA9950 is not set
|
||||
CONFIG_DRM_I915=y
|
||||
|
|
Loading…
Reference in New Issue