Re: [PATCH] mips: remove dead select
"Arnd Bergmann" <[email protected]> Thu, 23 Jul 2026 13:16:18 +0200
| Newsgroups | org.kernel.vger.linux-mips,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 23, 2026, at 12:49, Julian Braha wrote: > 'select' does not work on config options in a 'choice', so the current > 'select CPU_BIG_ENDIAN' does nothing (dead code). > > However, ECONET already also selects SYS_SUPPORTS_BIG_ENDIAN so this > means that CPU_BIG_ENDIAN will always be set. > > Let's remove the unnecessary 'select CPU_BIG_ENDIAN'. > > This dead select was found by kconfirm, a static analysis tool for > Kconfig. > > Signed-off-by: Julian Braha <[email protected]> Acked-by: Arnd Bergmann <[email protected]>