From 607c85465dc1115a0b86ff1168db8c5f670e40a7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 11 Dec 2014 14:49:49 -0600 Subject: pc386: Add BSP_ENABLE_VGA BSP option This allows the VGA and keyboard console to be completely disabled. It is useful on PCs without displays and prevents a very slow boot time on the Intel Edison. --- c/src/lib/libbsp/i386/pc386/configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c/src/lib/libbsp/i386/pc386/configure.ac') diff --git a/c/src/lib/libbsp/i386/pc386/configure.ac b/c/src/lib/libbsp/i386/pc386/configure.ac index ec976b4ff6..bdedb0c52f 100644 --- a/c/src/lib/libbsp/i386/pc386/configure.ac +++ b/c/src/lib/libbsp/i386/pc386/configure.ac @@ -17,6 +17,11 @@ RTEMS_PROG_CCAS RTEMS_CHECK_NETWORKING RTEMS_CHECK_SMP +RTEMS_BSPOPTS_SET([BSP_ENABLE_VGA],[*],[1]) +RTEMS_BSPOPTS_HELP([BSP_ENABLE_VGA], +[Set if the VGA and keyboard console support is enabled.]) +AM_CONDITIONAL(RTEMS_VGA,[test "$BSP_ENABLE_VGA" = "1"]) + RTEMS_BSPOPTS_SET([USE_COM1_AS_CONSOLE],[*],[0]) RTEMS_BSPOPTS_HELP([USE_COM1_AS_CONSOLE], [Determines, whether the console will be associated with the standard -- cgit v1.2.3