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:
Robert Lubos 2021-02-12 16:21:35 +01:00 committed by Anas Nashif
commit 539e4edcc6

View file

@ -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