On Tue, Jul 16, 2024 at 4:17 AM Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote: > > On Fri, 12 Jul 2024 at 02:13, Bartosz Golaszewski <brgl@xxxxxxxx> wrote: > > > > This PR contains the core power sequencing framework, the first driver, PCI > > changes using the pwrseq library (blessed by Bjorn Helgaas) and some fixes > > that came later. > > Hmm. Let's see how this all works out, but I already found an annoyance. > > It first asks me about the new PCI power sequencing driver. > > And then it asks me separately if I want the power sequencing support. > > Now, either this should > > (a) not ask about the generic power sequencing support at all, and > just select if if a driver that is enabled needs it > > OR > > (b) it should ask about power sequencing support and then if you say > "N", it should not ask about the drivers. > > But asking *twice* is definitely not kosher. > > Linus I didn't notice it because I almost always use menuconfig. I'll look into it. Bartosz