Lines 233-252
config ACPI_TOSHIBA
Link Here
|
233 |
If you have a legacy free Toshiba laptop (such as the Libretto L1 |
233 |
If you have a legacy free Toshiba laptop (such as the Libretto L1 |
234 |
series), say Y. |
234 |
series), say Y. |
235 |
|
235 |
|
236 |
config ACPI_CUSTOM_DSDT |
236 |
config ACPI_CUSTOM_TABLES |
237 |
bool "Include Custom DSDT" |
237 |
bool "Include Custom System Description Tables" |
238 |
depends on ACPI_INTERPRETER && !STANDALONE |
238 |
depends on ACPI_INTERPRETER && !STANDALONE |
239 |
default n |
239 |
default n |
240 |
help |
240 |
help |
241 |
Thist option is to load a custom ACPI DSDT |
241 |
This option is to load custom ACPI System Description Tables. |
242 |
If you don't know what that is, say N. |
242 |
If you don't know what that is, say N. |
243 |
|
243 |
|
244 |
config ACPI_CUSTOM_DSDT_FILE |
244 |
config ACPI_CUSTOM_DSDT_FILE |
245 |
string "Custom DSDT Table file to include" |
245 |
string "Custom DSDT Table file to include" |
246 |
depends on ACPI_CUSTOM_DSDT |
246 |
depends on ACPI_CUSTOM_TABLES |
247 |
default "" |
247 |
default "" |
248 |
help |
248 |
help |
249 |
Enter the full path name to the file wich includes the AmlCode declaration. |
249 |
Enter the full path name to the DSDT file wich includes the AmlCode declaration. |
|
|
250 |
|
251 |
config ACPI_CUSTOM_SSDT_FILE |
252 |
string "Custom SSDT Table file to include" |
253 |
depends on ACPI_CUSTOM_TABLES |
254 |
default "" |
255 |
help |
256 |
Enter the full path name to the SSDT file wich includes the AmlCode declaration. |
250 |
|
257 |
|
251 |
config ACPI_BLACKLIST_YEAR |
258 |
config ACPI_BLACKLIST_YEAR |
252 |
int "Disable ACPI for systems before Jan 1st this year" |
259 |
int "Disable ACPI for systems before Jan 1st this year" |