drivers: can: remove CAN_HAS_RX_TIMESTAMP Kconfig helper
Remove the CAN_HAS_RX_TIMESTAMP Kconfig helper symbol in order to allow enabling CAN RX timestamps in the API regardless of driver support. This simplifies application prj.conf settings across board supporting/not supporting RX timestamps considerably. CAN drivers not supporting RX timestamps already initialize the timestamp to 0 for received frames. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
d9662d1706
commit
f1a7ec96db
5 changed files with 1 additions and 11 deletions
|
@ -6,7 +6,6 @@
|
|||
config CAN_MCAN
|
||||
bool
|
||||
select CAN_HAS_CANFD
|
||||
select CAN_HAS_RX_TIMESTAMP
|
||||
help
|
||||
Enable Bosch m_can driver.
|
||||
This driver supports the Bosch m_can IP. This IP is built into the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue