git: kernel/drm: Remove CONFIG_PCI as a kernel option.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Aug 11 13:39:34 PDT 2018


commit 5037afc72ab529d4d120c858e9e84cbb40acbbca
Author: Sascha Wildner <saw at online.de>
Date:   Sat Aug 11 22:39:07 2018 +0200

    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.

Summary of changes:
 sys/conf/options               | 1 -
 sys/config/LINT64              | 3 ---
 sys/config/X86_64_GENERIC      | 3 ---
 sys/dev/drm/include/drm/drmP.h | 2 ++
 4 files changed, 2 insertions(+), 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5037afc72ab529d4d120c858e9e84cbb40acbbca


-- 
DragonFly BSD source repository


More information about the Commits mailing list