diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-13 13:48:20 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-13 13:48:20 +0000 |
commit | 1f10de6cab6e00189621b9b60f1e4640497bd805 (patch) | |
tree | 0d8a9220e8be475b8f60664d49afe023e38961a7 /src/cpu/amd | |
parent | 79253841a7b72351346755fea0c9d89b2426f81a (diff) |
fix timer choice in Kconfig. HAVE_INIT_TIMER is selected correctly, no need to
mention it explicitly.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5420 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd')
-rw-r--r-- | src/cpu/amd/model_10xxx/Kconfig | 1 | ||||
-rw-r--r-- | src/cpu/amd/model_fxx/Kconfig | 1 | ||||
-rw-r--r-- | src/cpu/amd/sc520/Kconfig | 10 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig index 3882861f59..6dcdd87aff 100644 --- a/src/cpu/amd/model_10xxx/Kconfig +++ b/src/cpu/amd/model_10xxx/Kconfig @@ -4,7 +4,6 @@ config CPU_AMD_MODEL_10XXX select USE_DCACHE_RAM select SSE select SSE2 - select HAVE_INIT_TIMER config CPU_ADDR_BITS int diff --git a/src/cpu/amd/model_fxx/Kconfig b/src/cpu/amd/model_fxx/Kconfig index e175637587..539171c6b1 100644 --- a/src/cpu/amd/model_fxx/Kconfig +++ b/src/cpu/amd/model_fxx/Kconfig @@ -5,7 +5,6 @@ config CPU_AMD_MODEL_FXX select MMX select SSE select SSE2 - select HAVE_INIT_TIMER config CPU_ADDR_BITS int 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 |