diff options
| author | Adam Azuddin <azuddinadam@gmail.com> | 2026-03-04 12:39:05 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-03-09 19:46:57 +0300 |
| commit | 436aa95b3cff392a4c9ff2ae8a02ee513b0130d3 (patch) | |
| tree | 51a249645037e0d450b772e26fecf157cf0d7b33 | |
| parent | 5a7334704cf77eb496e54cb007a976f717ddf4c7 (diff) | |
| download | linux-436aa95b3cff392a4c9ff2ae8a02ee513b0130d3.tar.xz | |
staging: fbtft: Update RA8875 Kconfig help description
The current description is too brief. Update the description to
include the manufacturer (RAiO) and the supported resolution
(up to 800x480 pixels) to help users identify the correct driver.
Signed-off-by: Adam Azuddin <azuddinadam@gmail.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Link: https://patch.msgid.link/aaf9uQOBzCwQuff4@marchy
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/fbtft/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/staging/fbtft/Kconfig b/drivers/staging/fbtft/Kconfig index 578412a2f379..92943564cb91 100644 --- a/drivers/staging/fbtft/Kconfig +++ b/drivers/staging/fbtft/Kconfig @@ -86,7 +86,11 @@ config FB_TFT_PCD8544 config FB_TFT_RA8875 tristate "FB driver for the RA8875 LCD Controller" help - Generic Framebuffer support for RA8875 + This enables generic framebuffer support for the RAiO RA8875 + display controller. The controller is intended for medium size text/graphic + mixed displays with a resolution of up to 800x480 pixels. + + Say Y if you have such a display that utilizes this controller. config FB_TFT_S6D02A1 tristate "FB driver for the S6D02A1 LCD Controller" |
