Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer

config RTC_QMSI
	bool "QMSI RTC Driver"
	depends on QMSI
	help
	  Build QMSI RTC driver.

if RTC_QMSI

config RTC_QMSI_API_REENTRANCY
	bool "RTC shim driver API reentrancy"
	help
	  Enable support for RTC shim driver API reentrancy.

config RTC_PRESCALER
	int "Prescaler size"
	default 1
	help
	  RTC prescaler used to determine ticks per second

endif