docs: admin-guide: Move Dell RBU document from driver-api

This document describes how an admin can use the dell_rbu driver, rather
than any in-kernel API details.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Jonathan Neuschäfer 2019-10-12 19:11:10 +02:00 коммит произвёл Jonathan Corbet
Родитель 2c1d7ffdf4
Коммит d4300c4e4f
5 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -72,6 +72,7 @@ configure specific aspects of kernel behavior to your liking.
clearing-warn-once clearing-warn-once
cpu-load cpu-load
cputopology cputopology
dell_rbu
device-mapper/index device-mapper/index
efi-stub efi-stub
ext4 ext4

Просмотреть файл

@ -73,7 +73,6 @@ available subsections can be seen below.
connector connector
console console
dcdbas dcdbas
dell_rbu
edid edid
eisa eisa
ipmb ipmb

Просмотреть файл

@ -259,7 +259,7 @@ config DELL_RBU
DELL system. Note you need a Dell OpenManage or Dell Update package (DUP) DELL system. Note you need a Dell OpenManage or Dell Update package (DUP)
supporting application to communicate with the BIOS regarding the new supporting application to communicate with the BIOS regarding the new
image for the image update to take effect. image for the image update to take effect.
See <file:Documentation/driver-api/dell_rbu.rst> for more details on the driver. See <file:Documentation/admin-guide/dell_rbu.rst> for more details on the driver.
config FUJITSU_LAPTOP config FUJITSU_LAPTOP

Просмотреть файл

@ -24,7 +24,7 @@
* on every time the packet data is written. This driver requires an * on every time the packet data is written. This driver requires an
* application to break the BIOS image in to fixed sized packet chunks. * application to break the BIOS image in to fixed sized packet chunks.
* *
* See Documentation/driver-api/dell_rbu.rst for more info. * See Documentation/admin-guide/dell_rbu.rst for more info.
*/ */
#include <linux/init.h> #include <linux/init.h>
#include <linux/module.h> #include <linux/module.h>