public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Vikram Narayanan <vikram186@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 2/2] rbpi: Add BCM2835 GPIO driver for raspberry pi
Date: Tue, 31 Jul 2012 23:20:12 +0530	[thread overview]
Message-ID: <50181AD4.8080404@gmail.com> (raw)
In-Reply-To: <50181A51.8040600@gmail.com>

Add the driver to the default config

Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
---
 include/configs/rpi_b.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h
index f547027..d4bbccc 100644
--- a/include/configs/rpi_b.h
+++ b/include/configs/rpi_b.h
@@ -43,7 +43,8 @@
 #define CONFIG_SYS_NO_FLASH
 
 /* Devices */
-/* None yet */
+/* GPIO */
+#define CONFIG_BCM2835_GPIO
 
 /* Console UART */
 #define CONFIG_PL011_SERIAL
-- 
1.7.4.1

  parent reply	other threads:[~2012-07-31 17:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-31 17:48 [U-Boot] [PATCH v3 0/2] Add GPIO driver for BCM2835 SoC Vikram Narayanan
2012-07-31 17:48 ` [U-Boot] [PATCH v3 1/2] gpio: bcm2835: Add GPIO driver Vikram Narayanan
2012-08-01  2:31   ` Vikram Narayanan
2012-08-01  4:22     ` Stephen Warren
2012-07-31 17:50 ` Vikram Narayanan [this message]
2012-08-01  4:15 ` [U-Boot] [PATCH v3 0/2] Add GPIO driver for BCM2835 SoC Stephen Warren

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=50181AD4.8080404@gmail.com \
    --to=vikram186@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox