summaryrefslogtreecommitdiff
path: root/NxWidgets/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/Kconfig')
-rw-r--r--NxWidgets/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/NxWidgets/Kconfig b/NxWidgets/Kconfig
index ef512a5e5..ae71bf997 100644
--- a/NxWidgets/Kconfig
+++ b/NxWidgets/Kconfig
@@ -741,6 +741,16 @@ config NXWM_TOUCHSCREEN_LISTENERSTACK
---help---
Touchscreen listener thread stack size. Default 1024
+config NXWM_TOUSCHCREEN_CONFIGDATA
+ bool "Touchscreen configuration data"
+ default n
+ depends on PLATFORM_CONFIGDATA
+ ---help---
+ If the architecture supports retention of configuration data, then
+ you may select this option to save touchscreen configuration data.
+ Otherwise, the touchscreen calibration must be performed each time
+ that you boot the system.
+
endif # NXWM_TOUCHSCREEN
endmenu # NxWM Touchscreen Configuration