summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2017-08-22 11:22:25 +0100
committerPeter Robinson <pbrobinson@gmail.com>2017-08-22 11:22:25 +0100
commit778a4470eb3f6f9428c8126c7a0ed1c374e45d5c (patch)
tree9916f01f0147245806c5ba82da4ecedb78ba03d0
parent19f2b71f7f1a81cf140c50650bb83e33a0019f77 (diff)
downloadkernel-778a4470eb3f6f9428c8126c7a0ed1c374e45d5c.tar.gz
kernel-778a4470eb3f6f9428c8126c7a0ed1c374e45d5c.tar.xz
kernel-778a4470eb3f6f9428c8126c7a0ed1c374e45d5c.zip
Only enable GPIO_IT87 on x86, it's not used on other arches
-rw-r--r--baseconfig/CONFIG_GPIO_IT872
-rw-r--r--baseconfig/x86/CONFIG_GPIO_IT871
-rw-r--r--kernel-aarch64-debug.config2
-rw-r--r--kernel-aarch64.config2
-rw-r--r--kernel-armv7hl-debug.config2
-rw-r--r--kernel-armv7hl-lpae-debug.config2
-rw-r--r--kernel-armv7hl-lpae.config2
-rw-r--r--kernel-armv7hl.config2
-rw-r--r--kernel-ppc64-debug.config2
-rw-r--r--kernel-ppc64.config2
-rw-r--r--kernel-ppc64le-debug.config2
-rw-r--r--kernel-ppc64le.config2
-rw-r--r--kernel-ppc64p7-debug.config2
-rw-r--r--kernel-ppc64p7.config2
-rw-r--r--kernel-s390x-debug.config2
-rw-r--r--kernel-s390x.config2
16 files changed, 16 insertions, 15 deletions
diff --git a/baseconfig/CONFIG_GPIO_IT87 b/baseconfig/CONFIG_GPIO_IT87
index 00746d711..aaeb504ac 100644
--- a/baseconfig/CONFIG_GPIO_IT87
+++ b/baseconfig/CONFIG_GPIO_IT87
@@ -1 +1 @@
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
diff --git a/baseconfig/x86/CONFIG_GPIO_IT87 b/baseconfig/x86/CONFIG_GPIO_IT87
new file mode 100644
index 000000000..00746d711
--- /dev/null
+++ b/baseconfig/x86/CONFIG_GPIO_IT87
@@ -0,0 +1 @@
+CONFIG_GPIO_IT87=m
diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config
index cb02b0050..525cce29d 100644
--- a/kernel-aarch64-debug.config
+++ b/kernel-aarch64-debug.config
@@ -1732,7 +1732,7 @@ CONFIG_GPIO_EXAR=m
CONFIG_GPIO_GENERIC_PLATFORM=y
CONFIG_GPIO_GENERIC=y
# CONFIG_GPIO_GRGPIO is not set
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
CONFIG_GPIOLIB=y
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX7301 is not set
diff --git a/kernel-aarch64.config b/kernel-aarch64.config
index 3f229fdc4..eaf600cf9 100644
--- a/kernel-aarch64.config
+++ b/kernel-aarch64.config
@@ -1715,7 +1715,7 @@ CONFIG_GPIO_EXAR=m
CONFIG_GPIO_GENERIC_PLATFORM=y
CONFIG_GPIO_GENERIC=y
# CONFIG_GPIO_GRGPIO is not set
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
CONFIG_GPIOLIB=y
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX7301 is not set
diff --git a/kernel-armv7hl-debug.config b/kernel-armv7hl-debug.config
index 30c2c8bd3..4bfa3935a 100644
--- a/kernel-armv7hl-debug.config
+++ b/kernel-armv7hl-debug.config
@@ -1859,7 +1859,7 @@ CONFIG_GPIO_EXAR=m
CONFIG_GPIO_GENERIC_PLATFORM=y
CONFIG_GPIO_GENERIC=y
# CONFIG_GPIO_GRGPIO is not set
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
CONFIG_GPIOLIB=y
# CONFIG_GPIO_MAX7300 is not set
CONFIG_GPIO_MAX7301=m
diff --git a/kernel-armv7hl-lpae-debug.config b/kernel-armv7hl-lpae-debug.config
index 354c72115..da3311cdb 100644
--- a/kernel-armv7hl-lpae-debug.config
+++ b/kernel-armv7hl-lpae-debug.config
@@ -1764,7 +1764,7 @@ CONFIG_GPIO_EXAR=m
CONFIG_GPIO_GENERIC_PLATFORM=y
CONFIG_GPIO_GENERIC=y
# CONFIG_GPIO_GRGPIO is not set
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
CONFIG_GPIOLIB=y
# CONFIG_GPIO_MAX7300 is not set
CONFIG_GPIO_MAX7301=m
diff --git a/kernel-armv7hl-lpae.config b/kernel-armv7hl-lpae.config
index 1b7010fab..80d177db7 100644
--- a/kernel-armv7hl-lpae.config
+++ b/kernel-armv7hl-lpae.config
@@ -1747,7 +1747,7 @@ CONFIG_GPIO_EXAR=m
CONFIG_GPIO_GENERIC_PLATFORM=y
CONFIG_GPIO_GENERIC=y
# CONFIG_GPIO_GRGPIO is not set
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
CONFIG_GPIOLIB=y
# CONFIG_GPIO_MAX7300 is not set
CONFIG_GPIO_MAX7301=m
diff --git a/kernel-armv7hl.config b/kernel-armv7hl.config
index cdd2037c3..08a183a5f 100644
--- a/kernel-armv7hl.config
+++ b/kernel-armv7hl.config
@@ -1842,7 +1842,7 @@ CONFIG_GPIO_EXAR=m
CONFIG_GPIO_GENERIC_PLATFORM=y
CONFIG_GPIO_GENERIC=y
# CONFIG_GPIO_GRGPIO is not set
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
CONFIG_GPIOLIB=y
# CONFIG_GPIO_MAX7300 is not set
CONFIG_GPIO_MAX7301=m
diff --git a/kernel-ppc64-debug.config b/kernel-ppc64-debug.config
index 5fa9f4f28..c17813d6b 100644
--- a/kernel-ppc64-debug.config
+++ b/kernel-ppc64-debug.config
@@ -1533,7 +1533,7 @@ CONFIG_GPIO_EXAR=m
# CONFIG_GPIO_FTGPIO010 is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_GRGPIO is not set
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
CONFIG_GPIOLIB=y
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX7301 is not set
diff --git a/kernel-ppc64.config b/kernel-ppc64.config
index 2041e0d48..d368edd1f 100644
--- a/kernel-ppc64.config
+++ b/kernel-ppc64.config
@@ -1515,7 +1515,7 @@ CONFIG_GPIO_EXAR=m
# CONFIG_GPIO_FTGPIO010 is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_GRGPIO is not set
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
CONFIG_GPIOLIB=y
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX7301 is not set
diff --git a/kernel-ppc64le-debug.config b/kernel-ppc64le-debug.config
index de961892a..c76b90fb2 100644
--- a/kernel-ppc64le-debug.config
+++ b/kernel-ppc64le-debug.config
@@ -1487,7 +1487,7 @@ CONFIG_GPIO_EXAR=m
# CONFIG_GPIO_FTGPIO010 is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_GRGPIO is not set
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
CONFIG_GPIOLIB=y
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX7301 is not set
diff --git a/kernel-ppc64le.config b/kernel-ppc64le.config
index 9afd9305d..de68e7c9d 100644
--- a/kernel-ppc64le.config
+++ b/kernel-ppc64le.config
@@ -1469,7 +1469,7 @@ CONFIG_GPIO_EXAR=m
# CONFIG_GPIO_FTGPIO010 is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_GRGPIO is not set
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
CONFIG_GPIOLIB=y
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX7301 is not set
diff --git a/kernel-ppc64p7-debug.config b/kernel-ppc64p7-debug.config
index 743ed6247..0ae90d5fe 100644
--- a/kernel-ppc64p7-debug.config
+++ b/kernel-ppc64p7-debug.config
@@ -1486,7 +1486,7 @@ CONFIG_GPIO_EXAR=m
# CONFIG_GPIO_FTGPIO010 is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_GRGPIO is not set
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
CONFIG_GPIOLIB=y
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX7301 is not set
diff --git a/kernel-ppc64p7.config b/kernel-ppc64p7.config
index 5b41e7d85..0c2a27ff0 100644
--- a/kernel-ppc64p7.config
+++ b/kernel-ppc64p7.config
@@ -1468,7 +1468,7 @@ CONFIG_GPIO_EXAR=m
# CONFIG_GPIO_FTGPIO010 is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_GRGPIO is not set
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
CONFIG_GPIOLIB=y
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX7301 is not set
diff --git a/kernel-s390x-debug.config b/kernel-s390x-debug.config
index 76d606eb0..25977b5f7 100644
--- a/kernel-s390x-debug.config
+++ b/kernel-s390x-debug.config
@@ -1457,7 +1457,7 @@ CONFIG_GPIO_EXAR=m
# CONFIG_GPIO_FTGPIO010 is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_GRGPIO is not set
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
# CONFIG_GPIOLIB is not set
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX7301 is not set
diff --git a/kernel-s390x.config b/kernel-s390x.config
index d70d86ffd..7f0886fc8 100644
--- a/kernel-s390x.config
+++ b/kernel-s390x.config
@@ -1439,7 +1439,7 @@ CONFIG_GPIO_EXAR=m
# CONFIG_GPIO_FTGPIO010 is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_GRGPIO is not set
-CONFIG_GPIO_IT87=m
+# CONFIG_GPIO_IT87 is not set
# CONFIG_GPIOLIB is not set
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX7301 is not set