Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
This commit is contained in:
parent
a322b28cf0
commit
171fff2ef0
4
Kconfig
4
Kconfig
@ -52,7 +52,7 @@ if NX_MULTIUSER
|
|||||||
config NXWIDGET_SERVERINIT
|
config NXWIDGET_SERVERINIT
|
||||||
bool "Start server"
|
bool "Start server"
|
||||||
default y
|
default y
|
||||||
depends on !NUTTX_KERNEL
|
depends on !BUILD_PROTECTED && !BUILD_KERNEL
|
||||||
---help---
|
---help---
|
||||||
If this option is selected, then the NxWidgets::CNxServer class will
|
If this option is selected, then the NxWidgets::CNxServer class will
|
||||||
bring up the NX server when it is initialized. If this option is
|
bring up the NX server when it is initialized. If this option is
|
||||||
@ -779,7 +779,7 @@ comment "Touchscreen Device Settings"
|
|||||||
config NXWM_TOUCHSCREEN_DEVINIT
|
config NXWM_TOUCHSCREEN_DEVINIT
|
||||||
bool "Touchscreen Device Initialization"
|
bool "Touchscreen Device Initialization"
|
||||||
default y
|
default y
|
||||||
depends on !NUTTX_KERNEL
|
depends on !BUILD_PROTECTED && !BUILD_KERNEL
|
||||||
---help---
|
---help---
|
||||||
It this option is selected, then the NxWM:CTouchscreen listener
|
It this option is selected, then the NxWM:CTouchscreen listener
|
||||||
thread will call a function arch_tcinitialize(NXWM_TOUCHSCREEN_DEVNO)
|
thread will call a function arch_tcinitialize(NXWM_TOUCHSCREEN_DEVNO)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user