DragonFlyBSD/src 5037afcsys/conf options, sys/config LINT64 X86_64_GENERIC

kernel/drm: Remove CONFIG_PCI as a kernel option.

The code does not link in the absence of it and neither do we expect
systems without PCI support configured, nor does it make sense for
DRM specific stuff in particular, so just set it unconditionally.

If anything, it could be tied to NPCI being >0 (to check if
"device pci" is in the kernel), but for that it would have to
actually build/link without CONFIG_PCI in the first place.
DeltaFile
+0-3sys/config/LINT64
+0-3sys/config/X86_64_GENERIC
+2-0sys/dev/drm/include/drm/drmP.h
+0-1sys/conf/options
+2-74 files

UnifiedSplitRaw