net: lwm2m: Remove obsolete LWM2M_IPSO_TIMESTAMP_EXTENSIONS option
All IPSO objects that utilized the non-standard timestamp extension now implement their model in version 1.1, which contains the Timestamp resource. As it's no longer needed to add timestamp in a non-standard way, simply remove LWM2M_IPSO_TIMESTAMP_EXTENSIONS option. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
1efc8e7353
commit
539e4edcc6
1 changed files with 0 additions and 8 deletions
|
@ -8,14 +8,6 @@ menuconfig LWM2M_IPSO_SUPPORT
|
|||
|
||||
if LWM2M_IPSO_SUPPORT
|
||||
|
||||
config LWM2M_IPSO_TIMESTAMP_EXTENSIONS
|
||||
bool "Nonstandard IPSO object Timestamp resources"
|
||||
help
|
||||
If you enable this option, various IPSO objects supported below
|
||||
will optionally include timestamp resources (ID 5518).
|
||||
This is an LWM2M protocol extension which can be useful to associate
|
||||
times with events. If unsure, leave at the default n.
|
||||
|
||||
config LWM2M_IPSO_TEMP_SENSOR
|
||||
bool "IPSO Temperature Sensor Support"
|
||||
help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue