diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2019-02-06 13:42:56 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-02-17 19:22:39 +0100 |
commit | e711fd48be0830d5acdecb75768d93c32940aff9 (patch) | |
tree | 8c507ee46e3b1e19063fa20f9a05c7ee513ca246 /target/linux | |
parent | 2f239c02a031afdfbfa83201d3d8890671fe6932 (diff) | |
download | upstream-e711fd48be0830d5acdecb75768d93c32940aff9.tar.gz upstream-e711fd48be0830d5acdecb75768d93c32940aff9.tar.bz2 upstream-e711fd48be0830d5acdecb75768d93c32940aff9.zip |
x86: video: disable buildtin amdgpu DRM driver
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86/64/config-4.14 | 2 | ||||
-rw-r--r-- | target/linux/x86/64/config-4.19 | 2 | ||||
-rw-r--r-- | target/linux/x86/generic/config-4.14 | 2 | ||||
-rw-r--r-- | target/linux/x86/generic/config-4.19 | 3 |
4 files changed, 5 insertions, 4 deletions
diff --git a/target/linux/x86/64/config-4.14 b/target/linux/x86/64/config-4.14 index a1f4987647..2aad5acc09 100644 --- a/target/linux/x86/64/config-4.14 +++ b/target/linux/x86/64/config-4.14 @@ -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 diff --git a/target/linux/x86/64/config-4.19 b/target/linux/x86/64/config-4.19 index 72552a0041..28573bd5a7 100644 --- a/target/linux/x86/64/config-4.19 +++ b/target/linux/x86/64/config-4.19 @@ -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 diff --git a/target/linux/x86/generic/config-4.14 b/target/linux/x86/generic/config-4.14 index a054027512..92380f526d 100644 --- a/target/linux/x86/generic/config-4.14 +++ b/target/linux/x86/generic/config-4.14 @@ -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 diff --git a/target/linux/x86/generic/config-4.19 b/target/linux/x86/generic/config-4.19 index 4b4da7d9b7..e769835b73 100644 --- a/target/linux/x86/generic/config-4.19 +++ b/target/linux/x86/generic/config-4.19 @@ -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 |