diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-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 7da0899d1fb9..5092a2be83c5 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1369,6 +1369,27 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1369 | min_addr=nn[KMG] [KNL,BOOT,ia64] All physical memory below this | 1369 | min_addr=nn[KMG] [KNL,BOOT,ia64] All physical memory below this |
1370 | physical address is ignored. | 1370 | physical address is ignored. |
1371 | 1371 | ||
1372 | mini2440= [ARM,HW,KNL] | ||
1373 | Format:[0..2][b][c][t] | ||
1374 | Default: "0tb" | ||
1375 | MINI2440 configuration specification: | ||
1376 | 0 - The attached screen is the 3.5" TFT | ||
1377 | 1 - The attached screen is the 7" TFT | ||
1378 | 2 - The VGA Shield is attached (1024x768) | ||
1379 | Leaving out the screen size parameter will not load | ||
1380 | the TFT driver, and the framebuffer will be left | ||
1381 | unconfigured. | ||
1382 | b - Enable backlight. The TFT backlight pin will be | ||
1383 | linked to the kernel VESA blanking code and a GPIO | ||
1384 | LED. This parameter is not necessary when using the | ||
1385 | VGA shield. | ||
1386 | c - Enable the s3c camera interface. | ||
1387 | t - Reserved for enabling touchscreen support. The | ||
1388 | touchscreen support is not enabled in the mainstream | ||
1389 | kernel as of 2.6.30, a preliminary port can be found | ||
1390 | in the "bleeding edge" mini2440 support kernel at | ||
1391 | http://repo.or.cz/w/linux-2.6/mini2440.git | ||
1392 | |||
1372 | mminit_loglevel= | 1393 | mminit_loglevel= |
1373 | [KNL] When CONFIG_DEBUG_MEMORY_INIT is set, this | 1394 | [KNL] When CONFIG_DEBUG_MEMORY_INIT is set, this |
1374 | parameter allows control of the logging verbosity for | 1395 | parameter allows control of the logging verbosity for |