From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Martin Date: Fri, 20 Apr 2012 16:57:33 -0700 Subject: [U-Boot] [PATCH v4 10/10] tegra: Enable keyboard for Seaboard In-Reply-To: <1334689297-13489-11-git-send-email-sjg@chromium.org> References: <1334689297-13489-1-git-send-email-sjg@chromium.org> <1334689297-13489-11-git-send-email-sjg@chromium.org> Message-ID: <20120420235733.GD738@nvidia.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Apr 17, 2012 at 12:01:37PM -0700, Simon Glass wrote: > This enables the standard keyboard on Seaboard. > > Signed-off-by: Simon Glass > --- > > include/configs/seaboard.h | 9 +++++++++ > 1 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h > index 3306622..1ee7e12 100644 > --- a/include/configs/seaboard.h > +++ b/include/configs/seaboard.h > @@ -114,4 +114,13 @@ > > /* Somewhat oddly, the NAND base address must be a config option */ > #define CONFIG_SYS_NAND_BASE TEGRA2_NAND_BASE > + > +/* Enable keyboard */ > +#define CONFIG_TEGRA2_KEYBOARD > +#define CONFIG_KEYBOARD > + > +#undef TEGRA2_DEVICE_SETTINGS > +#define TEGRA2_DEVICE_SETTINGS "stdin=serial,tegra-kbc\0" \ "usbkbd" would be nice for the springbank version of seaboard, although that requires CONFIG_USB_KEYBOARD and CONFIG_SYS_USB_EVENT_POLL as well, so maybe I should just post a separate patch. -Allen -- nvpublic