diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-06-11 16:30:48 +0300 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-06-13 01:08:12 +0200 |
commit | 59d0d159f4710779043e34618a20dccff2af51dd (patch) | |
tree | 4b7f8e5a7887407f4a75acdb0a1bdab917f699c8 /src/northbridge/amd/gx2/Kconfig | |
parent | 22dcdd914cf36ce657f5e72c975a96d577400a69 (diff) |
AMD: Kconfig cleanup
Change-Id: I21182eae1d389790c330f27e6a830d91c3ee4eb6
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/3433
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/northbridge/amd/gx2/Kconfig')
-rw-r--r-- | src/northbridge/amd/gx2/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
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 |