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
+2
View File
@@ -6,6 +6,8 @@
config NX config NX
bool "NX Graphics" bool "NX Graphics"
default n default n
select NXGLIB
select NXFONTS
---help--- ---help---
Enables overall support for graphics library and NX Enables overall support for graphics library and NX
+2 -2
View File
@@ -5,8 +5,8 @@
config NXFONTS config NXFONTS
bool "Bitmap Font Support" bool "Bitmap Font Support"
default n if !NX default n
default y if NX select NXGLIB
---help--- ---help---
Enable support for bitmap fonts, the fonter rendering library, and a Enable support for bitmap fonts, the fonter rendering library, and a
font cache. font cache.
+1 -2
View File
@@ -5,5 +5,4 @@
config NXGLIB config NXGLIB
bool bool
default y if NX || NXFONTS default n
default n if !NX && !NXFONTS