Skip to content

Commit 3dfdecc

Browse files
rddunlapdavem330
authored andcommitted
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: 0a020d4 ("lib: introduce initial implementation of object aggregation manager") Signed-off-by: Randy Dunlap <[email protected]> Cc: Jiri Pirko <[email protected]> Cc: Ido Schimmel <[email protected]> Cc: David S. Miller <[email protected]> Tested-by: Ido Schimmel <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 49f6c90 commit 3dfdecc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,9 @@ config SBITMAP
631631
config PARMAN
632632
tristate "parman" if COMPILE_TEST
633633

634+
config OBJAGG
635+
tristate "objagg" if COMPILE_TEST
636+
634637
config STRING_SELFTEST
635638
tristate "Test string functions"
636639

@@ -653,6 +656,3 @@ config GENERIC_LIB_CMPDI2
653656

654657
config GENERIC_LIB_UCMPDI2
655658
bool
656-
657-
config OBJAGG
658-
tristate "objagg" if COMPILE_TEST

0 commit comments

Comments
 (0)