aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2013-01-21 19:33:22 -0700
committerPatrick Georgi <patrick@georgi-clan.de>2013-01-22 08:52:24 +0100
commit80e351695f7d685f9d97933c1797b460d82422b5 (patch)
tree602bf77cb6d53e17e4dc1eaae60ec6d353ea8e1b /src
parent35934415c4d36e094f4c53f155cb9efa3aef977e (diff)
Hudson: Legacy free question is hudson only
The "system is legacy free" question accidentally escaped from the hudson Kconfig where it was intended to stay and went coreboot-wide. This puts it back inside the boundries of the hudson southbridge where it belongs. I also commented the endif statements to make it easier to tell where things belong. Change-Id: I49f7a5eadb96d40c6101a93bc390e644617a5654 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/2179 Reviewed-by: Dave Frodin <dave.frodin@se-eng.com> Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src')
-rw-r--r--src/southbridge/amd/agesa/hudson/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/southbridge/amd/agesa/hudson/Kconfig b/src/southbridge/amd/agesa/hudson/Kconfig
index 3a97e602ee..92e59600f3 100644
--- a/src/southbridge/amd/agesa/hudson/Kconfig
+++ b/src/southbridge/amd/agesa/hudson/Kconfig
@@ -105,7 +105,7 @@ config HUDSON_FWM_POSITION
0xFFC20000 if flash chip size is 4M
0xFF820000 if flash chip size is 8M
0xFF020000 if flash chip size is 16M
-endif
+endif # HUDSON_FWM
choice
prompt "SATA Mode"
@@ -175,7 +175,7 @@ config AHCI_ROM_FILE
string "AHCI ROM path and filename"
depends on HUDSON_AHCI_ROM
default "src/southbridge/amd/agesa/hudson/ahci.bin"
-endif
+endif # HUDSON_SATA_AHCI || HUDSON_SATA_AHCI7804
if HUDSON_SATA_RAID
config RAID_ROM_ID
@@ -202,7 +202,7 @@ config RAID_MISC_ROM_POSITION
The RAID ROM requires that the MISC ROM is located between the range
0xFFF0_0000 to 0xFFF0_FFFF. Also, it must 1K bytes aligned.
The CONFIG_ROM_SIZE must larger than 0x100000.
-endif
+endif # HUDSON_SATA_RAID
config S3_VOLATILE_POS
hex "S3 volatile storage position"
@@ -212,10 +212,10 @@ config S3_VOLATILE_POS
For a system with S3 feature, the BIOS needs to save some data to
non-volitile storage at cold boot stage.
-endif
-
config HUDSON_LEGACY_FREE
bool "System is legacy free"
help
Select y if there is no keyboard controller in the system.
This sets variables in AGESA and ACPI.
+
+endif # SOUTHBRIDGE_AMD_AGESA_HUDSON