git: kernel/drm: Move the CONFIG_* options to header files.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Nov 29 08:49:06 PST 2015


commit 746d13f0aecf9d9ffe9b57f99e626d66db35c6e5
Author: Sascha Wildner <saw at online.de>
Date:   Sun Nov 29 16:57:03 2015 +0100

    kernel/drm: Move the CONFIG_* options to header files.
    
    i915_drv.h already had CONFIG_ACPI, so put the other options we
    currently define for i915 here too.
    
    radeon needs no additions since CONFIG_ACPI, the only option we
    define for it, is already in radeon.h
    
    Comparison of preprocessed files shows that this commit changes
    nothing except a few line numbers in warning/error message
    strings.

Summary of changes:
 sys/dev/drm/i915/Makefile   | 6 ------
 sys/dev/drm/i915/i915_drv.h | 6 +++++-
 sys/dev/drm/radeon/Makefile | 2 --
 3 files changed, 5 insertions(+), 9 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/746d13f0aecf9d9ffe9b57f99e626d66db35c6e5


-- 
DragonFly BSD source repository



More information about the Commits mailing list