2010-03-14 18:01:08 +01:00
|
|
|
##
|
|
|
|
## This file is part of the coreboot project.
|
|
|
|
##
|
|
|
|
##
|
|
|
|
## This program is free software; you can redistribute it and/or
|
|
|
|
## modify it under the terms of the GNU General Public License as
|
|
|
|
## published by the Free Software Foundation; version 2 of
|
|
|
|
## the License.
|
|
|
|
##
|
|
|
|
## This program is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
##
|
|
|
|
|
2010-02-27 02:50:21 +01:00
|
|
|
config SOUTHBRIDGE_INTEL_I82801DX
|
|
|
|
bool
|
2016-07-14 06:24:36 +02:00
|
|
|
select ACPI_INTEL_HARDWARE_SLEEP_VALUES
|
2010-03-01 09:34:19 +01:00
|
|
|
select IOAPIC
|
2012-11-13 22:01:31 +01:00
|
|
|
select HAVE_SMI_HANDLER
|
2017-04-12 17:01:31 +02:00
|
|
|
select SOUTHBRIDGE_INTEL_COMMON_SMBUS
|
2019-06-04 14:05:53 +02:00
|
|
|
select SOUTHBRIDGE_INTEL_COMMON_RTC
|
2019-10-13 22:36:04 +02:00
|
|
|
select SOUTHBRIDGE_INTEL_COMMON_RESET
|
2019-11-16 10:04:41 +01:00
|
|
|
select SOUTHBRIDGE_INTEL_COMMON_USB_DEBUG
|
2018-11-14 00:00:35 +01:00
|
|
|
select HAVE_POWER_STATE_AFTER_FAILURE
|
|
|
|
select HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE
|
2013-06-06 09:21:28 +02:00
|
|
|
|
|
|
|
if SOUTHBRIDGE_INTEL_I82801DX
|
|
|
|
|
|
|
|
config EHCI_BAR
|
|
|
|
hex
|
|
|
|
default 0xfef00000
|
|
|
|
|
|
|
|
endif
|