diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-11-24 15:57:52 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-11-30 23:03:08 +0100 |
commit | a0910d72afc69b25703f7be9bf7d13f18937a478 (patch) | |
tree | deeea4a0d40fba5108fbeb1cbfc98289b3593bab /arch/arm/configs/multi_v7_defconfig | |
parent | b32c9b89ad7495e0b7327bf1815efa6849855604 (diff) | |
download | blackbird-op-linux-a0910d72afc69b25703f7be9bf7d13f18937a478.tar.gz blackbird-op-linux-a0910d72afc69b25703f7be9bf7d13f18937a478.zip |
ARM: defconfig: drop GPIO_SYSFS on multiplatforms
The sysfs ABI to GPIO is marked obsolete and should not be
encouraged. Users should be encouraged to switch to using the
character device.
Let's begin by removing it from the multi defconfigs. Then
as time goes by I can aggressively remove it from other
defconfigs.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index de3707269a34..06fdc88bb4bb 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -410,7 +410,6 @@ CONFIG_PINCTRL_MSM8X74=y CONFIG_PINCTRL_MSM8916=y CONFIG_PINCTRL_QCOM_SPMI_PMIC=y CONFIG_PINCTRL_QCOM_SSBI_PMIC=y -CONFIG_GPIO_SYSFS=y CONFIG_GPIO_GENERIC_PLATFORM=y CONFIG_GPIO_DAVINCI=y CONFIG_GPIO_DWAPB=y |