Files
retrobsd/tools/configsys/dev/console.dev
Serge Vakulenko 717ab59efd Switch to kconfig completely.
All configsys stuff moved to tools/configsys/ directory, not used anymore.
2015-09-07 22:22:35 -07:00

19 lines
305 B
Plaintext

always
file cons.o
end always
option led
define LED_TTY_PORT $TRIS(%1)
define LED_TTY_PIN $PIN(%1)
end option
option invled
define LED_TTY_PORT $TRIS(%1)
define LED_TTY_PIN $PIN(%1)
define LED_TTY_INVERT YES
end option
option device
define CONSOLE_DEVICE %1
end option