aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/inagua/Kconfig
diff options
context:
space:
mode:
authorMarc Jones <marcj303@gmail.com>2011-02-15 00:27:24 +0000
committerMarc Jones <marc.jones@amd.com>2011-02-15 00:27:24 +0000
commit1c427a7a4a8b7681d4af60ba072d40583f08fc22 (patch)
treeca7e81a14b73a597b88a2b63dfe4a802a5acc50c /src/mainboard/amd/inagua/Kconfig
parentdd6c1e67f6313e55191c1b4ed2746a21c340fa20 (diff)
Remove Inagua Kconfig items for external VGA and AHCI binaries. These can be addded by the developer if needed.
Fixes abuild issues. Signed-off-by: Marc Jones <marcj303@gmail.com> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6363 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd/inagua/Kconfig')
-rw-r--r--src/mainboard/amd/inagua/Kconfig36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/mainboard/amd/inagua/Kconfig b/src/mainboard/amd/inagua/Kconfig
index 64f75631f6..8a2c83478d 100644
--- a/src/mainboard/amd/inagua/Kconfig
+++ b/src/mainboard/amd/inagua/Kconfig
@@ -142,46 +142,10 @@ config WARNINGS_ARE_ERRORS
bool
default n
-config PAYLOAD_ELF
- bool
- default y
-
-config FALLBACK_PAYLOAD_FILE
- string "Payload path and filename"
- depends on PAYLOAD_ELF
- default "payloads/seabios/out/bios.bin.elf"
-
-config ONBOARD_VGA_IS_PRIMARY
- bool
- default y
-
-config VGA_BIOS
- bool
- default y
-
-config FALLBACK_VGA_BIOS_FILE
- string "VGA BIOS path and filename"
- depends on VGA_BIOS
- default "rom/video/OntarioGenericVBios.bin"
-
config FALLBACK_VGA_BIOS_ID
string "VGA device PCI IDs"
depends on VGA_BIOS
default "1002,9802"
-config AHCI_ROM
- bool
- default y
-
-config AHCI_ROM_FILE
- string "AHCI ROM path and filename"
- depends on AHCI_ROM
- default "rom/ahci/sb800.bin"
-
-config AHCI_ROM_ID
- string "AHCI device PCI IDs"
- depends on AHCI_ROM
- default "1002,4391"
-
endif # BOARD_AMD_INAGUA