Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - C index
The Linux kernel configuration item CONFIG_CYCLES_CLOCKSOURCE
has multiple definitions:
arch/blackfin/Kconfig
The configuration item CONFIG_CYCLES_CLOCKSOURCE:
(! CONFIG_BFIN_SCRATCH_REG_CYCLES ) && (! CONFIG_SMP )
If you say Y here, you will enable support for using the 'cycles' registers as a clock source. Doing so means you will be unable to safely write to the 'cycles' register during runtime. You will still be able to read it (such as for performance monitoring), but writing the registers will most likely crash the kernel.
arch/blackfin/Kconfig
The configuration item CONFIG_CYCLES_CLOCKSOURCE:
( CONFIG_GENERIC_CLOCKEVENTS ) && (! CONFIG_BFIN_SCRATCH_REG_CYCLES ) && (! CONFIG_SMP )
If you say Y here, you will enable support for using the 'cycles' registers as a clock source. Doing so means you will be unable to safely write to the 'cycles' register during runtime. You will still be able to read it (such as for performance monitoring), but writing the registers will most likely crash the kernel.
arch/blackfin/Kconfig
The configuration item CONFIG_CYCLES_CLOCKSOURCE:
( CONFIG_EXPERIMENTAL ) && ( CONFIG_GENERIC_CLOCKEVENTS ) && (! CONFIG_BFIN_SCRATCH_REG_CYCLES )
If you say Y here, you will enable support for using the 'cycles' registers as a clock source. Doing so means you will be unable to safely write to the 'cycles' register during runtime. You will still be able to read it (such as for performance monitoring), but writing the registers will most likely crash the kernel.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - C index
Automatically generated (in year 2025). See also LKDDb sources on GitLab