aboutsummaryrefslogtreecommitdiff
path: root/drivers/test/Kconfig
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2014-08-13 16:14:13 -0500
committerDavid Barksdale <amatus@amatus.name>2014-08-13 16:14:13 -0500
commitace6c6d243016e272050787c14e27a83ecd94a25 (patch)
treec837edb1ca98b2552fbc7edba47aeb63f98ca1f0 /drivers/test/Kconfig
parent1b6e1688bd215cd7c9cb75650fa815a1ec6567e1 (diff)
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