]> git.ipfire.org Git - thirdparty/openwrt.git/commit
bcm27xx: clean up stray config-6.18/config-6.12 entries 24645/head
authorJoshua Covington <joshuacov@gmail.com>
Sun, 9 Aug 2026 15:44:02 +0000 (15:44 +0000)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Fri, 14 Aug 2026 08:31:20 +0000 (10:31 +0200)
commit71227664f2d7be9f0492baeb3935881d74df4e32
tree92b5e9334be09d60f2bb326dcc7cf4c73d16fbe5
parent8fb566897960ee6b91a435c62e0fccf128daad2a
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 <joshuacov@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/24645
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/bcm27xx/config-6.12
target/linux/bcm27xx/config-6.18