libnx: Simplify some of the duplicated NX/NXFONTS configuration.

This commit is contained in:
Gregory Nutt 2017-11-18 10:34:57 -06:00
parent 28de00a90a
commit 55a17d80cd
3 changed files with 5 additions and 4 deletions

View File

@ -6,6 +6,8 @@
config NX
bool "NX Graphics"
default n
select NXGLIB
select NXFONTS
---help---
Enables overall support for graphics library and NX

View File

@ -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.

View File

@ -5,5 +5,4 @@
config NXGLIB
bool
default y if NX || NXFONTS
default n if !NX && !NXFONTS
default n