aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 0e90453e4acb..e275432ef2c7 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -110,6 +110,7 @@ parameter is applicable:
110 USB USB support is enabled. 110 USB USB support is enabled.
111 USBHID USB Human Interface Device support is enabled. 111 USBHID USB Human Interface Device support is enabled.
112 V4L Video For Linux support is enabled. 112 V4L Video For Linux support is enabled.
113 VMMIO Driver for memory mapped virtio devices is enabled.
113 VGA The VGA console has been enabled. 114 VGA The VGA console has been enabled.
114 VT Virtual terminal support is enabled. 115 VT Virtual terminal support is enabled.
115 WDT Watchdog support is enabled. 116 WDT Watchdog support is enabled.
@@ -2932,6 +2933,22 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
2932 video= [FB] Frame buffer configuration 2933 video= [FB] Frame buffer configuration
2933 See Documentation/fb/modedb.txt. 2934 See Documentation/fb/modedb.txt.
2934 2935
2936 virtio_mmio.device=
2937 [VMMIO] Memory mapped virtio (platform) device.
2938
2939 <size>@<baseaddr>:<irq>[:<id>]
2940 where:
2941 <size> := size (can use standard suffixes
2942 like K, M and G)
2943 <baseaddr> := physical base address
2944 <irq> := interrupt number (as passed to
2945 request_irq())
2946 <id> := (optional) platform device id
2947 example:
2948 virtio_mmio.device=1K@0x100b0000:48:7
2949
2950 Can be used multiple times for multiple devices.
2951
2935 vga= [BOOT,X86-32] Select a particular video mode 2952 vga= [BOOT,X86-32] Select a particular video mode
2936 See Documentation/x86/boot.txt and 2953 See Documentation/x86/boot.txt and
2937 Documentation/svga.txt. 2954 Documentation/svga.txt.