Re: [PATCH] PCI/pwrctl: reduce the amount of Kconfig noise
From: Bartosz Golaszewski
Date: Tue Jul 16 2024 - 12:29:28 EST
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?
Bartosz