blob: f94e7a8e727c5ce6d116d1c23c1297bd17e672d4 [file] [log] [blame]
Vladimir Serbinenko888d5592013-11-13 17:53:38 +01001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2011 Google Inc.
5##
6## This program is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
8## the Free Software Foundation; version 2 of the License.
9##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
Vladimir Serbinenko888d5592013-11-13 17:53:38 +010015
16config SOUTHBRIDGE_INTEL_IBEXPEAK
17 bool
18
19if SOUTHBRIDGE_INTEL_IBEXPEAK
20
21config SOUTH_BRIDGE_OPTIONS # dummy
22 def_bool y
Aaron Durbin78c68432016-07-13 23:23:54 -050023 select ACPI_INTEL_HARDWARE_SLEEP_VALUES
Vladimir Serbinenko888d5592013-11-13 17:53:38 +010024 select IOAPIC
Vladimir Serbinenko888d5592013-11-13 17:53:38 +010025 select HAVE_SMI_HANDLER
26 select USE_WATCHDOG_ON_BOOT
27 select PCIEXP_ASPM
28 select PCIEXP_COMMON_CLOCK
Tristan Corrick63626b12018-11-30 22:53:50 +130029 select SOUTHBRIDGE_INTEL_COMMON_FINALIZE
Kyösti Mälkki90993952018-05-01 19:36:25 +030030 select SOUTHBRIDGE_INTEL_COMMON_RCBA_PIRQ
Arthur Heymans16fe7902017-04-12 17:01:31 +020031 select SOUTHBRIDGE_INTEL_COMMON_SMBUS
Arthur Heymans47a66032019-10-25 23:43:14 +020032 select SOUTHBRIDGE_INTEL_COMMON_SPI_ICH9
Arthur Heymans548f33a2018-05-15 16:34:50 +020033 select SOUTHBRIDGE_INTEL_COMMON_SMM
Arthur Heymans2878c0b2019-10-14 18:42:00 +020034 select SOUTHBRIDGE_INTEL_COMMON_PMCLIB
Arthur Heymansb8bda112019-06-04 13:57:47 +020035 select SOUTHBRIDGE_INTEL_COMMON_PMBASE
Arthur Heymans074730c2019-06-04 14:05:53 +020036 select SOUTHBRIDGE_INTEL_COMMON_RTC
Arthur Heymans23a6c792019-10-13 22:36:04 +020037 select SOUTHBRIDGE_INTEL_COMMON_RESET
Vladimir Serbinenkof55f51a2013-11-25 23:40:01 +010038 select HAVE_USBDEBUG_OPTIONS
Vladimir Serbinenko67bfbfd2014-10-25 15:49:23 +020039 select COMMON_FADT
Alexander Couzensbeb31d02015-04-16 02:23:00 +020040 select ACPI_SATA_GENERATOR
Stefan Tauneref8b9572018-09-06 00:34:28 +020041 select INTEL_DESCRIPTOR_MODE_CAPABLE
Patrick Rudolph10104682016-02-06 18:12:28 +010042 select SOUTHBRIDGE_INTEL_COMMON_GPIO
Bill XIEd533b162017-08-22 16:26:22 +080043 select HAVE_INTEL_CHIPSET_LOCKDOWN
Nico Huber9faae2b2018-11-14 00:00:35 +010044 select HAVE_POWER_STATE_AFTER_FAILURE
45 select HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE
Elyes HAOUAS551a7592019-05-01 16:56:36 +020046 select SOUTHBRIDGE_INTEL_COMMON_WATCHDOG
Arthur Heymans3457df12019-11-16 10:04:41 +010047 select SOUTHBRIDGE_INTEL_COMMON_USB_DEBUG
Vladimir Serbinenko888d5592013-11-13 17:53:38 +010048
49config EHCI_BAR
50 hex
51 default 0xfef00000
52
Vladimir Serbinenko6a7aeb32014-01-05 11:37:32 +010053config DRAM_RESET_GATE_GPIO
54 int
55 default 60
56
Vladimir Serbinenko888d5592013-11-13 17:53:38 +010057config SERIRQ_CONTINUOUS_MODE
58 bool
59 default n
60 help
61 If you set this option to y, the serial IRQ machine will be
62 operated in continuous mode.
63
Vladimir Serbinenko888d5592013-11-13 17:53:38 +010064config HPET_MIN_TICKS
65 hex
66 default 0x80
67
Vladimir Serbinenko888d5592013-11-13 17:53:38 +010068endif