summaryrefslogtreecommitdiff
path: root/io-module/mts_eeprom.h
diff options
context:
space:
mode:
authorMykola Salomatin <mykola.salomatin@globallogic.com>2022-05-13 18:47:29 +0300
committerJohn Klug <john.klug@multitech.com>2022-09-23 12:36:04 -0500
commite1329a3976a8884e2c568f2434df82e6eadb2775 (patch)
treeea6169d457a4316354a885191c5e11d395a5b6f4 /io-module/mts_eeprom.h
parent771c9199b66d0eadc7587cf61f00256df49188d2 (diff)
downloadmts-io-e1329a3976a8884e2c568f2434df82e6eadb2775.tar.gz
mts-io-e1329a3976a8884e2c568f2434df82e6eadb2775.tar.bz2
mts-io-e1329a3976a8884e2c568f2434df82e6eadb2775.zip
[MTX-4480] mPower R.6.0.X: MTCAP3 - Filesystem Encryption capability GP-1586
Added user data encryption capability for encryption purposes in MTCAP3 devices.
Diffstat (limited to 'io-module/mts_eeprom.h')
-rw-r--r--io-module/mts_eeprom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mts_eeprom.h b/io-module/mts_eeprom.h
index 4da1f44..0bddfb4 100644
--- a/io-module/mts_eeprom.h
+++ b/io-module/mts_eeprom.h
@@ -79,4 +79,5 @@ do { \
#define CAPA_SUPERCAP DEVICE_CAPA_VALUE(1, 5)
#define CAPA_CELLULAR DEVICE_CAPA_VALUE(1,2) // Only valid if eeprom_layout_version > 0
#define CAPA_LORA_LBT DEVICE_CAPA_VALUE(1, 1) // on-board lora lbt
+#define CAPA_USER_DATA_ENCRYPTION DEVICE_CAPA_VALUE(1, 0)
#endif /* __MTS_EEPROM_H */