diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2019-09-09 14:54:21 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-09-11 09:30:10 +0100 |
commit | 3dfdecc6d1256835ac0612b2a8f7595466d66327 (patch) | |
tree | 758f40339e90d9e8a4d19daee9ecb1415f6c95d7 /lib/Kconfig | |
parent | 49f6c90bf6805948b597eabb499e500a47cf24be (diff) | |
download | linux-3dfdecc6d1256835ac0612b2a8f7595466d66327.tar.bz2 |
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>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index f33d66fc0e86..4e6b1c3e4c98 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -631,6 +631,9 @@ config SBITMAP config PARMAN tristate "parman" if COMPILE_TEST +config OBJAGG + tristate "objagg" if COMPILE_TEST + config STRING_SELFTEST tristate "Test string functions" @@ -653,6 +656,3 @@ config GENERIC_LIB_CMPDI2 config GENERIC_LIB_UCMPDI2 bool - -config OBJAGG - tristate "objagg" if COMPILE_TEST |