diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-07-30 03:59:03 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 03:14:09 +0200 |
commit | 461cd47a65f5d8513a983ebd21ef7c23d4b4730f (patch) | |
tree | b3618c2f660fc15be399c2af921bb168bc4ebc69 /arch/arm/configs/ape6evm_defconfig | |
parent | ARM: shmobile: ape6evm: Enable gpio-keys in defconfig (diff) | |
download | linux-461cd47a65f5d8513a983ebd21ef7c23d4b4730f.tar.xz linux-461cd47a65f5d8513a983ebd21ef7c23d4b4730f.zip |
ARM: shmobile: ape6evm: Enable gpio-leds in defconfig
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/ape6evm_defconfig')
-rw-r--r-- | arch/arm/configs/ape6evm_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/ape6evm_defconfig b/arch/arm/configs/ape6evm_defconfig index e4359c7e305d..1ce39940795d 100644 --- a/arch/arm/configs/ape6evm_defconfig +++ b/arch/arm/configs/ape6evm_defconfig @@ -72,6 +72,9 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_GPIO=y # CONFIG_HID is not set # CONFIG_USB_SUPPORT is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y +CONFIG_LEDS_GPIO=y # CONFIG_IOMMU_SUPPORT is not set # CONFIG_DNOTIFY is not set CONFIG_TMPFS=y |