summaryrefslogtreecommitdiff
path: root/include/asm-ppc/global_data.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-08-21 14:27:57 (GMT)
committerStefan Roese <sr@denx.de>2007-08-21 14:27:57 (GMT)
commit3ad63878737a5a2b1e60825bf0a7d601d7a695e7 (patch)
treecfdd991815a7be20bb612a0f505833542a720bad /include/asm-ppc/global_data.h
parent537223afa61f64480df31ce440a9cb386df4a814 (diff)
downloadu-boot-3ad63878737a5a2b1e60825bf0a7d601d7a695e7.tar.xz
ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
This patch adds support for the matrix keyboard on the lwmon5 board. Since the implementation in the dsPCI is kind of compatible with the "old" lwmon board, most of the code is copied from the lwmon board directory. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/asm-ppc/global_data.h')
-rw-r--r--include/asm-ppc/global_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/global_data.h b/include/asm-ppc/global_data.h
index cd24636..a35013d 100644
--- a/include/asm-ppc/global_data.h
+++ b/include/asm-ppc/global_data.h
@@ -129,7 +129,7 @@ typedef struct global_data {
unsigned long do_mdm_init;
unsigned long be_quiet;
#endif
-#ifdef CONFIG_LWMON
+#if defined(CONFIG_LWMON) || defined(CONFIG_LWMON5)
unsigned long kbd_status;
#endif
void **jt; /* jump table */