From patchwork Sun Jun 24 17:22:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,2/2] rbpi: Add BCM2835 GPIO driver for raspberry pi Date: Sun, 24 Jun 2012 07:22:18 -0000 From: Vikram Narayanan X-Patchwork-Id: 166892 Message-Id: <4FE74CCA.2070600@gmail.com> To: u-boot@lists.denx.de Add the driver to the rpi_b's default config Signed-off-by: Vikram Narayanan Cc: Stephen Warren Cc: Albert Aribaud Acked-by: Stephen Warren --- include/configs/rpi_b.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h index f547027..fb45a18 100644 --- a/include/configs/rpi_b.h +++ b/include/configs/rpi_b.h @@ -43,7 +43,9 @@ #define CONFIG_SYS_NO_FLASH /* Devices */ -/* None yet */ +/* GPIO */ +#define CONFIG_BCM2835_GPIO + /* Console UART */ #define CONFIG_PL011_SERIAL