]> git.ipfire.org Git - thirdparty/openwrt.git/commit
kernel: armsr: remove duplicate kconfig between generic and armsr
authorMathew McBride <matt@traverse.com.au>
Fri, 1 May 2026 02:16:33 +0000 (12:16 +1000)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Mon, 25 May 2026 20:12:04 +0000 (22:12 +0200)
commit2cb77cf3159cafc2563ce0725131716cae1027f5
treee7663b4a865c9258f274e99d633f75672bfddefe
parent968b0b3e28585446ec77bc98ac2233eefbd20bf1
kernel: armsr: remove duplicate kconfig between generic and armsr

These were found by running:
comm -12 <(sort target/linux/generic/config-6.18) \
<(sort target/linux/armsr/config-6.18)

A similar process has been run between armsr/config-6.18
and armsr/armv8/config-6.18, though I have not pruned
the armv8 as much. Once the main branch switches armsr
to 6.18 we can do a more aggressive deduplication.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
Link: https://github.com/openwrt/openwrt/pull/21433
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/armsr/armv8/config-6.18