summaryrefslogtreecommitdiffstats
path: root/rules/ltp-kernel.in
diff options
context:
space:
mode:
authorHenning Steffen <h.steffen@pengutronix.de>2008-06-04 13:05:24 +0000
committerHenning Steffen <h.steffen@pengutronix.de>2008-06-04 13:05:24 +0000
commit17df9f2c792259af0074adf384745903c2b972a4 (patch)
tree9b233de816eef1a7b52ba2735962f7b559d66406 /rules/ltp-kernel.in
parente77d46edfa498ea6b9e482eed2f9a4783fb8d66d (diff)
downloadptxdist-17df9f2c792259af0074adf384745903c2b972a4.tar.gz
ptxdist-17df9f2c792259af0074adf384745903c2b972a4.tar.xz
* change bool to tristate .in Files from H to M
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8312 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ltp-kernel.in')
-rw-r--r--rules/ltp-kernel.in19
1 files changed, 5 insertions, 14 deletions
diff --git a/rules/ltp-kernel.in b/rules/ltp-kernel.in
index 841938fa4..d38aad83a 100644
--- a/rules/ltp-kernel.in
+++ b/rules/ltp-kernel.in
@@ -1,76 +1,67 @@
menuconfig LTP_KERNEL
tristate
select LTP_BASE
- prompt "kernel "
+ prompt "kernel "
help
Kernel based tests.
+if LTP_KERNEL
+
config LTP_KERNEL_NUMA
bool
prompt "numa"
- depends on LTP_KERNEL
config LTP_KERNEL_CONTAINERS
bool
prompt "containers"
- depends on LTP_KERNEL
config LTP_KERNEL_CONTROLLERS
bool
prompt "controllers"
- depends on LTP_KERNEL
config LTP_KERNEL_INCLUDE
bool
- depends on LTP_KERNEL
config LTP_KERNEL_FS
bool
prompt "fs"
- depends on LTP_KERNEL
config LTP_KERNEL_IO
bool
prompt "io"
- depends on LTP_KERNEL
config LTP_KERNEL_IPC
bool
prompt "ipc"
- depends on LTP_KERNEL
config LTP_KERNEL_MEM
bool
prompt "mem"
- depends on LTP_KERNEL
config LTP_KERNEL_PTY
bool
prompt "pty"
- depends on LTP_KERNEL
config LTP_KERNEL_SCHED
bool
prompt "sched"
- depends on LTP_KERNEL
config LTP_KERNEL_SECURITY
bool
prompt "security"
- depends on LTP_KERNEL
config LTP_KERNEL_SYSCALLS
bool
prompt "syscalls"
- depends on LTP_KERNEL
select LTP_KERNEL_INCLUDE
config LTP_KERNEL_TIMERS
bool
prompt "timers"
- depends on LTP_KERNEL
select LTP_KERNEL_INCLUDE
+endif
+
## ----------------------------------------------------------------------------
#menuconfig LTP_KERNEL_FS
## ----------------------------------------------------------------------------