Re-enable GPIO_SYSFS for mvebu64 (#2127)

In PR #869 / commit 674cd23c GPIO_SYSFS was enabled, but somehow,
probably when branches were shuffled (150ac0c) it was enabled. Anyhow, I
needed GPIO on my Espressobin so I enabled it for -current and -dev.

Signed-off-by: Jorik Jonker <jorik@kippendief.biz>
This commit is contained in:
Jorik Jonker 2020-08-04 16:16:19 +02:00 committed by GitHub
parent 0c46b4c1d2
commit cfc79c148c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3522,7 +3522,7 @@ CONFIG_OF_GPIO=y
CONFIG_GPIO_ACPI=y
CONFIG_GPIOLIB_IRQCHIP=y
# CONFIG_DEBUG_GPIO is not set
# CONFIG_GPIO_SYSFS is not set
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_GENERIC=y
#

View File

@ -3556,7 +3556,7 @@ CONFIG_OF_GPIO=y
CONFIG_GPIO_ACPI=y
CONFIG_GPIOLIB_IRQCHIP=y
# CONFIG_DEBUG_GPIO is not set
# CONFIG_GPIO_SYSFS is not set
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_GENERIC=y
#