Re: [PATCH 1/2] arc: Rework Kconfig choice menus

2025-03-18 Thread Tom Rini
On Tue, Mar 18, 2025 at 08:32:10PM +, Alexey Brodkin wrote: > Hi Tom, > > > Currently we get a number of warnings about using "select" statements > > on "choice" options and that this as no effect. Rework some of these so > > that we use "depends on" rather than select for the CPU, and have th

Re: [PATCH 1/2] arc: Rework Kconfig choice menus

2025-03-18 Thread Alexey Brodkin
Hi Tom, > Currently we get a number of warnings about using "select" statements > on "choice" options and that this as no effect. Rework some of these so > that we use "depends on" rather than select for the CPU, and have the > CPU select the MMU version. The MMU version is no longer prompted for.