Re-enable GPIO_SYSFS for mvebu64 (#2127)
In PR #869 / commit674cd23cGPIO_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:
parent
0c46b4c1d2
commit
cfc79c148c
@ -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
|
||||
|
||||
#
|
||||
|
||||
@ -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
|
||||
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user