Ignore:
Timestamp:
08/20/03 13:36:43 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
23847bd3
Parents:
a0bbbddd
Message:

2003-08-20 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/mvme167/configure.ac

    ra0bbbddd rbd6ec28  
    3535[1 for using termios based console.])
    3636
     37RTEMS_BSPOPTS_SET([CONSOLE_MINOR],[*],[1])
     38RTEMS_BSPOPTS_HELP([CONSOLE_MINOR],
     39[Port to use for the RTEMS console.
     40      0 - /dev/tty0, Serial Port 1/Console on the MVME712M.
     41      1 - /dev/tty1, Serial Port 2/TTY01 on the MVME712M.
     42      2 - /dev/tty2, Serial Port 3 on the MVME712M.
     43      3 - /dev/tty3, Serial Port 4 on the MVME712M.])
     44
     45RTEMS_BSPOPTS_SET([PRINTK_MINOR],[*],[1])
     46RTEMS_BSPOPTS_HELP([PRINTK_MINOR],
     47[Port to use for printk debugging output.
     48      0 - /dev/tty0, Serial Port 1/Console on the MVME712M.
     49      1 - /dev/tty1, Serial Port 2/TTY01 on the MVME712M.
     50      2 - /dev/tty2, Serial Port 3 on the MVME712M.
     51      3 - /dev/tty3, Serial Port 4 on the MVME712M.])
     52
    3753# Explicitly list all Makefiles here
    3854AC_CONFIG_FILES([Makefile
Note: See TracChangeset for help on using the changeset viewer.