Commit 9ceb17cc authored by Julian Braha's avatar Julian Braha Committed by Kevin Hilman
Browse files

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: default avatarJulian Braha <julianbraha@gmail.com>
Link: https://patch.msgid.link/20260329183018.519560-1-julianbraha@gmail.com


Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 7e74b606
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ config ARCH_OMAP4
	select PM if CPU_IDLE
	select ARM_ERRATA_754322
	select ARM_ERRATA_775420
	select OMAP_INTERCONNECT

config SOC_OMAP5
	bool "TI OMAP5"