mirror of
https://github.com/apache/nuttx.git
synced 2025-12-10 12:14:36 +08:00
libnx: Simplify some of the duplicated NX/NXFONTS configuration.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
config NX
|
||||
bool "NX Graphics"
|
||||
default n
|
||||
select NXGLIB
|
||||
select NXFONTS
|
||||
---help---
|
||||
Enables overall support for graphics library and NX
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
|
||||
config NXFONTS
|
||||
bool "Bitmap Font Support"
|
||||
default n if !NX
|
||||
default y if NX
|
||||
default n
|
||||
select NXGLIB
|
||||
---help---
|
||||
Enable support for bitmap fonts, the fonter rendering library, and a
|
||||
font cache.
|
||||
|
||||
@@ -5,5 +5,4 @@
|
||||
|
||||
config NXGLIB
|
||||
bool
|
||||
default y if NX || NXFONTS
|
||||
default n if !NX && !NXFONTS
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user