]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
lib/Kconfig: fix OBJAGG in lib/ menu structure
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 9 Sep 2019 21:54:21 +0000 (14:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Sep 2019 08:30:10 +0000 (09:30 +0100)
commit3dfdecc6d1256835ac0612b2a8f7595466d66327
tree758f40339e90d9e8a4d19daee9ecb1415f6c95d7
parent49f6c90bf6805948b597eabb499e500a47cf24be
lib/Kconfig: fix OBJAGG in lib/ menu structure

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 <rdunlap@infradead.org>
Cc: Jiri Pirko <jiri@mellanox.com>
Cc: Ido Schimmel <idosch@mellanox.com>
Cc: David S. Miller <davem@davemloft.net>
Tested-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
lib/Kconfig