From a20ad4f4fd68300449af16c2e3627703951bb83c Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Fri, 2 Dec 2016 14:18:11 -0800 Subject: Add script to check config generation The kernel configuration generation currently checks to make sure every option is defined with listnewconfig. It does not check that each option is the same as listnewconfig. This can lead to odd situations where the Fedora configuration does not match what's actually present in the generated config. Add a script to check for these kinds of changes. Based on work done by Miguel Flores Silverio --- baseconfig/CONFIG_DRM_MGAG200 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'baseconfig/CONFIG_DRM_MGAG200') diff --git a/baseconfig/CONFIG_DRM_MGAG200 b/baseconfig/CONFIG_DRM_MGAG200 index f7f992509..48b6c6106 100644 --- a/baseconfig/CONFIG_DRM_MGAG200 +++ b/baseconfig/CONFIG_DRM_MGAG200 @@ -1 +1 @@ -CONFIG_DRM_MGAG200=m # do not enable on f17 or older +CONFIG_DRM_MGAG200=m -- cgit