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:
parent
54ca1c118b
commit
71eb56a34c
5 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue