File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44# SPDX-License-Identifier: Apache-2.0
55
66config 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments