summaryrefslogtreecommitdiff
path: root/src/mainboard/asus
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-26 21:42:13 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-26 21:42:13 +0000
commit63a8f2a7c29bb41191be085ca328c3938e774902 (patch)
tree3ab9985c3273fb171562ace222101908fc75af39 /src/mainboard/asus
parent123a684ce6341e870fc1a73101e23b000c45b479 (diff)
downloadcoreboot-63a8f2a7c29bb41191be085ca328c3938e774902.tar.xz
Add kconfig menus for most chipset VIDEO_MB values.
VIDEO_MB is a variable that defines how many MB of RAM will be used for onboard graphics frame buffer. It's northbridge-dependent which values for CONFIG_MB are valid (but not board-dependent). This patch adds choices for menuconfig to select the VIDEO_MB value for: - Intel 82810 - Intel 82830 - VIA CN400 - VIA CN700 Note: CN400 and CN700 are based on the CX700 datasheet, not sure if they're correct. If somebody has CN400 and CN700 datasheets, please verify. We drop all per-board VIDEO_MB variables in per-board Kconfig files as there's a northbridge-specific option/default now (plus the user can override the value if needed in menuconfig). As CONFIG_MB is chipset-specific but not board-specific (and never was), filter it in util/compareboard/compareboard, we don't need to match those values. Finally, put "CPU", "Northbridge", "Southbridge", "Super I/O", and "Devices" sections into the "Chipset" menu, where NB-specific options will appear if you select a board using a certain NB, SB-specific options would appear in the "Southbridge" section etc. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4866 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r--src/mainboard/asus/mew-am/Kconfig5
-rw-r--r--src/mainboard/asus/mew-vm/Kconfig5
2 files changed, 0 insertions, 10 deletions
diff --git a/src/mainboard/asus/mew-am/Kconfig b/src/mainboard/asus/mew-am/Kconfig
index 86208cef6d..dcc56fa184 100644
--- a/src/mainboard/asus/mew-am/Kconfig
+++ b/src/mainboard/asus/mew-am/Kconfig
@@ -50,8 +50,3 @@ config IRQ_SLOT_COUNT
default 8
depends on BOARD_ASUS_MEW_AM
-config VIDEO_MB
- int
- default 1
- depends on BOARD_ASUS_MEW_AM
-
diff --git a/src/mainboard/asus/mew-vm/Kconfig b/src/mainboard/asus/mew-vm/Kconfig
index d1dde20ec1..693fa7baaf 100644
--- a/src/mainboard/asus/mew-vm/Kconfig
+++ b/src/mainboard/asus/mew-vm/Kconfig
@@ -45,8 +45,3 @@ config IRQ_SLOT_COUNT
default 11
depends on BOARD_ASUS_MEW_VM
-config VIDEO_MB
- int
- default 1
- depends on BOARD_ASUS_MEW_VM
-