]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: omap2: dead code cleanup in kconfig for ARCH_OMAP4
authorJulian Braha <julianbraha@gmail.com>
Sun, 29 Mar 2026 18:30:18 +0000 (19:30 +0100)
committerKevin Hilman <khilman@baylibre.com>
Mon, 30 Mar 2026 21:21:20 +0000 (14:21 -0700)
commit9ceb17ccd15ea32f19c9066f5f1b340d8340bd0b
treed8dee25f413abb5dcfb20fe343ae8469e22ce16c
parent7e74b606dd39c46d4378d6f6563f560a00ab8694
ARM: omap2: dead code cleanup in kconfig for ARCH_OMAP4

The same kconfig 'select OMAP_INTERCONNECT' appears twice for ARCH_OMAP4.
I propose removing the second instance, as it is effectively dead code.

This dead code was found by kconfirm, a static analysis tool for Kconfig.

Signed-off-by: Julian Braha <julianbraha@gmail.com>
Link: https://patch.msgid.link/20260329183018.519560-1-julianbraha@gmail.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/mach-omap2/Kconfig