From e7bbb50ba0bf53b2a6bd7bbbe5f7052855e0da23 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Fri, 9 Oct 2009 17:39:35 +0000 Subject: Remove default n statements to simplify .config and ldoptions files. Signed-off-by: Myles Watson Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4753 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/via/k8t890/Kconfig | 1 - src/southbridge/via/vt8231/Kconfig | 1 - src/southbridge/via/vt8235/Kconfig | 1 - src/southbridge/via/vt8237r/Kconfig | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-) (limited to 'src/southbridge/via') diff --git a/src/southbridge/via/k8t890/Kconfig b/src/southbridge/via/k8t890/Kconfig index 2219920b9a..34678ef4a5 100644 --- a/src/southbridge/via/k8t890/Kconfig +++ b/src/southbridge/via/k8t890/Kconfig @@ -1,4 +1,3 @@ config SOUTHBRIDGE_VIA_K8T890 bool - default n diff --git a/src/southbridge/via/vt8231/Kconfig b/src/southbridge/via/vt8231/Kconfig index c567140332..ab391f7ff6 100644 --- a/src/southbridge/via/vt8231/Kconfig +++ b/src/southbridge/via/vt8231/Kconfig @@ -19,5 +19,4 @@ config SOUTHBRIDGE_VIA_VT8231 bool - default n diff --git a/src/southbridge/via/vt8235/Kconfig b/src/southbridge/via/vt8235/Kconfig index f8e723b784..7529aac033 100644 --- a/src/southbridge/via/vt8235/Kconfig +++ b/src/southbridge/via/vt8235/Kconfig @@ -19,5 +19,4 @@ config SOUTHBRIDGE_VIA_VT8235 bool - default n diff --git a/src/southbridge/via/vt8237r/Kconfig b/src/southbridge/via/vt8237r/Kconfig index c8fc56ad21..783a63dd29 100644 --- a/src/southbridge/via/vt8237r/Kconfig +++ b/src/southbridge/via/vt8237r/Kconfig @@ -19,8 +19,8 @@ config SOUTHBRIDGE_VIA_VT8237R bool - default n config EPIA_VT8237R_INIT bool default n + depends on SOUTHBRIDGE_VIA_VT8237R -- cgit v1.2.3