]> www.infradead.org Git - users/jedix/linux-maple.git/commit
math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting it
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 23 Aug 2021 23:59:54 +0000 (09:59 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Aug 2021 23:34:45 +0000 (09:34 +1000)
commitabf80b1710e0f1c4d8c065e03f513f4736a83623
treed70ee61a0d2511c70d726028f193ba2afbfdb3bd
parent3944869d304bb1fedc7f7eb56e9376826524badf
math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting it

RATIONAL_KUNIT_TEST selects RATIONAL, thus enabling an optional feature
the user may not want to have enabled.  Fix this by making the test depend
on RATIONAL instead.

Link: https://lkml.kernel.org/r/20210706100945.3803694-3-geert@linux-m68k.org
Fixes: b6c75c4afceb8bc0 ("lib/math/rational: add Kunit test cases")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Brendan Higgins <brendanhiggins@google.com>
Cc: Colin Ian King <colin.king@canonical.com>
Cc: Trent Piepho <tpiepho@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
lib/Kconfig.debug