Kconfig 420 B

1234567891011121314151617
  1. menuconfig RT_SERIAL_VIRTUAL
  2. bool "Virtual Serial in video"
  3. depends on RT_GRAPHIC_FB
  4. depends on RT_INPUT_KEYBOARD
  5. default n
  6. choice
  7. prompt "Rendering font(psf)"
  8. default RT_SERIAL_VIRTUAL_FONT_UNI2_FIXED16
  9. depends on RT_SERIAL_VIRTUAL
  10. config RT_SERIAL_VIRTUAL_FONT_UNI2_FIXED16
  11. bool "uni2 fixed16"
  12. config RT_SERIAL_VIRTUAL_FONT_UNI2_VGA16
  13. bool "uni2 vga16"
  14. endchoice