From 14e0ef2a112a0ac782861f92031895bfb0ef446e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Tigeot?= Date: Fri, 10 Aug 2018 21:07:16 +0200 Subject: [PATCH] drm: Add CONFIG_PCI --- sys/conf/options | 1 + sys/config/LINT64 | 3 +++ sys/config/X86_64_GENERIC | 3 +++ 3 files changed, 7 insertions(+) diff --git a/sys/conf/options b/sys/conf/options index 257dca2748..983744c0f6 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -382,6 +382,7 @@ AGP_DEBUG opt_agp.h # DRM options DRM_DEBUG opt_drm.h VGA_SWITCHEROO opt_drm.h +CONFIG_PCI opt_global.h # DPT driver debug flags DPT_MEASURE_PERFORMANCE opt_dpt.h diff --git a/sys/config/LINT64 b/sys/config/LINT64 index dcfe465a49..43e41efe34 100644 --- a/sys/config/LINT64 +++ b/sys/config/LINT64 @@ -2269,3 +2269,6 @@ options WDOG_DISABLE_ON_PANIC # Automatically disable watchdogs on panic # LED device led options ERROR_LED_ON_PANIC # If an error led is present, light it up on panic + +# Linux / drm subsystem configuration options +options CONFIG_PCI diff --git a/sys/config/X86_64_GENERIC b/sys/config/X86_64_GENERIC index 3e47f54c4e..d5338ac538 100644 --- a/sys/config/X86_64_GENERIC +++ b/sys/config/X86_64_GENERIC @@ -335,3 +335,6 @@ device gpio_intel # GPIO support for Intel SoCs #device ichiic device smbus # Bus support, required for smb below. device smbacpi + +# Linux / drm subsystem configuration options +options CONFIG_PCI -- 2.41.0