From 59d0d159f4710779043e34618a20dccff2af51dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Tue, 11 Jun 2013 16:30:48 +0300 Subject: AMD: Kconfig cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I21182eae1d389790c330f27e6a830d91c3ee4eb6 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/3433 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/northbridge/amd/gx2/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/northbridge/amd/gx2') diff --git a/src/northbridge/amd/gx2/Kconfig b/src/northbridge/amd/gx2/Kconfig index 9ea5440f4e..dc347c4f01 100644 --- a/src/northbridge/amd/gx2/Kconfig +++ b/src/northbridge/amd/gx2/Kconfig @@ -21,10 +21,11 @@ config NORTHBRIDGE_AMD_GX2 bool select GEODE_VSA +if NORTHBRIDGE_AMD_GX2 + choice prompt "Framebuffer size" default GX2_VIDEO_MB_8MB - depends on NORTHBRIDGE_AMD_GX2 config GX2_VIDEO_MB_4MB bool "4MB" @@ -55,7 +56,6 @@ config VIDEO_MB default 128 if GX2_VIDEO_MB_128MB default 256 if GX2_VIDEO_MB_256MB default -1 if GX2_VIDEO_MB_CMOS - depends on NORTHBRIDGE_AMD_GX2 # The GX2_PROCESSOR_MHZ options let you chose the correct GX2 processor # speed in the mainboard's Kconfig file. @@ -73,3 +73,4 @@ config GX2_PROCESSOR_MHZ default 366 if GX2_PROCESSOR_MHZ_366 default 400 if GX2_PROCESSOR_MHZ_400 +endif # NORTHBRIDGE_AMD_GX2 -- cgit v1.2.3