diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-02-23 16:06:55 +0800 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-02-28 09:28:44 +0100 |
commit | b03b2a7a2007e4122ec105b54580327d4126e000 (patch) | |
tree | 4935289510c520bd838de02faf9a0869aeb18bab /arch/arm/configs | |
parent | ddb95fdd25d38a53eb3d227cc1a21f997d3bef7d (diff) | |
download | linux-3.10-b03b2a7a2007e4122ec105b54580327d4126e000.tar.gz linux-3.10-b03b2a7a2007e4122ec105b54580327d4126e000.tar.bz2 linux-3.10-b03b2a7a2007e4122ec105b54580327d4126e000.zip |
ARM: mx51_defconfig: change CONFIG_LEDS_CLASS 'm' to 'y'
This patch is to fix the warning below.
arch/arm/configs/mx51_defconfig:113:warning: symbol value 'm' invalid for LEDS_CLASS
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/mx51_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/mx51_defconfig b/arch/arm/configs/mx51_defconfig index 9cba68cfa51..e3c903281f7 100644 --- a/arch/arm/configs/mx51_defconfig +++ b/arch/arm/configs/mx51_defconfig @@ -110,7 +110,7 @@ CONFIG_MMC=y CONFIG_MMC_BLOCK=m CONFIG_MMC_SDHCI=m CONFIG_NEW_LEDS=y -CONFIG_LEDS_CLASS=m +CONFIG_LEDS_CLASS=y CONFIG_RTC_CLASS=y CONFIG_RTC_INTF_DEV_UIE_EMUL=y CONFIG_EXT2_FS=y |