diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-01-01 22:32:08 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-10 17:27:32 +0000 |
commit | bd713574ce5a62533357f7752fbe009bd2738055 (patch) | |
tree | 027b24fc0ead9648820a3c1de0540c421f581c8a /src/mainboard | |
parent | 9636f2cb305a761a68f3c35b0e2595ba8048ec75 (diff) |
mb/hp/8770w/Kconfig: Drop INTEL_INT15
This laptop does not have integrated graphics.
Change-Id: Id2209973f66536c8a3ead4bc3e9d5a05b7970c64
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38087
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/hp/8770w/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/hp/8770w/Kconfig b/src/mainboard/hp/8770w/Kconfig index 80f9199afc..0459208c97 100644 --- a/src/mainboard/hp/8770w/Kconfig +++ b/src/mainboard/hp/8770w/Kconfig @@ -21,7 +21,6 @@ config BOARD_SPECIFIC_OPTIONS select BOARD_ROMSIZE_KB_16384 select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES - select INTEL_INT15 select NORTHBRIDGE_INTEL_SANDYBRIDGE select SERIRQ_CONTINUOUS_MODE select SOUTHBRIDGE_INTEL_C216 |