mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 07:08:07 +00:00
clocksource: Fix Kconfig miscues
Fix lots of typo, spelling, punctuation, and grammar miscues in drivers/clocksource/Kconfig. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: John Stultz <john.stultz@linaro.org> Cc: Stephen Boyd <sboyd@kernel.org> Cc: linux-kernel@vger.kernel.org Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/4deb42a9-82f2-72f9-891f-972a9a399f4f@infradead.org
This commit is contained in:
parent
db95b8e364
commit
062934634d
1 changed files with 23 additions and 23 deletions
|
@ -88,7 +88,7 @@ config ROCKCHIP_TIMER
|
||||||
select TIMER_OF
|
select TIMER_OF
|
||||||
select CLKSRC_MMIO
|
select CLKSRC_MMIO
|
||||||
help
|
help
|
||||||
Enables the support for the rockchip timer driver.
|
Enables the support for the Rockchip timer driver.
|
||||||
|
|
||||||
config ARMADA_370_XP_TIMER
|
config ARMADA_370_XP_TIMER
|
||||||
bool "Armada 370 and XP timer driver" if COMPILE_TEST
|
bool "Armada 370 and XP timer driver" if COMPILE_TEST
|
||||||
|
@ -162,13 +162,13 @@ config NPCM7XX_TIMER
|
||||||
select CLKSRC_MMIO
|
select CLKSRC_MMIO
|
||||||
help
|
help
|
||||||
Enable 24-bit TIMER0 and TIMER1 counters in the NPCM7xx architecture,
|
Enable 24-bit TIMER0 and TIMER1 counters in the NPCM7xx architecture,
|
||||||
While TIMER0 serves as clockevent and TIMER1 serves as clocksource.
|
where TIMER0 serves as clockevent and TIMER1 serves as clocksource.
|
||||||
|
|
||||||
config CADENCE_TTC_TIMER
|
config CADENCE_TTC_TIMER
|
||||||
bool "Cadence TTC timer driver" if COMPILE_TEST
|
bool "Cadence TTC timer driver" if COMPILE_TEST
|
||||||
depends on COMMON_CLK
|
depends on COMMON_CLK
|
||||||
help
|
help
|
||||||
Enables support for the cadence ttc driver.
|
Enables support for the Cadence TTC driver.
|
||||||
|
|
||||||
config ASM9260_TIMER
|
config ASM9260_TIMER
|
||||||
bool "ASM9260 timer driver" if COMPILE_TEST
|
bool "ASM9260 timer driver" if COMPILE_TEST
|
||||||
|
@ -190,10 +190,10 @@ config CLKSRC_DBX500_PRCMU
|
||||||
bool "Clocksource PRCMU Timer" if COMPILE_TEST
|
bool "Clocksource PRCMU Timer" if COMPILE_TEST
|
||||||
depends on HAS_IOMEM
|
depends on HAS_IOMEM
|
||||||
help
|
help
|
||||||
Use the always on PRCMU Timer as clocksource
|
Use the always on PRCMU Timer as clocksource.
|
||||||
|
|
||||||
config CLPS711X_TIMER
|
config CLPS711X_TIMER
|
||||||
bool "Cirrus logic timer driver" if COMPILE_TEST
|
bool "Cirrus Logic timer driver" if COMPILE_TEST
|
||||||
select CLKSRC_MMIO
|
select CLKSRC_MMIO
|
||||||
help
|
help
|
||||||
Enables support for the Cirrus Logic PS711 timer.
|
Enables support for the Cirrus Logic PS711 timer.
|
||||||
|
@ -205,11 +205,11 @@ config ATLAS7_TIMER
|
||||||
Enables support for the Atlas7 timer.
|
Enables support for the Atlas7 timer.
|
||||||
|
|
||||||
config MXS_TIMER
|
config MXS_TIMER
|
||||||
bool "Mxs timer driver" if COMPILE_TEST
|
bool "MXS timer driver" if COMPILE_TEST
|
||||||
select CLKSRC_MMIO
|
select CLKSRC_MMIO
|
||||||
select STMP_DEVICE
|
select STMP_DEVICE
|
||||||
help
|
help
|
||||||
Enables support for the Mxs timer.
|
Enables support for the MXS timer.
|
||||||
|
|
||||||
config PRIMA2_TIMER
|
config PRIMA2_TIMER
|
||||||
bool "Prima2 timer driver" if COMPILE_TEST
|
bool "Prima2 timer driver" if COMPILE_TEST
|
||||||
|
@ -238,10 +238,10 @@ config KEYSTONE_TIMER
|
||||||
Enables support for the Keystone timer.
|
Enables support for the Keystone timer.
|
||||||
|
|
||||||
config INTEGRATOR_AP_TIMER
|
config INTEGRATOR_AP_TIMER
|
||||||
bool "Integrator-ap timer driver" if COMPILE_TEST
|
bool "Integrator-AP timer driver" if COMPILE_TEST
|
||||||
select CLKSRC_MMIO
|
select CLKSRC_MMIO
|
||||||
help
|
help
|
||||||
Enables support for the Integrator-ap timer.
|
Enables support for the Integrator-AP timer.
|
||||||
|
|
||||||
config CLKSRC_EFM32
|
config CLKSRC_EFM32
|
||||||
bool "Clocksource for Energy Micro's EFM32 SoCs" if !ARCH_EFM32
|
bool "Clocksource for Energy Micro's EFM32 SoCs" if !ARCH_EFM32
|
||||||
|
@ -283,8 +283,8 @@ config CLKSRC_NPS
|
||||||
select TIMER_OF if OF
|
select TIMER_OF if OF
|
||||||
help
|
help
|
||||||
NPS400 clocksource support.
|
NPS400 clocksource support.
|
||||||
Got 64 bit counter with update rate up to 1000MHz.
|
It has a 64-bit counter with update rate up to 1000MHz.
|
||||||
This counter is accessed via couple of 32 bit memory mapped registers.
|
This counter is accessed via couple of 32-bit memory-mapped registers.
|
||||||
|
|
||||||
config CLKSRC_STM32
|
config CLKSRC_STM32
|
||||||
bool "Clocksource for STM32 SoCs" if !ARCH_STM32
|
bool "Clocksource for STM32 SoCs" if !ARCH_STM32
|
||||||
|
@ -305,14 +305,14 @@ config ARC_TIMERS
|
||||||
help
|
help
|
||||||
These are legacy 32-bit TIMER0 and TIMER1 counters found on all ARC cores
|
These are legacy 32-bit TIMER0 and TIMER1 counters found on all ARC cores
|
||||||
(ARC700 as well as ARC HS38).
|
(ARC700 as well as ARC HS38).
|
||||||
TIMER0 serves as clockevent while TIMER1 provides clocksource
|
TIMER0 serves as clockevent while TIMER1 provides clocksource.
|
||||||
|
|
||||||
config ARC_TIMERS_64BIT
|
config ARC_TIMERS_64BIT
|
||||||
bool "Support for 64-bit counters in ARC HS38 cores" if COMPILE_TEST
|
bool "Support for 64-bit counters in ARC HS38 cores" if COMPILE_TEST
|
||||||
depends on ARC_TIMERS
|
depends on ARC_TIMERS
|
||||||
select TIMER_OF
|
select TIMER_OF
|
||||||
help
|
help
|
||||||
This enables 2 different 64-bit timers: RTC (for UP) and GFRC (for SMP)
|
This enables 2 different 64-bit timers: RTC (for UP) and GFRC (for SMP).
|
||||||
RTC is implemented inside the core, while GFRC sits outside the core in
|
RTC is implemented inside the core, while GFRC sits outside the core in
|
||||||
ARConnect IP block. Driver automatically picks one of them for clocksource
|
ARConnect IP block. Driver automatically picks one of them for clocksource
|
||||||
as appropriate.
|
as appropriate.
|
||||||
|
@ -390,7 +390,7 @@ config ARM_GLOBAL_TIMER
|
||||||
select TIMER_OF if OF
|
select TIMER_OF if OF
|
||||||
depends on ARM
|
depends on ARM
|
||||||
help
|
help
|
||||||
This options enables support for the ARM global timer unit
|
This option enables support for the ARM global timer unit.
|
||||||
|
|
||||||
config ARM_TIMER_SP804
|
config ARM_TIMER_SP804
|
||||||
bool "Support for Dual Timer SP804 module" if COMPILE_TEST
|
bool "Support for Dual Timer SP804 module" if COMPILE_TEST
|
||||||
|
@ -403,14 +403,14 @@ config CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
|
||||||
depends on ARM_GLOBAL_TIMER
|
depends on ARM_GLOBAL_TIMER
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Use ARM global timer clock source as sched_clock
|
Use ARM global timer clock source as sched_clock.
|
||||||
|
|
||||||
config ARMV7M_SYSTICK
|
config ARMV7M_SYSTICK
|
||||||
bool "Support for the ARMv7M system time" if COMPILE_TEST
|
bool "Support for the ARMv7M system time" if COMPILE_TEST
|
||||||
select TIMER_OF if OF
|
select TIMER_OF if OF
|
||||||
select CLKSRC_MMIO
|
select CLKSRC_MMIO
|
||||||
help
|
help
|
||||||
This options enables support for the ARMv7M system timer unit
|
This option enables support for the ARMv7M system timer unit.
|
||||||
|
|
||||||
config ATMEL_PIT
|
config ATMEL_PIT
|
||||||
bool "Atmel PIT support" if COMPILE_TEST
|
bool "Atmel PIT support" if COMPILE_TEST
|
||||||
|
@ -460,7 +460,7 @@ config VF_PIT_TIMER
|
||||||
bool
|
bool
|
||||||
select CLKSRC_MMIO
|
select CLKSRC_MMIO
|
||||||
help
|
help
|
||||||
Support for Period Interrupt Timer on Freescale Vybrid Family SoCs.
|
Support for Periodic Interrupt Timer on Freescale Vybrid Family SoCs.
|
||||||
|
|
||||||
config OXNAS_RPS_TIMER
|
config OXNAS_RPS_TIMER
|
||||||
bool "Oxford Semiconductor OXNAS RPS Timers driver" if COMPILE_TEST
|
bool "Oxford Semiconductor OXNAS RPS Timers driver" if COMPILE_TEST
|
||||||
|
@ -523,7 +523,7 @@ config SH_TIMER_MTU2
|
||||||
help
|
help
|
||||||
This enables build of a clockevent driver for the Multi-Function
|
This enables build of a clockevent driver for the Multi-Function
|
||||||
Timer Pulse Unit 2 (MTU2) hardware available on SoCs from Renesas.
|
Timer Pulse Unit 2 (MTU2) hardware available on SoCs from Renesas.
|
||||||
This hardware comes with 16 bit-timer registers.
|
This hardware comes with 16-bit timer registers.
|
||||||
|
|
||||||
config RENESAS_OSTM
|
config RENESAS_OSTM
|
||||||
bool "Renesas OSTM timer driver" if COMPILE_TEST
|
bool "Renesas OSTM timer driver" if COMPILE_TEST
|
||||||
|
@ -580,7 +580,7 @@ config CLKSRC_TANGO_XTAL
|
||||||
select TIMER_OF
|
select TIMER_OF
|
||||||
select CLKSRC_MMIO
|
select CLKSRC_MMIO
|
||||||
help
|
help
|
||||||
This enables the clocksource for Tango SoC
|
This enables the clocksource for Tango SoC.
|
||||||
|
|
||||||
config CLKSRC_PXA
|
config CLKSRC_PXA
|
||||||
bool "Clocksource for PXA or SA-11x0 platform" if COMPILE_TEST
|
bool "Clocksource for PXA or SA-11x0 platform" if COMPILE_TEST
|
||||||
|
@ -601,14 +601,14 @@ config H8300_TMR16
|
||||||
depends on HAS_IOMEM
|
depends on HAS_IOMEM
|
||||||
help
|
help
|
||||||
This enables the 16 bits timer for the H8300 platform with the
|
This enables the 16 bits timer for the H8300 platform with the
|
||||||
H83069 cpu.
|
H83069 CPU.
|
||||||
|
|
||||||
config H8300_TPU
|
config H8300_TPU
|
||||||
bool "Clocksource for the H8300 platform" if COMPILE_TEST
|
bool "Clocksource for the H8300 platform" if COMPILE_TEST
|
||||||
depends on HAS_IOMEM
|
depends on HAS_IOMEM
|
||||||
help
|
help
|
||||||
This enables the clocksource for the H8300 platform with the
|
This enables the clocksource for the H8300 platform with the
|
||||||
H8S2678 cpu.
|
H8S2678 CPU.
|
||||||
|
|
||||||
config CLKSRC_IMX_GPT
|
config CLKSRC_IMX_GPT
|
||||||
bool "Clocksource using i.MX GPT" if COMPILE_TEST
|
bool "Clocksource using i.MX GPT" if COMPILE_TEST
|
||||||
|
@ -666,8 +666,8 @@ config CSKY_MP_TIMER
|
||||||
help
|
help
|
||||||
Say yes here to enable C-SKY SMP timer driver used for C-SKY SMP
|
Say yes here to enable C-SKY SMP timer driver used for C-SKY SMP
|
||||||
system.
|
system.
|
||||||
csky,mptimer is not only used in SMP system, it also could be used
|
csky,mptimer is not only used in SMP system, it also could be used in
|
||||||
single core system. It's not a mmio reg and it use mtcr/mfcr instruction.
|
single core system. It's not a mmio reg and it uses mtcr/mfcr instruction.
|
||||||
|
|
||||||
config GX6605S_TIMER
|
config GX6605S_TIMER
|
||||||
bool "Gx6605s SOC system timer driver" if COMPILE_TEST
|
bool "Gx6605s SOC system timer driver" if COMPILE_TEST
|
||||||
|
|
Loading…
Add table
Reference in a new issue