aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/biostar/a68n_5200/Kconfig
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2017-10-04 20:17:02 +1100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-10-14 08:01:51 +0000
commitb93fb1ab16e6def37b09c726747d58f77035209d (patch)
tree3f419cbcb50e5f30d7288869baa9ad3b9ffdf431 /src/mainboard/biostar/a68n_5200/Kconfig
parentd2b5b734e8d303f35f99523809e3b1044fe5f203 (diff)
biostar/a68n_5200: Do actual port
TESTED on Biostar A68N-5200: boots to GNU/Linux With proprietary VBIOS, even the gfx works in SeaBIOS. Change-Id: Id44b81345ba189f82413042760d570a746294a1e Signed-off-by: Damien Zammit <damien@zamaudio.com> Reviewed-on: https://review.coreboot.org/21872 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/biostar/a68n_5200/Kconfig')
-rw-r--r--src/mainboard/biostar/a68n_5200/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/biostar/a68n_5200/Kconfig b/src/mainboard/biostar/a68n_5200/Kconfig
index 55dfb11d73..183f0f5fec 100644
--- a/src/mainboard/biostar/a68n_5200/Kconfig
+++ b/src/mainboard/biostar/a68n_5200/Kconfig
@@ -2,6 +2,8 @@
# This file is part of the coreboot project.
#
# Copyright (C) 2012 Advanced Micro Devices, Inc.
+# Copyright (C) 2016 Edward O'Callaghan <funfunctor@folklore1984.net>
+# Copyright (C) 2017 Damien Zammit <damien@zamaudio.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,6 +22,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select CPU_AMD_AGESA_FAMILY16_KB
select NORTHBRIDGE_AMD_AGESA_FAMILY16_KB
select SOUTHBRIDGE_AMD_AGESA_YANGTZE
+ select SUPERIO_ITE_IT8728F
select HAVE_OPTION_TABLE
select HAVE_PIRQ_TABLE
select HAVE_MP_TABLE
@@ -57,6 +60,6 @@ config ONBOARD_VGA_IS_PRIMARY
config HUDSON_LEGACY_FREE
bool
- default y
+ default n
endif # BOARD_BIOSTAR_A68N5200