* Andrew F. Davis <a...@ti.com> [190204 14:52]: > On 2/4/19 8:22 AM, Roger Quadros wrote: > > From: Suman Anna <s-a...@ti.com> > > +++ b/drivers/soc/ti/Kconfig > > @@ -73,4 +73,16 @@ config TI_SCI_PM_DOMAINS > > called ti_sci_pm_domains. Note this is needed early in boot before > > rootfs may be available. > > > > +config TI_PRUSS > > + tristate "TI PRU-ICSS Subsystem Platform drivers" > > + depends on SOC_AM33XX || SOC_AM43XX || SOC_DRA7XX > > + select MFD_SYSCON > > + default n
Just a nitpick comment, we have n as the default already, so default n can be dropped. Regards, Tony