summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@intel.com>2016-03-19 22:43:30 +0200
committerBruce J Beare <bruce.j.beare@intel.com>2016-04-01 16:12:57 +0000
commit50f29b89bdaad1c02f45e4e134568e450949c94b (patch)
treef89219d7f0403137923063841f955849dbf7f095
parent51057d81f7f55615bd9d74b2c0bb60e8606197cf (diff)
downloadminnowboard-50f29b89bdaad1c02f45e4e134568e450949c94b.tar.gz
Enable multiple consoles
With a single boot image, the developer can use either the hdmi/keyboard or the serial console. Output to both, input from either. Bug: none Change-Id: I53e77e260e641206df75d4bbc59838465469359a Tracked-On: https://jira01.devtools.intel.com/browse/BP-289 Signed-off-by: Viorel Suman <viorel.suman@intel.com>
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 24cd433..017c70e 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -29,6 +29,8 @@ $(call add_peripheral, intel, light/mraa)
$(call add_peripheral, intel, audio/generic/usb)
# Add sensor support
$(call add_peripheral, intel, sensors/mraa)
+# Add framebuffer console support
+$(call add_peripheral, intel, console/framebuffer)
# Add serial console support
$(call add_peripheral, intel, console/serial)