mb/*/*/Kconfig: Remove useless comment
[coreboot.git] / src / mainboard / amd / olivehill / Kconfig
blob066d967ff473e25259d6ab142c102539bbd9d707
2 # This file is part of the coreboot project.
4 # Copyright (C) 2012 Advanced Micro Devices, Inc.
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.
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.
16 if BOARD_AMD_OLIVEHILL
18 config BOARD_SPECIFIC_OPTIONS
19         def_bool y
20         select CPU_AMD_AGESA_FAMILY16_KB
21         select NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
22         select SOUTHBRIDGE_AMD_AGESA_YANGTZE
23         select HAVE_OPTION_TABLE
24         select HAVE_PIRQ_TABLE
25         select HAVE_MP_TABLE
26         select HAVE_ACPI_RESUME
27         select HAVE_ACPI_TABLES
28         select BOARD_ROMSIZE_KB_4096
29         select GFXUMA
31 config MAINBOARD_DIR
32         string
33         default amd/olivehill
35 config MAINBOARD_PART_NUMBER
36         string
37         default "DB-FT3"
39 config HW_MEM_HOLE_SIZEK
40         hex
41         default 0x200000
43 config MAX_CPUS
44         int
45         default 4
47 config IRQ_SLOT_COUNT
48         int
49         default 11
51 config ONBOARD_VGA_IS_PRIMARY
52         bool
53         default y
55 config HUDSON_LEGACY_FREE
56         bool
57         default y
59 endif # BOARD_AMD_OLIVEHILL