diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-08-30 19:28:05 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-09-05 22:53:26 +0200 |
commit | 2d7bd8a6ebf6844b0cdef80eaaef69f39d08f076 (patch) | |
tree | 25f26fae4b5518cab0c4b63fe7e7ccc3837054cb /src/Kconfig | |
parent | a2a906e47a87acc3acdca0ee2790ff96409b9b46 (diff) | |
download | coreboot-2d7bd8a6ebf6844b0cdef80eaaef69f39d08f076.tar.xz |
Implement ACPI in a per device way
This approach avoids having same basic tables 150-lines mantra over 100 times
in codebase.
Change-Id: I76fb2fbcb9ca0654f2e5fd5d90bd62392165777c
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/6801
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 6b674ed18d..45a215593c 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -462,6 +462,10 @@ config MAX_PIRQ_LINKS table specifies links greater than 4, pirq_route_irqs will not function properly, unless this variable is correctly set. +config PER_DEVICE_ACPI_TABLES + bool + default n + #These Options are here to avoid "undefined" warnings. #The actual selection and help texts are in the following menu. |