From: Joshua Covington Date: Sun, 9 Aug 2026 15:44:02 +0000 (+0000) Subject: bcm27xx: clean up stray config-6.18/config-6.12 entries X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71227664f2d7be9f0492baeb3935881d74df4e32;p=thirdparty%2Fopenwrt.git bcm27xx: clean up stray config-6.18/config-6.12 entries Remove stray/redundant lines from the shared kernel config fragments, in both config-6.18 and config-6.12: - CONFIG_COMMON_CLK_RP1_SDIO is listed twice (the second copy has a double space before "is not set", which is why dedup tooling never caught it). - CONFIG_WS2812_PIO_RP1, CONFIG_PWM_PIO_RP1, and CONFIG_RP1_PIO are each the KCONFIG of a kmod package in modules/other.mk, so gen_kconfig_overrides() already emits "# ... is not set" for all three whenever their package is unselected, independently of these fragments. No functional change. Signed-off-by: Joshua Covington Link: https://github.com/openwrt/openwrt/pull/24645 Signed-off-by: Jonas Jelonek --- diff --git a/target/linux/bcm27xx/config-6.12 b/target/linux/bcm27xx/config-6.12 index 157d532caea..f756c7f65d7 100644 --- a/target/linux/bcm27xx/config-6.12 +++ b/target/linux/bcm27xx/config-6.12 @@ -2,7 +2,6 @@ # CONFIG_BCM2712_MIP is not set # CONFIG_COMMON_CLK_RP1 is not set # CONFIG_COMMON_CLK_RP1_SDIO is not set -# CONFIG_COMMON_CLK_RP1_SDIO is not set # CONFIG_DRM_PANEL_ILITEK_ILI9805 is not set # CONFIG_DRM_PANEL_ILITEK_ILI9806E is not set # CONFIG_DRM_PANEL_ILITEK_ILI9806E_SPI is not set @@ -27,12 +26,10 @@ # CONFIG_PHY_CADENCE_DP is not set # CONFIG_PINCTRL_BCM2712 is not set # CONFIG_PINCTRL_RP1 is not set -# CONFIG_PWM_PIO_RP1 is not set # CONFIG_PWM_RP1 is not set # CONFIG_RASPBERRYPI_GPIOMEM is not set # CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_V2 is not set # CONFIG_REGULATOR_WAVESHARE_TOUCHSCREEN is not set -# CONFIG_RP1_PIO is not set # CONFIG_SENSORS_RP1_ADC is not set # CONFIG_SERIAL_RPI_FW is not set # CONFIG_SND_PIMIDI is not set @@ -56,4 +53,3 @@ # CONFIG_VIDEO_RASPBERRYPI_PISP_BE is not set # CONFIG_VIDEO_RP1_CFE is not set # CONFIG_VIDEO_RPI_HEVC_DEC is not set -# CONFIG_WS2812_PIO_RP1 is not set diff --git a/target/linux/bcm27xx/config-6.18 b/target/linux/bcm27xx/config-6.18 index 31e55895255..85d25e41677 100644 --- a/target/linux/bcm27xx/config-6.18 +++ b/target/linux/bcm27xx/config-6.18 @@ -2,7 +2,6 @@ # CONFIG_BCM2712_MIP is not set # CONFIG_COMMON_CLK_RP1 is not set # CONFIG_COMMON_CLK_RP1_SDIO is not set -# CONFIG_COMMON_CLK_RP1_SDIO is not set # CONFIG_DMABUF_HEAPS_CMA_LEGACY is not set # CONFIG_DRM_PANEL_ILITEK_ILI9805 is not set # CONFIG_DRM_PANEL_ILITEK_ILI9806E is not set @@ -29,12 +28,10 @@ # CONFIG_PINCTRL_BCM2712 is not set # CONFIG_PINCTRL_BRCMSTB is not set # CONFIG_PINCTRL_RP1 is not set -# CONFIG_PWM_PIO_RP1 is not set # CONFIG_PWM_RP1 is not set # CONFIG_RASPBERRYPI_GPIOMEM is not set # CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_V2 is not set # CONFIG_REGULATOR_WAVESHARE_TOUCHSCREEN is not set -# CONFIG_RP1_PIO is not set # CONFIG_SENSORS_RP1_ADC is not set # CONFIG_SERIAL_RPI_FW is not set # CONFIG_SND_PIMIDI is not set @@ -59,4 +56,3 @@ # CONFIG_VIDEO_RP1_CFE is not set # CONFIG_VIDEO_RP1_CFE_DOWNSTREAM is not set # CONFIG_VIDEO_RPI_HEVC_DEC is not set -# CONFIG_WS2812_PIO_RP1 is not set