Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - E index
The Linux kernel configuration item CONFIG_ETRAX_DS1302
has multiple definitions:
arch/cris/Kconfig
The configuration item CONFIG_ETRAX_DS1302:
CONFIG_ETRAX_ARCH_V10
Enables the driver for the DS1302 Real-Time Clock battery-backed chip on some products.
arch/cris/arch-v10/drivers/Kconfig
The configuration item CONFIG_ETRAX_DS1302:
(none)
Enables the driver for the DS1302 Real-Time Clock battery-backed chip on some products.
arch/cris/drivers/Kconfig
The configuration item CONFIG_ETRAX_DS1302:
(none)
Enables the driver for the DS1302 Real-Time Clock battery-backed chip on some products. The kernel reads the time when booting, and the date can be set using ioctl(fd, RTC_SET_TIME, &rt) with rt a rtc_time struct (see include/asm-cris/rtc.h) on the /dev/rtc device, major 121. You can check the time with cat /proc/rtc, but normal time reading should be done using libc function time and friends.
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 - E index
Automatically generated (in year 2024). See also LKDDb sources on GitLab