math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting it
[linux-2.6-microblaze.git] / lib / Kconfig.debug
index 5ddd575..021bc9c 100644 (file)
@@ -2460,8 +2460,7 @@ config SLUB_KUNIT_TEST
 
 config RATIONAL_KUNIT_TEST
        tristate "KUnit test for rational.c" if !KUNIT_ALL_TESTS
-       depends on KUNIT
-       select RATIONAL
+       depends on KUNIT && RATIONAL
        default KUNIT_ALL_TESTS
        help
          This builds the rational math unit test.