diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-02-23 03:06:55 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-02-28 03:28:44 -0500 |
commit | b03b2a7a2007e4122ec105b54580327d4126e000 (patch) | |
tree | 4935289510c520bd838de02faf9a0869aeb18bab | |
parent | ddb95fdd25d38a53eb3d227cc1a21f997d3bef7d (diff) |
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>
-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 9cba68cfa51a..e3c903281f70 100644 --- a/arch/arm/configs/mx51_defconfig +++ b/arch/arm/configs/mx51_defconfig | |||
@@ -110,7 +110,7 @@ CONFIG_MMC=y | |||
110 | CONFIG_MMC_BLOCK=m | 110 | CONFIG_MMC_BLOCK=m |
111 | CONFIG_MMC_SDHCI=m | 111 | CONFIG_MMC_SDHCI=m |
112 | CONFIG_NEW_LEDS=y | 112 | CONFIG_NEW_LEDS=y |
113 | CONFIG_LEDS_CLASS=m | 113 | CONFIG_LEDS_CLASS=y |
114 | CONFIG_RTC_CLASS=y | 114 | CONFIG_RTC_CLASS=y |
115 | CONFIG_RTC_INTF_DEV_UIE_EMUL=y | 115 | CONFIG_RTC_INTF_DEV_UIE_EMUL=y |
116 | CONFIG_EXT2_FS=y | 116 | CONFIG_EXT2_FS=y |