summaryrefslogtreecommitdiffstats
path: root/rules/kernel.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-11-01 17:33:54 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-11-01 17:33:54 +0000
commit8bef8db0b15f5dab9c782287847bddb9b64809f2 (patch)
tree81141fea853a7917af9bcb2fd9de39f699786ffd /rules/kernel.in
parentf65e3c56f980c09fa8bf247c45185dd9ce9f462f (diff)
downloadptxdist-8bef8db0b15f5dab9c782287847bddb9b64809f2.tar.gz
ptxdist-8bef8db0b15f5dab9c782287847bddb9b64809f2.tar.xz
add cmdline configuration for uml kernel
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3283 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/kernel.in')
-rw-r--r--rules/kernel.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/rules/kernel.in b/rules/kernel.in
index 7f88c9170..8f33ed06f 100644
--- a/rules/kernel.in
+++ b/rules/kernel.in
@@ -609,6 +609,36 @@ choice
endchoice
+choice
+ prompt "Root filesystem method for host"
+
+
+ config KERNEL_HOST_ROOT_HOSTFS
+ bool
+ prompt "hostfs"
+ depends on KERNEL_HOST
+ help
+ Using the hostfs method, $(ROOTDIR) is shared between
+ the host and the user mode linux machine.
+
+endchoice
+
+config KERNEL_HOST_CONSOLE_STDSERIAL
+ bool
+ prompt "map uml's /dev/ttyS0 to host's stdio"
+ depends on KERNEL_HOST
+ help
+ This switch adds "ssl0=fd:0,fd:1" to the kernel command line,
+ which forwards /dev/ttyS0 of the user mode linux vm to the
+ host's stdin/stdout.
+
+config KERNEL_HOST_CMDLINE
+ string
+ prompt "kernel command line for host kernel"
+ help
+ Add your custom kernel commandline for the user mode linux
+ kernel here.
+
#config KERNEL_INSTALL_MODULES
# bool
# prompt "Install modules into /lib/modules on target"