Skip to content

Commit

Permalink
lib/Kconfig: fix OBJAGG in lib/ menu structure
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rddunlap authored and davem330 committed Sep 11, 2019
1 parent 49f6c90 commit 3dfdecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -653,6 +656,3 @@ config GENERIC_LIB_CMPDI2

config GENERIC_LIB_UCMPDI2
bool

config OBJAGG
tristate "objagg" if COMPILE_TEST

0 comments on commit 3dfdecc

Please sign in to comment.