diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-10-16 12:48:19 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-10-18 10:35:38 +0200 |
commit | c21e07385f9b4048d6ddb67989b23999f566951d (patch) | |
tree | ef19cbff3e134e9b8034cba1f517da3469d14e26 /src/Kconfig | |
parent | e4626bfc5be5f61f62af32733cbe551275094dd5 (diff) |
i945: Consolidate FADT code
Change-Id: I076cba7d21926cabf90d485de50268ae40c435f3
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/7087
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@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 5fe7b76793..785a3ee94a 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -474,6 +474,10 @@ config PER_DEVICE_ACPI_TABLES bool default n +config COMMON_FADT + bool + default n + #These Options are here to avoid "undefined" warnings. #The actual selection and help texts are in the following menu. |