diff options
author | Furquan Shaikh <furquan@google.com> | 2020-04-30 14:30:31 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-05-02 12:09:51 +0000 |
commit | a268aac9e5b79dcd96ab3411413f4385bfecfe5e (patch) | |
tree | b8531338553b838cf5679bf17013b7342ca30210 /src/include/cpu | |
parent | 50c1f27069535beedc6ee36232a3ebab35b5c625 (diff) | |
download | coreboot-a268aac9e5b79dcd96ab3411413f4385bfecfe5e.tar.xz |
src/acpi: Drop Kconfig option ACPI_SATA_GENERATOR
ACPI_SATA_GENERATOR is currently used to include sata.c in
ramstage. However, there is no need to guard this inclusion using a
separate Kconfig. All other files that deal with ACPI tables are
included based on the state of HAVE_ACPI_TABLES. This change includes
sata.c in ramstage if HAVE_ACPI_TABLES is selected. If the ACPI
function isn't used, linker will optimize it out.
BUG=b:155428745
Change-Id: I9a319cfe7c3f973b15ccbd0f13bd1ed07571a398
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40928
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/include/cpu')
0 files changed, 0 insertions, 0 deletions