summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/RPI-B
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/conf/RPI-B')
-rw-r--r--sys/arm/conf/RPI-B18
1 files changed, 11 insertions, 7 deletions
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index 9025668..7e7d3ac 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -44,7 +44,8 @@ options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big directories
device snp
-#options NFSCL #Network Filesystem Client
+options NFSCL #Network Filesystem Client
+
#options NFS_ROOT #NFS usable as /, requires NFSCLIENT
#options BOOTP_NFSROOT
#options BOOTP_COMPAT
@@ -73,17 +74,20 @@ device pl011
device pty
-# NOTE: serial console will be disabled if syscons enabled
-# Uncomment following lines for framebuffer/syscons support
-# device sc
-# device kbdmux
-# options SC_DFLT_FONT # compile font in
-# makeoptions SC_DFLT_FONT=cp437
+# Comment following lines for boot console on serial port
+device sc
+device kbdmux
+options SC_DFLT_FONT # compile font in
+makeoptions SC_DFLT_FONT=cp437
+device ukbd
device sdhci
device mmc
device mmcsd
+device gpio
+device gpioled
+
options KDB
options DDB #Enable the kernel debugger
options INVARIANTS #Enable calls of extra sanity checking
OpenPOWER on IntegriCloud