diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-08-22 11:22:25 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2017-08-22 11:22:25 +0100 |
commit | 778a4470eb3f6f9428c8126c7a0ed1c374e45d5c (patch) | |
tree | 9916f01f0147245806c5ba82da4ecedb78ba03d0 /kernel-ppc64-debug.config | |
parent | 19f2b71f7f1a81cf140c50650bb83e33a0019f77 (diff) | |
download | kernel-778a4470eb3f6f9428c8126c7a0ed1c374e45d5c.tar.gz kernel-778a4470eb3f6f9428c8126c7a0ed1c374e45d5c.tar.xz kernel-778a4470eb3f6f9428c8126c7a0ed1c374e45d5c.zip |
Only enable GPIO_IT87 on x86, it's not used on other arches
Diffstat (limited to 'kernel-ppc64-debug.config')
-rw-r--r-- | kernel-ppc64-debug.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |