From 1f10de6cab6e00189621b9b60f1e4640497bd805 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 13 Apr 2010 13:48:20 +0000 Subject: fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to mention it explicitly. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5420 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/amd/sc520/Kconfig | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/cpu/amd/sc520') diff --git a/src/cpu/amd/sc520/Kconfig b/src/cpu/amd/sc520/Kconfig index 82d892573b..6d9494e32f 100644 --- a/src/cpu/amd/sc520/Kconfig +++ b/src/cpu/amd/sc520/Kconfig @@ -1,12 +1,2 @@ config CPU_AMD_SC520 bool - -config UDELAY_IO - bool - default n - depends on CPU_AMD_SC520 - -config HAVE_INIT_TIMER - bool - default n - depends on CPU_AMD_SC520 -- cgit v1.2.3