Files
uniLoader/lib/Kconfig
Ivaylo Ivanov 8dc27cc402 board: introduce Amazon Kindle PW3 support
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
2025-07-08 15:54:02 +03:00

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