Re: [PATCH 3/3] reset: simple: Allow user selection of driver

2018-02-19 Thread Joel Stanley
On Mon, Feb 19, 2018 at 10:16 PM, Philipp Zabel wrote: > On Mon, 2018-02-19 at 17:24 +1030, Joel Stanley wrote: >> Currently this driver is only user selectable if COMPILE_TEST is turned >> on. Users may wish to select (and deselect) it, so remove this >> restriction. > >

Re: [PATCH 3/3] reset: simple: Allow user selection of driver

2018-02-19 Thread Joel Stanley
On Mon, Feb 19, 2018 at 10:16 PM, Philipp Zabel wrote: > On Mon, 2018-02-19 at 17:24 +1030, Joel Stanley wrote: >> Currently this driver is only user selectable if COMPILE_TEST is turned >> on. Users may wish to select (and deselect) it, so remove this >> restriction. > > I would like to keep

Re: [PATCH 3/3] reset: simple: Allow user selection of driver

2018-02-19 Thread Philipp Zabel
On Mon, 2018-02-19 at 17:24 +1030, Joel Stanley wrote: > Currently this driver is only user selectable if COMPILE_TEST is turned > on. Users may wish to select (and deselect) it, so remove this > restriction. I would like to keep user visible options to a minimum unless there is a good reason.

Re: [PATCH 3/3] reset: simple: Allow user selection of driver

2018-02-19 Thread Philipp Zabel
On Mon, 2018-02-19 at 17:24 +1030, Joel Stanley wrote: > Currently this driver is only user selectable if COMPILE_TEST is turned > on. Users may wish to select (and deselect) it, so remove this > restriction. I would like to keep user visible options to a minimum unless there is a good reason.

[PATCH 3/3] reset: simple: Allow user selection of driver

2018-02-18 Thread Joel Stanley
Currently this driver is only user selectable if COMPILE_TEST is turned on. Users may wish to select (and deselect) it, so remove this restriction. Signed-off-by: Joel Stanley --- drivers/reset/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 3/3] reset: simple: Allow user selection of driver

2018-02-18 Thread Joel Stanley
Currently this driver is only user selectable if COMPILE_TEST is turned on. Users may wish to select (and deselect) it, so remove this restriction. Signed-off-by: Joel Stanley --- drivers/reset/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/reset/Kconfig