.. | .. |
---|
32 | 32 | |
---|
33 | 33 | config CMDLINE_BOOL |
---|
34 | 34 | bool "Built-in kernel command line" |
---|
35 | | - default n |
---|
36 | 35 | help |
---|
37 | 36 | For most systems, it is firmware or second stage bootloader that |
---|
38 | 37 | by default specifies the kernel command line options. However, |
---|
.. | .. |
---|
53 | 52 | config CMDLINE |
---|
54 | 53 | string "Default kernel command string" |
---|
55 | 54 | depends on CMDLINE_BOOL |
---|
56 | | - default "" |
---|
57 | 55 | help |
---|
58 | 56 | On some platforms, there is currently no way for the boot loader to |
---|
59 | 57 | pass arguments to the kernel. For these platforms, and for the cases |
---|
.. | .. |
---|
68 | 66 | |
---|
69 | 67 | config CMDLINE_OVERRIDE |
---|
70 | 68 | bool "Built-in command line overrides firmware arguments" |
---|
71 | | - default n |
---|
72 | 69 | depends on CMDLINE_BOOL |
---|
73 | 70 | help |
---|
74 | 71 | By setting this option to 'Y' you will have your kernel ignore |
---|
.. | .. |
---|
151 | 148 | form their addresses. That is, log base 2 of the span between |
---|
152 | 149 | adjacent ns16550 registers in the system. |
---|
153 | 150 | |
---|
| 151 | +config MIPS_CPS_NS16550_WIDTH |
---|
| 152 | + int "UART Register Width" |
---|
| 153 | + default 1 |
---|
| 154 | + help |
---|
| 155 | + ns16550 registers width. UART registers IO access methods will be |
---|
| 156 | + selected in accordance with this parameter. By setting it to 1, 2 or |
---|
| 157 | + 4 UART registers will be accessed by means of lb/sb, lh/sh or lw/sw |
---|
| 158 | + instructions respectively. Any value not from that set activates |
---|
| 159 | + lb/sb instructions. |
---|
| 160 | + |
---|
154 | 161 | endif # MIPS_CPS_NS16550_BOOL |
---|