2017-06-15 12:18:51 +02:00
|
|
|
#
|
|
|
|
# This file is part of the coreboot project.
|
|
|
|
#
|
|
|
|
# Copyright (C) 2017 Iru Cai <mytbk920423@gmail.com>
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
|
|
|
|
if BOARD_ASROCK_B75PRO3_M
|
|
|
|
|
2018-11-27 20:36:44 +01:00
|
|
|
config BOARD_SPECIFIC_OPTIONS
|
2017-06-15 12:18:51 +02:00
|
|
|
def_bool y
|
|
|
|
select BOARD_ROMSIZE_KB_8192
|
|
|
|
select SUPERIO_NUVOTON_NCT6776
|
|
|
|
select HAVE_ACPI_RESUME
|
|
|
|
select HAVE_ACPI_TABLES
|
|
|
|
select INTEL_INT15
|
2019-05-10 16:48:14 +02:00
|
|
|
select NORTHBRIDGE_INTEL_SANDYBRIDGE
|
2017-06-15 12:18:51 +02:00
|
|
|
select SERIRQ_CONTINUOUS_MODE
|
|
|
|
select SOUTHBRIDGE_INTEL_C216
|
|
|
|
select USE_NATIVE_RAMINIT
|
|
|
|
select MAINBOARD_HAS_LIBGFXINIT
|
2018-04-25 09:30:29 +02:00
|
|
|
select DRIVERS_ASMEDIA_ASPM_BLACKLIST
|
2017-06-15 12:18:51 +02:00
|
|
|
|
|
|
|
config MAINBOARD_DIR
|
|
|
|
string
|
|
|
|
default asrock/b75pro3-m
|
|
|
|
|
|
|
|
config MAINBOARD_PART_NUMBER
|
|
|
|
string
|
|
|
|
default "B75 Pro3-M"
|
|
|
|
|
|
|
|
config MAX_CPUS
|
|
|
|
int
|
|
|
|
default 8
|
|
|
|
|
|
|
|
endif
|