hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config BR2_PACKAGE_FRECON
   bool "frecon"
   depends on BR2_INSTALL_LIBSTDCPP
   depends on BR2_PACKAGE_HAS_UDEV
   select BR2_PACKAGE_LIBDRM
   select BR2_PACKAGE_LIBPNG
   select BR2_PACKAGE_LIBTSM
   help
     This is a terminal emulator that replaces the kernel Virtual
     Terminal (VT) console.  It uses the Kernel Mode Setting (KMS)
     support in the kernel.  It is similar to the kmscon project:
            https://www.freedesktop.org/wiki/Software/kmscon
 
if BR2_PACKAGE_FRECON
 
config BR2_PACKAGE_FRECON_USE_GETTY
   bool "use getty"
   default n if BR2_TARGET_SERIAL_SHELL_SH
 
endif