mainboards/asrock/e350m1: Use driver for Nuvoton NCT5572D superio chip
[coreboot.git] / src / mainboard / asrock / e350m1 / Kconfig
blob2f2e58d75133d0e6e0334147beed6104b39b9c93
2 # This file is part of the coreboot project.
4 # Copyright (C) 2011 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.
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
20 if BOARD_ASROCK_E350M1
22 config BOARD_SPECIFIC_OPTIONS # dummy
23         def_bool y
24   select CPU_AMD_AGESA_FAMILY14
25   select NORTHBRIDGE_AMD_AGESA_FAMILY14
26   select SOUTHBRIDGE_AMD_CIMX_SB800
27         select SUPERIO_NUVOTON_NCT5572D
28         select SB_SUPERIO_HWM
29         select HAVE_OPTION_TABLE
30         select HAVE_PIRQ_TABLE
31         select HAVE_MP_TABLE
32         select HAVE_ACPI_TABLES
33   select BOARD_ROMSIZE_KB_4096
34         select GFXUMA
36 config MAINBOARD_DIR
37         string
38         default asrock/e350m1
40 config MAINBOARD_PART_NUMBER
41         string
42         default "E350M1"
44 config HW_MEM_HOLE_SIZEK
45         hex
46         default 0x200000
48 config MAX_CPUS
49         int
50         default 2
52 config HW_MEM_HOLE_SIZE_AUTO_INC
53         bool
54         default n
56 config IRQ_SLOT_COUNT
57         int
58         default 11
60 config RAMTOP
61         hex
62         default 0x1000000
64 config HEAP_SIZE
65         hex
66         default 0xc0000
68 config RAMBASE
69         hex
70         default 0x200000
72 config ONBOARD_VGA_IS_PRIMARY
73         bool
74         default y
76 config VGA_BIOS_ID
77         string
78         default "1002,9802"
80 config DRIVERS_PS2_KEYBOARD
81         bool
82         default n
84 endif # BOARD_ASROCK_E350M1