diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-07-30 10:59:03 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-08-06 10:14:09 +0900 |
commit | 461cd47a65f5d8513a983ebd21ef7c23d4b4730f (patch) | |
tree | b3618c2f660fc15be399c2af921bb168bc4ebc69 | |
parent | ab4d2cd1c9543efdf7e9bf942c0199d199abf3e0 (diff) |
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>
-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 e4359c7e305..1ce39940795 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 |