m1n1/config.h
Hector Martin 38fc7a0780 Configure early debug features by SoC type
To build a version with early UART support, set it in config.h

Signed-off-by: Hector Martin <marcan@marcan.st>
2021-11-01 13:36:42 +09:00

11 lines
161 B
C

/* SPDX-License-Identifier: MIT */
#ifndef CONFIG_H
#define CONFIG_H
#define USE_FB
// Target for device-specific debug builds
//#define TARGET T8103
#endif