Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - P index
The Linux kernel configuration item CONFIG_PPC_RTAS
has multiple definitions:
arch/powerpc/platforms/Kconfig
The configuration item CONFIG_PPC_RTAS:
(none)
(none)
arch/powerpc/Kconfig
The configuration item CONFIG_PPC_RTAS:
(none)
(none)
arch/ppc64/Kconfig
The configuration item CONFIG_PPC_RTAS:
CONFIG_PPC_PSERIES || CONFIG_PPC_BPA
(none)
arch/ppc64/Kconfig
The configuration item CONFIG_PPC_RTAS:
CONFIG_PPC_PSERIES
(none)
arch/ppc/Kconfig
The configuration item CONFIG_PPC_RTAS:
CONFIG_PPC_OF && CONFIG_PROC_FS
When you use this option, you will be able to use RTAS from userspace.
RTAS stands for RunTime Abstraction Services and should provide a portable way to access and set system information. This is commonly used on RS/6000 (pSeries) computers.
You can access RTAS via the special proc file system entry rtas. Don't confuse this rtas entry with the one in /proc/device-tree/rtas which is readonly.
If you don't know if you can use RTAS look into /proc/device-tree/rtas. If there are some entries, it is very likely that you will be able to use RTAS.
You can do cool things with rtas. To print out information about various sensors in the system, just do a
$ cat /proc/rtas/sensors
or if you power off your machine at night but want it running when you enter your office at 7:45 am, do a
# date -d 'tomorrow 7:30' +%s > /proc/rtas/poweron
and shutdown.
If unsure, say Y.
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 - P index
Automatically generated (in year 2024). See also LKDDb sources on GitLab