diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-01-28 16:56:14 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-01-28 16:56:14 +0000 |
commit | 688b385aec24157e2112d0efa06868b4f8dfb97c (patch) | |
tree | e14205a31ab7c68432735d01e6f722a31623c041 /src/config | |
parent | 22489894e189616bb5694cfed8bd951951e68fae (diff) | |
download | coreboot-688b385aec24157e2112d0efa06868b4f8dfb97c.tar.xz |
please forgive me... ;)
* initial acpi support code
* fix header
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1358 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 2c12cf62c8..936f9c3727 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -641,6 +641,13 @@ define FAKE_SPDROM comment "Use this to fake spd rom values" end +define HAVE_ACPI_TABLES + default 0 + export always + comment "Define to build ACPI tables" +end + + ############################################### # Board specific options ############################################### |