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/arm/armv7/armv7/CONFIG_PL310_ERRATA_727915 | 1 + 1 file changed, 1 insertion(+) create mode 100644 baseconfig/arm/armv7/armv7/CONFIG_PL310_ERRATA_727915 (limited to 'baseconfig/arm/armv7/armv7/CONFIG_PL310_ERRATA_727915') diff --git a/baseconfig/arm/armv7/armv7/CONFIG_PL310_ERRATA_727915 b/baseconfig/arm/armv7/armv7/CONFIG_PL310_ERRATA_727915 new file mode 100644 index 000000000..4e4e5453f --- /dev/null +++ b/baseconfig/arm/armv7/armv7/CONFIG_PL310_ERRATA_727915 @@ -0,0 +1 @@ +CONFIG_PL310_ERRATA_727915=y -- cgit