mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
NX console should only be available if NX multi-user mode is enabled
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4535 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -51,7 +51,19 @@
|
||||
* Pre-processor definitions
|
||||
****************************************************************************/
|
||||
/* Configuration ************************************************************/
|
||||
/* CONFIG_NXCONSOLE
|
||||
/* Nx Console prerequistes */
|
||||
|
||||
#ifndef CONFIG_NX
|
||||
# warning "NX is not enabled (CONFIG_NX)
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_NX_MULTIUSER
|
||||
# warning "NX Console requires multi-user support (CONFIG_NX_MULTIUSER)"
|
||||
#endif
|
||||
|
||||
/* Nx Console configuration options:
|
||||
*
|
||||
* CONFIG_NXCONSOLE
|
||||
* Enables building of the NxConsole driver.
|
||||
* CONFIG_NXCONSOLE_BPP
|
||||
* Currently, NxConsole supports only a single pixel depth. This
|
||||
|
||||
Reference in New Issue
Block a user