[PATCH 1/2] kasan: Improve and simplify Kconfig.kasan

2020-06-29 Thread Marco Elver
Turn 'KASAN' into a menuconfig, to avoid cluttering its parent menu with the suboptions if enabled. Use 'if KASAN ... endif' instead of having to 'depend on KASAN' for each entry. Signed-off-by: Marco Elver --- lib/Kconfig.kasan | 15 --- 1 file changed, 8 insertions(+), 7 deletions(

Re: [PATCH 1/2] kasan: Improve and simplify Kconfig.kasan

2020-06-29 Thread Andrey Konovalov
On Mon, Jun 29, 2020 at 12:42 PM Marco Elver wrote: > > Turn 'KASAN' into a menuconfig, to avoid cluttering its parent menu with > the suboptions if enabled. Use 'if KASAN ... endif' instead of having > to 'depend on KASAN' for each entry. > > Signed-off-by: Marco Elver > --- > lib/Kconfig.kasan