[PATCH] platform: raspberrypi: Fix typos in Kconfig files
Kryštof Černý <[email protected]> Fri, 31 Jul 2026 10:17:09 +0200
| Newsgroups | org.kernel.feeds.b4-sent,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Correct minor typographical errors in Kconfig help texts. Signed-off-by: Kryštof Černý <[email protected]> --- drivers/platform/raspberrypi/Kconfig | 4 ++-- drivers/platform/raspberrypi/vchiq-mmal/Kconfig | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/platform/raspberrypi/Kconfig b/drivers/platform/raspberrypi/Kconfig index 2c928440a47c..cdf98509cd1b 100644 --- a/drivers/platform/raspberrypi/Kconfig +++ b/drivers/platform/raspberrypi/Kconfig @@ -8,7 +8,7 @@ menuconfig BCM_VIDEOCORE help Support for Broadcom VideoCore services including the BCM2835 family of products which is used - by the Raspberry PI. + by the Raspberry Pi. if BCM_VIDEOCORE @@ -26,7 +26,7 @@ config BCM2835_VCHIQ API, which is in turn used by several multimedia services on the BCM2835 family of SoCs. - Defaults to Y when the Broadcom Videocore services are included + Defaults to Y when the Broadcom VideoCore services are included in the build, N otherwise. if BCM2835_VCHIQ diff --git a/drivers/platform/raspberrypi/vchiq-mmal/Kconfig b/drivers/platform/raspberrypi/vchiq-mmal/Kconfig index c99525a0bb45..827e73a97afb 100644 --- a/drivers/platform/raspberrypi/vchiq-mmal/Kconfig +++ b/drivers/platform/raspberrypi/vchiq-mmal/Kconfig @@ -4,4 +4,4 @@ config BCM2835_VCHIQ_MMAL help Enables the MMAL API over VCHIQ interface as used for the majority of the multimedia services on VideoCore. - Defaults to Y when the Broadcomd BCM2835 camera host is selected. + Defaults to Y when the Broadcom BCM2835 camera host is selected. --- base-commit: 95d6a9ccef99117115e41e9adb271243bd5e985b change-id: 20260731-brcm-typos-7d134c501516 Best regards, -- Kryštof Černý <[email protected]>