Re: [1/7] powerpc/papr_scm: Use depend instead of select

2018-12-09 Thread Michael Ellerman
On Thu, 2018-12-06 at 15:17:08 UTC, Oliver O'Halloran wrote: > Making PAPR_SCM select LIBNVDIMM results in circular dependencies in > Kconfig when another symbol depends on it. Fix this by replacing the > select with a depends. > > Fixes: b5beae5e224f ("powerpc/pseries: Add driver for PAPR SCM reg

[PATCH 1/7] powerpc/papr_scm: Use depend instead of select

2018-12-06 Thread Oliver O'Halloran
Making PAPR_SCM select LIBNVDIMM results in circular dependencies in Kconfig when another symbol depends on it. Fix this by replacing the select with a depends. Fixes: b5beae5e224f ("powerpc/pseries: Add driver for PAPR SCM regions") Reported-by: Alastair D'Silva Signed-off-by: Oliver O'Halloran