mirror of
https://github.com/AsahiLinux/m1n1
synced 2025-02-16 21:58:27 +00:00
13 lines
185 B
C
13 lines
185 B
C
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define USE_FB
|
|
|
|
//#define RTKIT_SYSLOG
|
|
|
|
// Target for device-specific debug builds
|
|
//#define TARGET T8103
|
|
|
|
#endif
|