From: "Komal Shah" <komal_shah802003@yahoo.com>
To: linux-omap-open-source@linux.omap.com
Subject: [PATCH] ARM: OMAP: Make McBSP KConfigurable
Date: Wed, 17 May 2006 03:30:49 -0700 [thread overview]
Message-ID: <1147861849.30153.261638320@webmail.messagingengine.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 125 bytes --]
---Komal Shah
http://komalshah.blogspot.com
--
http://www.fastmail.fm - And now for something completely different
[-- Attachment #2: 0001-ARM-OMAP-Make-McBSP-KConfigurable.patch --]
[-- Type: application/octet-stream, Size: 1648 bytes --]
From nobody Mon Sep 17 00:00:00 2001
From: Komal Shah <komal_shah802003@yahoo.com>
Date: Wed, 17 May 2006 14:31:38 +0530
Subject: [PATCH] ARM: OMAP: Make McBSP KConfigurable.
Signed-off-by: Komal Shah <komal_shah802003@yahoo.com>
---
arch/arm/plat-omap/Kconfig | 7 +++++++
arch/arm/plat-omap/Makefile | 4 +++-
2 files changed, 10 insertions(+), 1 deletions(-)
44631281d9bbbe0bca23f1fdc0991f2711b6ca5b
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index 28ca5ad..f4cbf7f 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -102,6 +102,13 @@ config OMAP_STI_CONSOLE
help
This enables a console driver by way of STI/XTI.
+config OMAP_MCBSP
+ bool "McBSP support"
+ depends on ARCH_OMAP
+ help
+ Say Y here if you want support for the OMAP Multichannel
+ Buffered Serial Port.
+
choice
prompt "System timer"
default OMAP_MPU_TIMER
diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile
index 34ba8fd..fdfdecb 100644
--- a/arch/arm/plat-omap/Makefile
+++ b/arch/arm/plat-omap/Makefile
@@ -3,7 +3,7 @@ # Makefile for the linux kernel.
#
# Common support
-obj-y := common.o sram.o sram-fn.o clock.o devices.o dma.o mux.o gpio.o mcbsp.o usb.o fb.o
+obj-y := common.o sram.o sram-fn.o clock.o devices.o dma.o mux.o gpio.o usb.o fb.o
obj-m :=
obj-n :=
obj- :=
@@ -16,6 +16,8 @@ obj-$(CONFIG_ARCH_OMAP16XX) += ocpi.o
# STI support
obj-$(CONFIG_OMAP_STI) += sti/
+obj-$(CONFIG_OMAP_MCBSP) += mcbsp.o
+
obj-$(CONFIG_CPU_FREQ) += cpu-omap.o
obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
obj-$(CONFIG_OMAP_BOOT_REASON) += bootreason.o
--
1.3.2.gde1d
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
next reply other threads:[~2006-05-17 10:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-17 10:30 Komal Shah [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-06-13 11:01 [PATCH] ARM: OMAP: Make McBSP KConfigurable Komal Shah
2006-06-13 11:17 ` Jonathan McDowell
2006-06-13 12:20 ` Komal Shah
2006-06-13 15:17 Komal Shah
2006-08-11 10:11 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1147861849.30153.261638320@webmail.messagingengine.com \
--to=komal_shah802003@yahoo.com \
--cc=linux-omap-open-source@linux.omap.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.