summaryrefslogtreecommitdiffstats
path: root/baseconfig/arm/arm64
diff options
context:
space:
mode:
authorLaura Abbott <labbott@fedoraproject.org>2016-12-02 14:18:11 -0800
committerLaura Abbott <labbott@fedoraproject.org>2016-12-22 14:11:05 -0800
commita20ad4f4fd68300449af16c2e3627703951bb83c (patch)
tree15394e927c4c19ec48a6a2d50affbe9a4349aa05 /baseconfig/arm/arm64
parentb77b08c9c4895b5e9fbe6bc991c7d4d23368ee6b (diff)
downloadkernel-a20ad4f4fd68300449af16c2e3627703951bb83c.tar.gz
kernel-a20ad4f4fd68300449af16c2e3627703951bb83c.tar.xz
kernel-a20ad4f4fd68300449af16c2e3627703951bb83c.zip
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 <floresmigu3l@gmail.com>
Diffstat (limited to 'baseconfig/arm/arm64')
-rw-r--r--baseconfig/arm/arm64/CONFIG_ACPI_HED2
-rw-r--r--baseconfig/arm/arm64/CONFIG_ACPI_IPMI2
-rw-r--r--baseconfig/arm/arm64/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND1
-rw-r--r--baseconfig/arm/arm64/CONFIG_FB_MODE_HELPERS1
-rw-r--r--baseconfig/arm/arm64/CONFIG_GPIO_PCA953X1
-rw-r--r--baseconfig/arm/arm64/CONFIG_HAVE_64BIT_ALIGNED_ACCESS1
-rw-r--r--baseconfig/arm/arm64/CONFIG_HZ_1001
-rw-r--r--baseconfig/arm/arm64/CONFIG_HZ_10001
8 files changed, 7 insertions, 3 deletions
diff --git a/baseconfig/arm/arm64/CONFIG_ACPI_HED b/baseconfig/arm/arm64/CONFIG_ACPI_HED
index c279f21c4..06042df5a 100644
--- a/baseconfig/arm/arm64/CONFIG_ACPI_HED
+++ b/baseconfig/arm/arm64/CONFIG_ACPI_HED
@@ -1 +1 @@
-CONFIG_ACPI_HED=m
+CONFIG_ACPI_HED=y
diff --git a/baseconfig/arm/arm64/CONFIG_ACPI_IPMI b/baseconfig/arm/arm64/CONFIG_ACPI_IPMI
index 760c89015..e40fb9aea 100644
--- a/baseconfig/arm/arm64/CONFIG_ACPI_IPMI
+++ b/baseconfig/arm/arm64/CONFIG_ACPI_IPMI
@@ -1 +1 @@
-CONFIG_ACPI_IPMI=y
+CONFIG_ACPI_IPMI=m
diff --git a/baseconfig/arm/arm64/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND b/baseconfig/arm/arm64/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND
new file mode 100644
index 000000000..ca7663b83
--- /dev/null
+++ b/baseconfig/arm/arm64/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND
@@ -0,0 +1 @@
+CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
diff --git a/baseconfig/arm/arm64/CONFIG_FB_MODE_HELPERS b/baseconfig/arm/arm64/CONFIG_FB_MODE_HELPERS
new file mode 100644
index 000000000..84f515748
--- /dev/null
+++ b/baseconfig/arm/arm64/CONFIG_FB_MODE_HELPERS
@@ -0,0 +1 @@
+CONFIG_FB_MODE_HELPERS=y
diff --git a/baseconfig/arm/arm64/CONFIG_GPIO_PCA953X b/baseconfig/arm/arm64/CONFIG_GPIO_PCA953X
new file mode 100644
index 000000000..15f1c9373
--- /dev/null
+++ b/baseconfig/arm/arm64/CONFIG_GPIO_PCA953X
@@ -0,0 +1 @@
+CONFIG_GPIO_PCA953X=m
diff --git a/baseconfig/arm/arm64/CONFIG_HAVE_64BIT_ALIGNED_ACCESS b/baseconfig/arm/arm64/CONFIG_HAVE_64BIT_ALIGNED_ACCESS
deleted file mode 100644
index a1053d2fd..000000000
--- a/baseconfig/arm/arm64/CONFIG_HAVE_64BIT_ALIGNED_ACCESS
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_HAVE_64BIT_ALIGNED_ACCESS=y
diff --git a/baseconfig/arm/arm64/CONFIG_HZ_100 b/baseconfig/arm/arm64/CONFIG_HZ_100
new file mode 100644
index 000000000..11bd2afa2
--- /dev/null
+++ b/baseconfig/arm/arm64/CONFIG_HZ_100
@@ -0,0 +1 @@
+CONFIG_HZ_100=y
diff --git a/baseconfig/arm/arm64/CONFIG_HZ_1000 b/baseconfig/arm/arm64/CONFIG_HZ_1000
new file mode 100644
index 000000000..c211724d6
--- /dev/null
+++ b/baseconfig/arm/arm64/CONFIG_HZ_1000
@@ -0,0 +1 @@
+# CONFIG_HZ_1000 is not set