net: buf: Move LEGACY_TIMEOUT_API selection to specific subsystems

The net_buf subsystem is now fully compatible with the new timeout
API, so move the selection of the legacy API to those specific
subsystems that use net_buf and still need converting.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2020-04-03 16:29:05 +03:00 committed by Johan Hedberg
commit 71eb56a34c
5 changed files with 5 additions and 1 deletions

View file

@ -75,6 +75,7 @@ config MODEM_IFACE_UART
config MODEM_CMD_HANDLER
bool "Generic modem command handler"
select NET_BUF
select LEGACY_TIMEOUT_API
help
This generic command handler uses a modem interface to process
incoming data and hand it back to the modem driver via callbacks