Advertisement
Guest User

Untitled

a guest
Aug 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
  2. index 4a46344bf0e3..dd1eea90f67f 100644
  3. --- a/drivers/acpi/Kconfig
  4. +++ b/drivers/acpi/Kconfig
  5. @@ -3,6 +3,9 @@
  6. # ACPI Configuration
  7. #
  8.  
  9. +config ARCH_SUPPORTS_ACPI
  10. + bool
  11. +
  12. menuconfig ACPI
  13. bool "ACPI (Advanced Configuration and Power Interface) Support"
  14. depends on ARCH_SUPPORTS_ACPI
  15. @@ -40,9 +43,6 @@ menuconfig ACPI
  16. <http://www.acpi.info>
  17. <http://www.uefi.org/acpi/specs>
  18.  
  19. -config ARCH_SUPPORTS_ACPI
  20. - bool
  21. -
  22. if ACPI
  23.  
  24. config ACPI_LEGACY_TABLES_LOOKUP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement