summaryrefslogtreecommitdiffstats
path: root/baseconfig/powerpc
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/powerpc
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/powerpc')
-rw-r--r--baseconfig/powerpc/CONFIG_ASYMMETRIC_KEY_TYPE2
-rw-r--r--baseconfig/powerpc/CONFIG_HIBERNATION2
-rw-r--r--baseconfig/powerpc/CONFIG_HOTPLUG_PCI_RPA_DLPAR2
-rw-r--r--baseconfig/powerpc/CONFIG_INPUT_MATRIXKMAP1
-rw-r--r--baseconfig/powerpc/CONFIG_MTD_OF_PARTS2
-rw-r--r--baseconfig/powerpc/CONFIG_SYNC_FILE1
-rw-r--r--baseconfig/powerpc/powerpc64/CONFIG_BLK_DEV_IDEPCI2
-rw-r--r--baseconfig/powerpc/powerpc64/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND1
-rw-r--r--baseconfig/powerpc/powerpc64/CONFIG_GENERIC_PHY1
-rw-r--r--baseconfig/powerpc/powerpc64/CONFIG_I2C_MUX1
-rw-r--r--baseconfig/powerpc/powerpc64/CONFIG_I2C_POWERMAC2
-rw-r--r--baseconfig/powerpc/powerpc64/CONFIG_MFD_CORE1
-rw-r--r--baseconfig/powerpc/powerpc64/CONFIG_SERIAL_CORE1
-rw-r--r--baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM1122
-rw-r--r--baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM1212
-rw-r--r--baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM722
-rw-r--r--baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM812
-rw-r--r--baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM912
-rw-r--r--baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_RM312
-rw-r--r--baseconfig/powerpc/powerpc64le/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND1
-rw-r--r--baseconfig/powerpc/powerpc64le/CONFIG_GENERIC_PHY1
-rw-r--r--baseconfig/powerpc/powerpc64le/CONFIG_I2C_MUX1
-rw-r--r--baseconfig/powerpc/powerpc64le/CONFIG_MFD_CORE1
-rw-r--r--baseconfig/powerpc/powerpc64le/CONFIG_SERIAL_CORE1
-rw-r--r--baseconfig/powerpc/powerpc64p7/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND1
-rw-r--r--baseconfig/powerpc/powerpc64p7/CONFIG_GENERIC_PHY1
-rw-r--r--baseconfig/powerpc/powerpc64p7/CONFIG_I2C_MUX1
-rw-r--r--baseconfig/powerpc/powerpc64p7/CONFIG_MFD_CORE1
-rw-r--r--baseconfig/powerpc/powerpc64p7/CONFIG_SERIAL_CORE1
29 files changed, 29 insertions, 12 deletions
diff --git a/baseconfig/powerpc/CONFIG_ASYMMETRIC_KEY_TYPE b/baseconfig/powerpc/CONFIG_ASYMMETRIC_KEY_TYPE
index f0f04df4c..c7d15a4b1 100644
--- a/baseconfig/powerpc/CONFIG_ASYMMETRIC_KEY_TYPE
+++ b/baseconfig/powerpc/CONFIG_ASYMMETRIC_KEY_TYPE
@@ -1 +1 @@
-# CONFIG_ASYMMETRIC_KEY_TYPE is not set
+CONFIG_ASYMMETRIC_KEY_TYPE=y
diff --git a/baseconfig/powerpc/CONFIG_HIBERNATION b/baseconfig/powerpc/CONFIG_HIBERNATION
index 1806414ff..6fed85f47 100644
--- a/baseconfig/powerpc/CONFIG_HIBERNATION
+++ b/baseconfig/powerpc/CONFIG_HIBERNATION
@@ -1 +1 @@
-CONFIG_HIBERNATION=n
+# CONFIG_HIBERNATION is not set
diff --git a/baseconfig/powerpc/CONFIG_HOTPLUG_PCI_RPA_DLPAR b/baseconfig/powerpc/CONFIG_HOTPLUG_PCI_RPA_DLPAR
index 70695ce4f..5cff41d05 100644
--- a/baseconfig/powerpc/CONFIG_HOTPLUG_PCI_RPA_DLPAR
+++ b/baseconfig/powerpc/CONFIG_HOTPLUG_PCI_RPA_DLPAR
@@ -1 +1 @@
-CONFIG_HOTPLUG_PCI_RPA_DLPAR=y
+CONFIG_HOTPLUG_PCI_RPA_DLPAR=m
diff --git a/baseconfig/powerpc/CONFIG_INPUT_MATRIXKMAP b/baseconfig/powerpc/CONFIG_INPUT_MATRIXKMAP
new file mode 100644
index 000000000..0f1b2f168
--- /dev/null
+++ b/baseconfig/powerpc/CONFIG_INPUT_MATRIXKMAP
@@ -0,0 +1 @@
+CONFIG_INPUT_MATRIXKMAP=m
diff --git a/baseconfig/powerpc/CONFIG_MTD_OF_PARTS b/baseconfig/powerpc/CONFIG_MTD_OF_PARTS
index a47013ae6..bddcc3b5e 100644
--- a/baseconfig/powerpc/CONFIG_MTD_OF_PARTS
+++ b/baseconfig/powerpc/CONFIG_MTD_OF_PARTS
@@ -1 +1 @@
-CONFIG_MTD_OF_PARTS=y
+CONFIG_MTD_OF_PARTS=m
diff --git a/baseconfig/powerpc/CONFIG_SYNC_FILE b/baseconfig/powerpc/CONFIG_SYNC_FILE
new file mode 100644
index 000000000..391ab547b
--- /dev/null
+++ b/baseconfig/powerpc/CONFIG_SYNC_FILE
@@ -0,0 +1 @@
+CONFIG_SYNC_FILE=y
diff --git a/baseconfig/powerpc/powerpc64/CONFIG_BLK_DEV_IDEPCI b/baseconfig/powerpc/powerpc64/CONFIG_BLK_DEV_IDEPCI
index d99f69217..97295204c 100644
--- a/baseconfig/powerpc/powerpc64/CONFIG_BLK_DEV_IDEPCI
+++ b/baseconfig/powerpc/powerpc64/CONFIG_BLK_DEV_IDEPCI
@@ -1 +1 @@
-# CONFIG_BLK_DEV_IDEPCI is not set
+CONFIG_BLK_DEV_IDEPCI=y
diff --git a/baseconfig/powerpc/powerpc64/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND b/baseconfig/powerpc/powerpc64/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND
new file mode 100644
index 000000000..ca7663b83
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND
@@ -0,0 +1 @@
+CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
diff --git a/baseconfig/powerpc/powerpc64/CONFIG_GENERIC_PHY b/baseconfig/powerpc/powerpc64/CONFIG_GENERIC_PHY
new file mode 100644
index 000000000..40cd1a4f5
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64/CONFIG_GENERIC_PHY
@@ -0,0 +1 @@
+CONFIG_GENERIC_PHY=y
diff --git a/baseconfig/powerpc/powerpc64/CONFIG_I2C_MUX b/baseconfig/powerpc/powerpc64/CONFIG_I2C_MUX
new file mode 100644
index 000000000..6982ed98a
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64/CONFIG_I2C_MUX
@@ -0,0 +1 @@
+CONFIG_I2C_MUX=m
diff --git a/baseconfig/powerpc/powerpc64/CONFIG_I2C_POWERMAC b/baseconfig/powerpc/powerpc64/CONFIG_I2C_POWERMAC
index 8ff24cc72..887766506 100644
--- a/baseconfig/powerpc/powerpc64/CONFIG_I2C_POWERMAC
+++ b/baseconfig/powerpc/powerpc64/CONFIG_I2C_POWERMAC
@@ -1 +1 @@
-CONFIG_I2C_POWERMAC=y
+CONFIG_I2C_POWERMAC=m
diff --git a/baseconfig/powerpc/powerpc64/CONFIG_MFD_CORE b/baseconfig/powerpc/powerpc64/CONFIG_MFD_CORE
new file mode 100644
index 000000000..c8855e8a0
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64/CONFIG_MFD_CORE
@@ -0,0 +1 @@
+CONFIG_MFD_CORE=m
diff --git a/baseconfig/powerpc/powerpc64/CONFIG_SERIAL_CORE b/baseconfig/powerpc/powerpc64/CONFIG_SERIAL_CORE
new file mode 100644
index 000000000..32ecde504
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64/CONFIG_SERIAL_CORE
@@ -0,0 +1 @@
+CONFIG_SERIAL_CORE=m
diff --git a/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM112 b/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM112
index 75c52b287..551e98801 100644
--- a/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM112
+++ b/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM112
@@ -1 +1 @@
-CONFIG_WINDFARM_PM112=y
+CONFIG_WINDFARM_PM112=m
diff --git a/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM121 b/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM121
index feb703c4a..e4f5cc6f9 100644
--- a/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM121
+++ b/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM121
@@ -1 +1 @@
-CONFIG_WINDFARM_PM121=y
+CONFIG_WINDFARM_PM121=m
diff --git a/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM72 b/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM72
index 20ab6522c..1715b2cc8 100644
--- a/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM72
+++ b/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM72
@@ -1 +1 @@
-CONFIG_WINDFARM_PM72=y
+CONFIG_WINDFARM_PM72=m
diff --git a/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM81 b/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM81
index ca0086843..2d8c1d1aa 100644
--- a/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM81
+++ b/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM81
@@ -1 +1 @@
-CONFIG_WINDFARM_PM81=y
+CONFIG_WINDFARM_PM81=m
diff --git a/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM91 b/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM91
index bcd689a7c..b78eaf20b 100644
--- a/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM91
+++ b/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_PM91
@@ -1 +1 @@
-CONFIG_WINDFARM_PM91=y
+CONFIG_WINDFARM_PM91=m
diff --git a/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_RM31 b/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_RM31
index 5446df44f..9ff3559f0 100644
--- a/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_RM31
+++ b/baseconfig/powerpc/powerpc64/CONFIG_WINDFARM_RM31
@@ -1 +1 @@
-CONFIG_WINDFARM_RM31=y
+CONFIG_WINDFARM_RM31=m
diff --git a/baseconfig/powerpc/powerpc64le/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND b/baseconfig/powerpc/powerpc64le/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND
new file mode 100644
index 000000000..ca7663b83
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64le/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND
@@ -0,0 +1 @@
+CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
diff --git a/baseconfig/powerpc/powerpc64le/CONFIG_GENERIC_PHY b/baseconfig/powerpc/powerpc64le/CONFIG_GENERIC_PHY
new file mode 100644
index 000000000..40cd1a4f5
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64le/CONFIG_GENERIC_PHY
@@ -0,0 +1 @@
+CONFIG_GENERIC_PHY=y
diff --git a/baseconfig/powerpc/powerpc64le/CONFIG_I2C_MUX b/baseconfig/powerpc/powerpc64le/CONFIG_I2C_MUX
new file mode 100644
index 000000000..6982ed98a
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64le/CONFIG_I2C_MUX
@@ -0,0 +1 @@
+CONFIG_I2C_MUX=m
diff --git a/baseconfig/powerpc/powerpc64le/CONFIG_MFD_CORE b/baseconfig/powerpc/powerpc64le/CONFIG_MFD_CORE
new file mode 100644
index 000000000..c8855e8a0
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64le/CONFIG_MFD_CORE
@@ -0,0 +1 @@
+CONFIG_MFD_CORE=m
diff --git a/baseconfig/powerpc/powerpc64le/CONFIG_SERIAL_CORE b/baseconfig/powerpc/powerpc64le/CONFIG_SERIAL_CORE
new file mode 100644
index 000000000..32ecde504
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64le/CONFIG_SERIAL_CORE
@@ -0,0 +1 @@
+CONFIG_SERIAL_CORE=m
diff --git a/baseconfig/powerpc/powerpc64p7/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND b/baseconfig/powerpc/powerpc64p7/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND
new file mode 100644
index 000000000..ca7663b83
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64p7/CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND
@@ -0,0 +1 @@
+CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=m
diff --git a/baseconfig/powerpc/powerpc64p7/CONFIG_GENERIC_PHY b/baseconfig/powerpc/powerpc64p7/CONFIG_GENERIC_PHY
new file mode 100644
index 000000000..40cd1a4f5
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64p7/CONFIG_GENERIC_PHY
@@ -0,0 +1 @@
+CONFIG_GENERIC_PHY=y
diff --git a/baseconfig/powerpc/powerpc64p7/CONFIG_I2C_MUX b/baseconfig/powerpc/powerpc64p7/CONFIG_I2C_MUX
new file mode 100644
index 000000000..6982ed98a
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64p7/CONFIG_I2C_MUX
@@ -0,0 +1 @@
+CONFIG_I2C_MUX=m
diff --git a/baseconfig/powerpc/powerpc64p7/CONFIG_MFD_CORE b/baseconfig/powerpc/powerpc64p7/CONFIG_MFD_CORE
new file mode 100644
index 000000000..c8855e8a0
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64p7/CONFIG_MFD_CORE
@@ -0,0 +1 @@
+CONFIG_MFD_CORE=m
diff --git a/baseconfig/powerpc/powerpc64p7/CONFIG_SERIAL_CORE b/baseconfig/powerpc/powerpc64p7/CONFIG_SERIAL_CORE
new file mode 100644
index 000000000..32ecde504
--- /dev/null
+++ b/baseconfig/powerpc/powerpc64p7/CONFIG_SERIAL_CORE
@@ -0,0 +1 @@
+CONFIG_SERIAL_CORE=m