Re: [PATCH] lib/Kconfig: fix OBJAGG in lib/ menu structure

2019-09-11 Thread David Miller
From: Randy Dunlap Date: Mon, 9 Sep 2019 14:54:21 -0700 > From: Randy Dunlap > > Keep the "Library routines" menu intact by moving OBJAGG into it. > Otherwise OBJAGG is displayed/presented as an orphan in the > various config menus. > > Fixes: 0a020d416d0a ("lib: introduce initial implementati

Re: [PATCH] lib/Kconfig: fix OBJAGG in lib/ menu structure

2019-09-09 Thread Ido Schimmel
On Mon, Sep 09, 2019 at 02:54:21PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Keep the "Library routines" menu intact by moving OBJAGG into it. > Otherwise OBJAGG is displayed/presented as an orphan in the > various config menus. > > Fixes: 0a020d416d0a ("lib: introduce initial implemen

[PATCH] lib/Kconfig: fix OBJAGG in lib/ menu structure

2019-09-09 Thread Randy Dunlap
From: Randy Dunlap Keep the "Library routines" menu intact by moving OBJAGG into it. Otherwise OBJAGG is displayed/presented as an orphan in the various config menus. Fixes: 0a020d416d0a ("lib: introduce initial implementation of object aggregation manager") Signed-off-by: Randy Dunlap Cc: Jir