soc/amd/stoneyridge|mb: Add Kconfig symbol for Prairie Falcon
[coreboot.git] / src / mainboard / amd / padmelon / Kconfig
blobe4dd90c8b3073cc7cd00b3f47c44418c337d2890
2 # This file is part of the coreboot project.
4 # Copyright (C) 2015-2018 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_PADMELON
18 config BOARD_SPECIFIC_OPTIONS # dummy
19         def_bool y
20         select SOC_AMD_MERLINFALCON
21         select BOARD_ROMSIZE_KB_8192
22         select DRIVERS_I2C_GENERIC
23         select DRIVERS_PS2_KEYBOARD
24         select HAVE_ACPI_TABLES
25         select GFXUMA
26         select STONEYRIDGE_LEGACY_FREE
27         select ONBOARD_VGA_IS_PRIMARY
28         select BOOTBLOCK_CONSOLE
29         select SUPERIO_FINTEK_F81803A
30         select SUPERIO_FINTEK_COMMON_PRE_RAM
31         select SUPERIO_FINTEK_FAN_CONTROL
32         select SUPERIO_FINTEK_FAN_API_CALL
33         select VGA_BIOS
34         select AZALIA_PLUGIN_SUPPORT
36 config MAINBOARD_DIR
37         string
38         default "amd/padmelon"
40 config MAINBOARD_PART_NUMBER
41         string
42         default "Padmelon"
44 config HAVE_S3_SUPPORT
45         bool
46         default n
48 config MAX_CPUS
49         int
50         default 4
52 config IRQ_SLOT_COUNT
53         int
54         default 11
56 config HWM_PORT
57         hex
58         default 0x0225
59         help
60           HWM base address must be an odd address. Hardware monitor used
61           addresses are HWM_PORT for index an HWM_PORT + 1 for data.
62           If changed, make sure fan_init.c IO window setting. The HWM
63           (Hardware Monitor) is used for fan control within padmelon.
65 endif # BOARD_AMD_PADMELON