x86: video: disable builtin radeon DRM driver
authorLucian Cristian <lucian.cristian@gmail.com>
Sun, 3 Feb 2019 16:57:30 +0000 (18:57 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 17 Feb 2019 18:22:39 +0000 (19:22 +0100)
builtin driver can't access the /lib/firmware while booting,
module driver will be able to read and load the firmware files

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
target/linux/x86/generic/config-4.14
target/linux/x86/generic/config-4.19

index 26458bb58dab41b95e98ba1e8988963e813d0e78..a05402751227f235eb9033824a7e65dd0a91fbab 100644 (file)
@@ -92,7 +92,7 @@ CONFIG_DRM_KMS_HELPER=y
 CONFIG_DRM_MIPI_DSI=y
 CONFIG_DRM_PANEL=y
 CONFIG_DRM_PANEL_BRIDGE=y
-CONFIG_DRM_RADEON=y
+# CONFIG_DRM_RADEON is not set
 # CONFIG_DRM_RADEON_USERPTR is not set
 CONFIG_DRM_TTM=y
 CONFIG_DRM_VIRTIO_GPU=y
index bd88340ade7a3c12d731d93a0cb486b610597525..4b4da7d9b70055e3267b90bcc1ad8dbc02927e2a 100644 (file)
@@ -105,7 +105,7 @@ CONFIG_DRM_MIPI_DSI=y
 CONFIG_DRM_PANEL=y
 CONFIG_DRM_PANEL_BRIDGE=y
 CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
-CONFIG_DRM_RADEON=y
+# CONFIG_DRM_RADEON is not set
 # CONFIG_DRM_RADEON_USERPTR is not set
 CONFIG_DRM_SCHED=y
 CONFIG_DRM_TTM=y