Re: [PATCH -next] watchdog/wm831x: fix build when COMPILE_TEST is enabled

2017-03-01 Thread Charles Keepax
On Tue, Feb 28, 2017 at 10:31:15AM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > Fix kconfig dependencies when COMPILE_TEST is enabled so that > interdependent module dependencies are configured as needed. > > Fixes build when WM831X_WATCHDOG=m and COMPILE_TEST=y. >

Re: [PATCH -next] watchdog/wm831x: fix build when COMPILE_TEST is enabled

2017-03-01 Thread Charles Keepax
On Tue, Feb 28, 2017 at 10:31:15AM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > Fix kconfig dependencies when COMPILE_TEST is enabled so that > interdependent module dependencies are configured as needed. > > Fixes build when WM831X_WATCHDOG=m and COMPILE_TEST=y. > No other WM831X

[PATCH -next] watchdog/wm831x: fix build when COMPILE_TEST is enabled

2017-02-28 Thread Randy Dunlap
From: Randy Dunlap Fix kconfig dependencies when COMPILE_TEST is enabled so that interdependent module dependencies are configured as needed. Fixes build when WM831X_WATCHDOG=m and COMPILE_TEST=y. No other WM831X drivers are enabled. The problem is in mixing tristate and

[PATCH -next] watchdog/wm831x: fix build when COMPILE_TEST is enabled

2017-02-28 Thread Randy Dunlap
From: Randy Dunlap Fix kconfig dependencies when COMPILE_TEST is enabled so that interdependent module dependencies are configured as needed. Fixes build when WM831X_WATCHDOG=m and COMPILE_TEST=y. No other WM831X drivers are enabled. The problem is in mixing tristate and boolean dependencies.

Re: [PATCH -next] watchdog/wm831x: fix build when COMPILE_TEST is enabled

2017-02-28 Thread Guenter Roeck
On Tue, Feb 28, 2017 at 10:31:15AM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > Fix kconfig dependencies when COMPILE_TEST is enabled so that > interdependent module dependencies are configured as needed. > > Fixes build when WM831X_WATCHDOG=m and COMPILE_TEST=y. >

Re: [PATCH -next] watchdog/wm831x: fix build when COMPILE_TEST is enabled

2017-02-28 Thread Guenter Roeck
On Tue, Feb 28, 2017 at 10:31:15AM -0800, Randy Dunlap wrote: > From: Randy Dunlap > > Fix kconfig dependencies when COMPILE_TEST is enabled so that > interdependent module dependencies are configured as needed. > > Fixes build when WM831X_WATCHDOG=m and COMPILE_TEST=y. > No other WM831X