On Wed, Apr 4, 2018 at 3:32 PM, Mike Looijmans <mike.looijm...@topic.nl> wrote:
> > Which may still be very confusing, since it means that CONFIG_MACB=y with > CONFIG_NVMEM=m will fail, but setting both to "y" or both to "m" will work. > So that would introduce more build failures again, right? Right, it would require having a depends on NVMEM || !NVMEM line in Kconfig for each such driver, or a depends on NVMEM != m for drivers that cannot be modules themselves. Arnd