Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Since we disabled the LCD and matrix ke...
details: https://anonhg.NetBSD.org/src/rev/740dc02a81d4
branches: trunk
changeset: 583604:740dc02a81d4
user: joff <joff%NetBSD.org@localhost>
date: Sun Aug 14 04:34:41 2005 +0000
description:
Since we disabled the LCD and matrix keypads in the default kernel, supply
this configuration which has them both enabled.
diffstat:
sys/arch/evbarm/conf/TS7200_LCD | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diffs (20 lines):
diff -r dcab843b5e4b -r 740dc02a81d4 sys/arch/evbarm/conf/TS7200_LCD
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/conf/TS7200_LCD Sun Aug 14 04:34:41 2005 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: TS7200_LCD,v 1.1 2005/08/14 04:34:41 joff Exp $
+#
+# TS7200_LCD - standard TS7200, but with a 2x24 LCD attached
+# to the LCD header and a 4x4 matrix keypad attached to the DIO
+# header.
+#
+
+include "arch/evbarm/conf/TS7200"
+
+# HD44780 LCD on LCD header
+tslcd* at tspld?
+wsdisplay* at tslcd? console ?
+
+# 4x4 Matrix Keypad on DIO header
+tskp* at tspld?
+wskbd* at tskp? console ? mux 1
Home |
Main Index |
Thread Index |
Old Index