Skip to content

Commit 9f15c41

Browse files
aescolarfabiobaltieri
authored andcommitted
drivers/timer native: Replace native_posix with native_posix/sim
This driver is applicable to both targets. Let's be clear about that. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 53bbded commit 9f15c41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

drivers/timer/Kconfig.native_posix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
config NATIVE_POSIX_TIMER
7-
bool "(POSIX) native_posix timer driver"
7+
bool "(POSIX) native_sim/posix timer driver"
88
default y
99
depends on BOARD_NATIVE_POSIX
1010
select TICKLESS_CAPABLE
1111
select TIMER_HAS_64BIT_CYCLE_COUNTER
1212
select SYSTEM_TIMER_HAS_DISABLE_SUPPORT
1313
help
14-
This module implements a kernel device driver for the native_posix HW timer
14+
This module implements a kernel device driver for the native_sim/posix HW timer
1515
model

drivers/timer/native_posix_timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/**
8-
* Driver for the timer model of the POSIX native_posix board
8+
* Driver for the timer model of the POSIX native_sim/posix board
99
* It provides the interfaces required by the kernel and the sanity testcases
1010
* It also provides a custom k_busy_wait() which can be used with the
1111
* POSIX arch and InfClock SOC

0 commit comments

Comments
 (0)