From 8bef8db0b15f5dab9c782287847bddb9b64809f2 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Tue, 1 Nov 2005 17:33:54 +0000 Subject: 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 --- rules/kernel.in | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'rules/kernel.in') 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" -- cgit v1.2.3