diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-06-18 18:10:29 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-06-18 18:10:29 -0400 |
commit | 413427b5679f7bb9f25548c498ae92bb03e34443 (patch) | |
tree | eae7e551852b85f4b746e1adfd69acd5b378e331 /Documentation | |
parent | 187f81b3d8d315c35c73ac0d05b15a04a0ac3ce7 (diff) | |
parent | 9f01efaa49070acfcfa4b976345054cc27b172ed (diff) |
Merge branch 'next-s3c' of git://aeryn.fluff.org.uk/bjdooks/linux into devel
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kernel-parameters.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 5578248c18a4..96230a638e1b 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1362,6 +1362,27 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1362 | min_addr=nn[KMG] [KNL,BOOT,ia64] All physical memory below this | 1362 | min_addr=nn[KMG] [KNL,BOOT,ia64] All physical memory below this |
1363 | physical address is ignored. | 1363 | physical address is ignored. |
1364 | 1364 | ||
1365 | mini2440= [ARM,HW,KNL] | ||
1366 | Format:[0..2][b][c][t] | ||
1367 | Default: "0tb" | ||
1368 | MINI2440 configuration specification: | ||
1369 | 0 - The attached screen is the 3.5" TFT | ||
1370 | 1 - The attached screen is the 7" TFT | ||
1371 | 2 - The VGA Shield is attached (1024x768) | ||
1372 | Leaving out the screen size parameter will not load | ||
1373 | the TFT driver, and the framebuffer will be left | ||
1374 | unconfigured. | ||
1375 | b - Enable backlight. The TFT backlight pin will be | ||
1376 | linked to the kernel VESA blanking code and a GPIO | ||
1377 | LED. This parameter is not necessary when using the | ||
1378 | VGA shield. | ||
1379 | c - Enable the s3c camera interface. | ||
1380 | t - Reserved for enabling touchscreen support. The | ||
1381 | touchscreen support is not enabled in the mainstream | ||
1382 | kernel as of 2.6.30, a preliminary port can be found | ||
1383 | in the "bleeding edge" mini2440 support kernel at | ||
1384 | http://repo.or.cz/w/linux-2.6/mini2440.git | ||
1385 | |||
1365 | mminit_loglevel= | 1386 | mminit_loglevel= |
1366 | [KNL] When CONFIG_DEBUG_MEMORY_INIT is set, this | 1387 | [KNL] When CONFIG_DEBUG_MEMORY_INIT is set, this |
1367 | parameter allows control of the logging verbosity for | 1388 | parameter allows control of the logging verbosity for |