mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2026-08-15 05:18:32 +00:00
With support for this board also come the following changes: - rework blobs handling to get past the 0 size bug - basic cpu "set up" in start.S - assembly memcpy - uart debugging
14 lines
270 B
Plaintext
14 lines
270 B
Plaintext
menu "Libraries"
|
|
config SIMPLE_FB
|
|
bool "Support for Simple Framebuffer"
|
|
default y
|
|
help
|
|
Say Y if you want to have Framebuffer output.
|
|
|
|
config UART_DEBUG
|
|
bool "Support for UART debugging"
|
|
default n
|
|
help
|
|
Say Y if you want to have UART output.
|
|
endmenu
|