diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2019-10-04 18:40:55 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-10-09 11:12:33 +0200 |
commit | 5f07224e0fae2a7d475eb21a79ee5a08251d9c44 (patch) | |
tree | 0860bb285fa948ec94eb9f4c39bf530afca1bd69 /drivers/gpio/Kconfig | |
parent | 14e8c535ff684876d1be9dae475fe666b97c04a9 (diff) | |
download | linux-5f07224e0fae2a7d475eb21a79ee5a08251d9c44.tar.bz2 |
docs: driver-api: Move bt8xxgpio to the gpio directory
Let's declutter Documentation/driver-api a bit.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20191004164059.10397-1-j.neuschaefer@gmx.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 7365cf150ae5..088a8a0f8add 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -1329,7 +1329,7 @@ config GPIO_BT8XX The card needs to be physically altered for using it as a GPIO card. For more information on how to build a GPIO card from a BT8xx TV card, see the documentation file at - Documentation/driver-api/bt8xxgpio.rst + Documentation/driver-api/gpio/bt8xxgpio.rst If unsure, say N. |