| Submitter | Vikram Narayanan |
|---|---|
| Date | July 11, 2012, 8:38 p.m. |
| Message ID | <4FFDE438.9020608@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/170510/ |
| State | Superseded |
| Delegated to: | Tom Rini |
| Headers | show |
Comments
Patch
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
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(-)