mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
docs: rapidio: add it to the driver API
This is actually a subsystem description, with contains both kAPI and uAPI. While it should ideally be slplit, let's place it at driver-api, as most things are related to kAPI and driver-specific info. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
74684f8ff4
commit
d2bdd48a65
10 changed files with 3 additions and 4 deletions
|
@ -61,6 +61,7 @@ configure specific aspects of kernel behavior to your liking.
|
||||||
parport
|
parport
|
||||||
md
|
md
|
||||||
module-signing
|
module-signing
|
||||||
|
rapidio
|
||||||
sysrq
|
sysrq
|
||||||
unicode
|
unicode
|
||||||
vga-softcursor
|
vga-softcursor
|
||||||
|
|
|
@ -45,7 +45,7 @@ available subsections can be seen below.
|
||||||
miscellaneous
|
miscellaneous
|
||||||
mei/index
|
mei/index
|
||||||
w1
|
w1
|
||||||
rapidio
|
rapidio/index
|
||||||
s390-drivers
|
s390-drivers
|
||||||
vme
|
vme
|
||||||
80211/index
|
80211/index
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
:orphan:
|
|
||||||
|
|
||||||
===========================
|
===========================
|
||||||
The Linux RapidIO Subsystem
|
The Linux RapidIO Subsystem
|
||||||
===========================
|
===========================
|
|
@ -86,7 +86,7 @@ config RAPIDIO_CHMAN
|
||||||
This option includes RapidIO channelized messaging driver which
|
This option includes RapidIO channelized messaging driver which
|
||||||
provides socket-like interface to allow sharing of single RapidIO
|
provides socket-like interface to allow sharing of single RapidIO
|
||||||
messaging mailbox between multiple user-space applications.
|
messaging mailbox between multiple user-space applications.
|
||||||
See "Documentation/rapidio/rio_cm.rst" for driver description.
|
See "Documentation/driver-api/rapidio/rio_cm.rst" for driver description.
|
||||||
|
|
||||||
config RAPIDIO_MPORT_CDEV
|
config RAPIDIO_MPORT_CDEV
|
||||||
tristate "RapidIO /dev mport device driver"
|
tristate "RapidIO /dev mport device driver"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue