kernel/drm: Move the CONFIG_* options to header files.
authorSascha Wildner <saw@online.de>
Sun, 29 Nov 2015 15:57:03 +0000 (16:57 +0100)
committerSascha Wildner <saw@online.de>
Sun, 29 Nov 2015 16:48:48 +0000 (17:48 +0100)
commit746d13f0aecf9d9ffe9b57f99e626d66db35c6e5
treeac9d4cca8eab7599f678437f92b4638e7a542349
parent40917bc671d6b7015f78fa6f30d66e3889635702
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.
sys/dev/drm/i915/Makefile
sys/dev/drm/i915/i915_drv.h
sys/dev/drm/radeon/Makefile