diff options
author | Thomas Petazzoni <[email protected]> | 2012-09-19 22:53:02 +0200 |
---|---|---|
committer | Jason Cooper <[email protected]> | 2012-09-22 14:51:41 +0000 |
commit | 3415b08fc69af283cb19883c32fc4c62c84c55d7 (patch) | |
tree | 9f49bde3ebc495625f9725d5cb1c72ed9fd9f6c8 | |
parent | 397d59f3b59e32236a0b74803d636c061d537aef (diff) |
arm: mvebu: add gpio support in defconfig
Signed-off-by: Thomas Petazzoni <[email protected]>
Cc: Jason Cooper <[email protected]>
Cc: Andrew Lunn <[email protected]>
Cc: Gregory Clement <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
-rw-r--r-- | arch/arm/configs/mvebu_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index 2e86b31c33cf..7bcf850eddcd 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig @@ -21,6 +21,8 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_OF_PLATFORM=y +CONFIG_GPIOLIB=y +CONFIG_GPIO_SYSFS=y CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y # CONFIG_EXT3_FS_XATTR is not set |