libnx: Simplify some of the duplicated NX/NXFONTS configuration.
This commit is contained in:
parent
28de00a90a
commit
55a17d80cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user