drivers: counter: native_posix: use tabs in Kconfig

Kconfig used spaces instead of tabs, leading to compliance failures.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-03-09 13:11:42 +01:00 committed by Carles Cufí
parent 6b2391d000
commit 034b705745

View file

@ -2,11 +2,11 @@
# SPDX-License-Identifier: Apache-2.0
config COUNTER_NATIVE_POSIX
bool "Counter on COUNTER_0"
default y
depends on BOARD_NATIVE_POSIX
bool "Counter on COUNTER_0"
default y
depends on BOARD_NATIVE_POSIX
config COUNTER_NATIVE_POSIX_FREQUENCY
int "native_posix counter frequency in Hz"
default 1000
depends on COUNTER_NATIVE_POSIX
int "native_posix counter frequency in Hz"
default 1000
depends on COUNTER_NATIVE_POSIX