linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] ARM: mxs_defconfig: Add mx23evk and mx28evk build
  2011-05-25 13:55 ` [PATCH 2/2] ARM: mxs_defconfig: Add mx23evk and mx28evk build Shawn Guo
@ 2011-05-25 13:54   ` Wolfram Sang
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2011-05-25 13:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, May 25, 2011 at 09:55:39PM +0800, Shawn Guo wrote:
> The patch adds following configurations to enable build of mx23evk
> and mx28evk in defconfig.
> 
>   CONFIG_MACH_MX23EVK
>   CONFIG_MACH_MX28EVK
> 
> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

Ooops, sorry about forgetting them :(

Acked-by: Wolfram Sang <w.sang@pengutronix.de>

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20110525/dc00c1f5/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] ARM: mxs_defconfig: Change CONFIG_RTC_CLASS 'm' to 'y'
@ 2011-05-25 13:55 Shawn Guo
  2011-05-25 13:55 ` [PATCH 2/2] ARM: mxs_defconfig: Add mx23evk and mx28evk build Shawn Guo
  0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2011-05-25 13:55 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 arch/arm/configs/mxs_defconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig
index 2bf2243..5a6ff7c 100644
--- 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
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] ARM: mxs_defconfig: Add mx23evk and mx28evk build
  2011-05-25 13:55 [PATCH 1/2] ARM: mxs_defconfig: Change CONFIG_RTC_CLASS 'm' to 'y' Shawn Guo
@ 2011-05-25 13:55 ` Shawn Guo
  2011-05-25 13:54   ` Wolfram Sang
  0 siblings, 1 reply; 3+ messages in thread
From: Shawn Guo @ 2011-05-25 13:55 UTC (permalink / raw)
  To: linux-arm-kernel

The patch adds following configurations to enable build of mx23evk
and mx28evk in defconfig.

  CONFIG_MACH_MX23EVK
  CONFIG_MACH_MX28EVK

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
 arch/arm/configs/mxs_defconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig
index 5a6ff7c..db2cb7d 100644
--- a/arch/arm/configs/mxs_defconfig
+++ b/arch/arm/configs/mxs_defconfig
@@ -22,6 +22,8 @@ CONFIG_BLK_DEV_INTEGRITY=y
 # CONFIG_IOSCHED_DEADLINE is not set
 # CONFIG_IOSCHED_CFQ is not set
 CONFIG_ARCH_MXS=y
+CONFIG_MACH_MX23EVK=y
+CONFIG_MACH_MX28EVK=y
 CONFIG_MACH_STMP378X_DEVB=y
 CONFIG_MACH_TX28=y
 # CONFIG_ARM_THUMB is not set
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-25 13:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-25 13:55 [PATCH 1/2] ARM: mxs_defconfig: Change CONFIG_RTC_CLASS 'm' to 'y' Shawn Guo
2011-05-25 13:55 ` [PATCH 2/2] ARM: mxs_defconfig: Add mx23evk and mx28evk build Shawn Guo
2011-05-25 13:54   ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).