mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
arm64: Add vt_efifb to GENERIC
We can now have efifb being setup correctly. Enjoy video output on some boards when you couldn't before. Tested-On: Pine64 Tested-On: Pine64-LTS Tested-On: Pinebook
This commit is contained in:
parent
c54fe25dcb
commit
b32c7d0cf5
1 changed files with 2 additions and 0 deletions
|
|
@ -233,6 +233,8 @@ device bcm2835_spi # Broadcom BCM283x SPI bus
|
|||
device vt
|
||||
device kbdmux
|
||||
|
||||
device vt_efifb
|
||||
|
||||
# Pseudo devices.
|
||||
device loop # Network loopback
|
||||
device random # Entropy device
|
||||
|
|
|
|||
Loading…
Reference in a new issue