From: "Komal Shah" <komal_shah802003@yahoo.com>
To: linux-omap-open-source@linux.omap.com
Subject: [PATCH] ARM: OMAP: Make McBSP KConfigurable.
Date: Tue, 13 Jun 2006 04:01:19 -0700 [thread overview]
Message-ID: <1150196479.25232.263691468@webmail.messagingengine.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 288 bytes --]
Please take the rebased patch, some boards do not use McBSP :)
Earlier pending version:
http://linux.omap.com/pipermail/linux-omap-open-source/2006-May/007184.html
--
http://www.fastmail.fm - Faster than the air-speed velocity of an
unladen european swallow
[-- Attachment #2: 0001-ARM-OMAP-Make-McBSP-KConfigurable.patch --]
[-- Type: application/octet-stream, Size: 1642 bytes --]
From nobody Mon Sep 17 00:00:00 2001
From: Komal Shah <komal_shah802003@yahoo.com>
Date: Tue, 13 Jun 2006 21:57:04 +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(-)
a8b22ffbd479ade9bfcd5fcad6b1bb9d3b80cda5
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index 8acdeb7..0cfa2a3 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -101,6 +101,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.3
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
next reply other threads:[~2006-06-13 11:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-13 11:01 Komal Shah [this message]
2006-06-13 11:17 ` [PATCH] ARM: OMAP: Make McBSP KConfigurable Jonathan McDowell
2006-06-13 12:20 ` Komal Shah
-- strict thread matches above, loose matches on Subject: below --
2006-06-13 15:17 Komal Shah
2006-08-11 10:11 ` Tony Lindgren
2006-05-17 10:30 Komal Shah
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=1150196479.25232.263691468@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.