diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2016-11-28 11:28:36 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2016-11-28 11:28:36 +0000 |
commit | f99e82fbd1bb7914f1e06b04953871066a7b748d (patch) | |
tree | 263ef437fdf2506d05bf07a7b6359a79efe071e8 | |
parent | 8b15f5aece3f4589aefe9e96b6ec6a0469e64b6a (diff) | |
download | kernel-f99e82fbd1bb7914f1e06b04953871066a7b748d.tar.gz kernel-f99e82fbd1bb7914f1e06b04953871066a7b748d.tar.xz kernel-f99e82fbd1bb7914f1e06b04953871066a7b748d.zip |
disable GPIO_SYSFS as it's obsolete http://www.spinics.net/lists/arm-kernel/msg545005.html
-rw-r--r-- | config-generic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-generic b/config-generic index 25a092de6..928bd6a3a 100644 --- a/config-generic +++ b/config-generic @@ -5873,7 +5873,7 @@ CONFIG_I2C_DESIGNWARE_PCI=m # CONFIG_DEBUG_GPIO is not set # CONFIG_W1_MASTER_GPIO is not set # CONFIG_LEDS_GPIO is not set -CONFIG_GPIO_SYSFS=y +# CONFIG_GPIO_SYSFS is not set # CONFIG_GPIO_MOCKUP is not set # CONFIG_GPIO_GENERIC_PLATFORM is not set # CONFIG_GPIO_MAX732X is not set |