Commit 318c12d1 authored by Kumar Gala's avatar Kumar Gala Committed by Fabio Baltieri
Browse files

timer: remove Kconfig.defconfig* setting of timer drivers



Now that timer drivers are enabled based on devicetree
we need to remove any cases of them getting enabled by
Kconfig.defconfig* files as this can lead to errors.

Signed-off-by: default avatarKumar Gala <galak@kernel.org>
parent cc2c05a9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -19,9 +19,6 @@ config SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN
	default n
endif

config HPET_TIMER
	default y

# TSC on this board is 1.9 GHz, HPET and APIC are 19.2 MHz
config SYS_CLOCK_HW_CYCLES_PER_SEC
	default 1900000000 if APIC_TSC_DEADLINE_TIMER
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@ config SOC_SERIES_AST10X0
	select CPU_CORTEX_M4
	select CPU_HAS_FPU
	select CPU_HAS_ARM_MPU
	select CORTEX_M_SYSTICK
	select SOC_FAMILY_ASPEED
	select SYSCON
	select CACHE
+0 −1
Original line number Diff line number Diff line
@@ -10,6 +10,5 @@ config SOC_BCM58402_M7
	select CPU_CORTEX_M7
	select CPU_CORTEX_M_HAS_SYSTICK
	select CPU_HAS_ARM_MPU
	select CORTEX_M_SYSTICK

endchoice
+0 −4
Original line number Diff line number Diff line
@@ -18,9 +18,6 @@ source "soc/arm/microchip_mec/mec1501/Kconfig.defconfig.mec1501*"

if RTOS_TIMER

config MCHP_XEC_RTOS_TIMER
	default y

config SOC_HAS_TIMING_FUNCTIONS
	default y if !CORTEX_M_DWT

@@ -30,7 +27,6 @@ config ARCH_HAS_CUSTOM_BUSY_WAIT
endif # RTOS_TIMER

config CORTEX_M_SYSTICK
	default y
	depends on !RTOS_TIMER

endif # SOC_SERIES_MEC1501X
+0 −4
Original line number Diff line number Diff line
@@ -18,9 +18,6 @@ source "soc/arm/microchip_mec/mec172x/Kconfig.defconfig.mec172x*"

if RTOS_TIMER

config MCHP_XEC_RTOS_TIMER
	default y

config SOC_HAS_TIMING_FUNCTIONS
	default y if !CORTEX_M_DWT

@@ -30,7 +27,6 @@ config ARCH_HAS_CUSTOM_BUSY_WAIT
endif # RTOS_TIMER

config CORTEX_M_SYSTICK
	default y
	depends on !RTOS_TIMER

config PS2_XEC
Loading