diff options
Diffstat (limited to 'src/mainboard/amd/inagua/Kconfig')
-rw-r--r-- | src/mainboard/amd/inagua/Kconfig | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/src/mainboard/amd/inagua/Kconfig b/src/mainboard/amd/inagua/Kconfig deleted file mode 100644 index 3706b3335d..0000000000 --- a/src/mainboard/amd/inagua/Kconfig +++ /dev/null @@ -1,48 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only - -if BOARD_AMD_INAGUA - -config BOARD_SPECIFIC_OPTIONS - def_bool y - select CPU_AMD_AGESA_FAMILY14 - select NORTHBRIDGE_AMD_AGESA_FAMILY14 - select SOUTHBRIDGE_AMD_CIMX_SB800 - select SUPERIO_SMSC_KBC1100 - select HAVE_OPTION_TABLE - select HAVE_PIRQ_TABLE - select HAVE_ACPI_TABLES - select BOARD_ROMSIZE_KB_2048 - select GFXUMA - -config MAINBOARD_DIR - default "amd/inagua" - -config MAINBOARD_PART_NUMBER - default "Inagua" - -config HW_MEM_HOLE_SIZEK - hex - default 0x200000 - -config MAX_CPUS - int - default 2 - -config IRQ_SLOT_COUNT - int - default 11 - -config ONBOARD_VGA_IS_PRIMARY - bool - default y - -config VGA_BIOS_ID - string "VGA device PCI IDs" - depends on VGA_BIOS - default "1002,9802" - -config SB800_AHCI_ROM - bool - default n - -endif # BOARD_AMD_INAGUA |