aboutsummaryrefslogtreecommitdiff
path: root/drivers/test/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/test/Kconfig')
-rw-r--r--drivers/test/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/test/Kconfig b/drivers/test/Kconfig
new file mode 100644
index 00000000000..0a5ee717b08
--- /dev/null
+++ b/drivers/test/Kconfig
@@ -0,0 +1,20 @@
+menu "PPC4xx Self Test support"
+
+config PPC4xx_TEST
+ tristate "PowerPC 4xx Self Test support"
+ help
+ PPC4xx self tests are kernel drivers which can be built into the
+ kernel, or can be built as seperate driver modules. If these
+ drivers are built into the kernel, then they are run when the
+ kernel loads the test drivers. If these test drivers are built
+ as modules, then use insmod to load and execute the test drivers.
+
+config PPC4xx_L2CACHE_TEST
+ tristate "PowerPC 4xx L2 Cache Self Test support"
+ depends on PPC4xx_TEST
+ help
+ If you say Y here, you will get support for
+ the L2 Cache self test interface. See driver for
+ more information.
+
+endmenu