summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801gx/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2013-07-28 23:39:37 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2013-07-30 22:09:21 +0200
commit71216c9bcdca6036f1032f09cdea64c9823efcf6 (patch)
tree4d87aefe5f39e9b6309a3ea764d0f3c927e7d0c7 /src/southbridge/intel/i82801gx/Kconfig
parente23c22dd88b421df21d7ee3aff18e67eb5e047c6 (diff)
downloadcoreboot-71216c9bcdca6036f1032f09cdea64c9823efcf6.tar.xz
Makefile: Fix adding intel/common
Directory intel/common must be conditionally added in the list of source directories, as the parent directory southbridge/intel is unconditionally added even for boards without such device. Change-Id: I7088bc6db9f56909ffa996aa7eff76cd72e177eb Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/3827 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/southbridge/intel/i82801gx/Kconfig')
-rw-r--r--src/southbridge/intel/i82801gx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801gx/Kconfig b/src/southbridge/intel/i82801gx/Kconfig
index a991f60419..d4a6baa2ce 100644
--- a/src/southbridge/intel/i82801gx/Kconfig
+++ b/src/southbridge/intel/i82801gx/Kconfig
@@ -19,6 +19,7 @@
config SOUTHBRIDGE_INTEL_I82801GX
bool
+ select SOUTHBRIDGE_INTEL_COMMON
select IOAPIC
select HAVE_HARD_RESET
select HAVE_USBDEBUG