aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/configs
diff options
context:
space:
mode:
authorWanlong Gao <wanlong.gao@gmail.com>2011-06-15 15:08:56 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-06-15 20:04:02 -0700
commitc7cbb02222eccb82bfd42696b01abceddae663f2 (patch)
tree6204f5c691c762ccddaa10a3928316d7a803dc3b /arch/blackfin/configs
parentdrivers/tty/serial/pch_uart.c: don't oops if dmi_get_system_info returns NULL (diff)
downloadlinux-dev-c7cbb02222eccb82bfd42696b01abceddae663f2.tar.xz
linux-dev-c7cbb02222eccb82bfd42696b01abceddae663f2.zip
rtc: fix build warnings in defconfigs
RTC_CLASS is changed to bool, so 'm' is invalid. Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com> Acked-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/blackfin/configs')
-rw-r--r--arch/blackfin/configs/CM-BF548_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/configs/CM-BF548_defconfig b/arch/blackfin/configs/CM-BF548_defconfig
index 31d954216c05..9f1d08401fca 100644
--- a/arch/blackfin/configs/CM-BF548_defconfig
+++ b/arch/blackfin/configs/CM-BF548_defconfig
@@ -112,7 +112,7 @@ CONFIG_USB_G_SERIAL=m
CONFIG_USB_G_PRINTER=m
CONFIG_MMC=m
CONFIG_SDH_BFIN=m
-CONFIG_RTC_CLASS=m
+CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_BFIN=m
CONFIG_EXT2_FS=m
# CONFIG_DNOTIFY is not set