projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5629937
)
ARM: mxs_defconfig: Change CONFIG_RTC_CLASS 'm' to 'y'
author
Shawn Guo
<shawn.guo@linaro.org>
Wed, 25 May 2011 13:55:38 +0000
(21:55 +0800)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Thu, 7 Jul 2011 06:44:58 +0000
(08:44 +0200)
The patch fixes the warning below.
arch/arm/configs/mxs_defconfig:92:warning: symbol value 'm' invalid for RTC_CLASS
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/configs/mxs_defconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/configs/mxs_defconfig
b/arch/arm/configs/mxs_defconfig
index 2bf224310fb4d96df2a6a72c2828ce6caee13d7c..5a6ff7c605df1d60e6b1a0ac1844b2ede89a2a01 100644
(file)
--- a/
arch/arm/configs/mxs_defconfig
+++ b/
arch/arm/configs/mxs_defconfig
@@
-89,7
+89,7
@@
CONFIG_DISPLAY_SUPPORT=m
# CONFIG_USB_SUPPORT is not set
CONFIG_MMC=y
CONFIG_MMC_MXS=y
-CONFIG_RTC_CLASS=
m
+CONFIG_RTC_CLASS=
y
CONFIG_RTC_DRV_DS1307=m
CONFIG_DMADEVICES=y
CONFIG_MXS_DMA=y