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:50 +0100 |
commit | a8b76d9917f5d2a9f802393e943c3b8bb3067fd5 (patch) | |
tree | e4ddeeb6b27c849cc2ad479d2af5c52a4c5a9994 /arch/arm64/configs | |
parent | Merge tag 'arm-soc/for-4.10/defconfig-arm64' of http://github.com/Broadcom/st... (diff) | |
download | linux-a8b76d9917f5d2a9f802393e943c3b8bb3067fd5.tar.xz linux-a8b76d9917f5d2a9f802393e943c3b8bb3067fd5.zip |
arm64: 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.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 19b5a2d4bffb..6e78fb9ec4db 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -265,7 +265,6 @@ CONFIG_PINCTRL_MSM8994=y CONFIG_PINCTRL_MSM8996=y CONFIG_PINCTRL_QDF2XXX=y CONFIG_PINCTRL_QCOM_SPMI_PMIC=y -CONFIG_GPIO_SYSFS=y CONFIG_GPIO_DWAPB=y CONFIG_GPIO_PL061=y CONFIG_GPIO_RCAR=y |