From 7403e059ec8cf1407b5f79c5665f7be99d195d77 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 5 Jun 2015 21:01:59 -0600 Subject: Remove incorrect Kconfig expressions The symbols used in these expressions were not correct and would never evaluate as true. Change-Id: Ia20177f41505473b14bc7b8e4b6fb16de36cc295 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/10437 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Patrick Georgi --- src/southbridge/via/vt8237r/Kconfig | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/southbridge/via/vt8237r') diff --git a/src/southbridge/via/vt8237r/Kconfig b/src/southbridge/via/vt8237r/Kconfig index 02cdd34e03..601965440c 100644 --- a/src/southbridge/via/vt8237r/Kconfig +++ b/src/southbridge/via/vt8237r/Kconfig @@ -24,12 +24,6 @@ config SOUTHBRIDGE_VIA_VT8237R if SOUTHBRIDGE_VIA_VT8237R -if NORTHBRIDGE_AMD_K8 || NORTHBRIDGE_AMD_FAM10 -config SOUTH_BRIDGE_OPTIONS # dummy - def_bool y - select HAVE_SMI_HANDLER -endif - config EPIA_VT8237R_INIT bool default n -- cgit v1.2.3