On Tue, Jul 16, 2024 at 6:33 PM Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> wrote: > > On Tue, Jul 16, 2024 at 06:29:04PM +0200, Bartosz Golaszewski wrote: > > On Tue, Jul 16, 2024 at 5:59 PM Manivannan Sadhasivam > > <manivannan.sadhasivam@xxxxxxxxxx> wrote: > > > > > > On Tue, Jul 16, 2024 at 05:23:18PM +0200, Bartosz Golaszewski wrote: > > > > From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> > > > > > > > > Kconfig will ask the user twice about power sequencing: once for the QCom > > > > WCN power sequencing driver and then again for the PCI power control > > > > driver using it. > > > > > > > > Let's remove the public menuconfig entry for PCI pwrctl and instead > > > > default the relevant symbol to 'm' only for the architectures that > > > > actually need it. > > > > > > > > > > Why can't you put it in defconfig instead? > > > > > > > Only Qualcomm uses it right now. I don't think it's worth building it > > for everyone just yet. Let's cross that bridge when we have more > > platforms selecting it? > > > > This is the same case for rest of the Qcom specific drivers as well, but we > enable it in ARM/ARM64 defconfig. So I think this driver should also follow the > same. > Ok, so let's do it in the next cycle. Bart