summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-03-05 22:49:23 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-03-05 22:49:23 +0000
commitfbbcbba17272deb854047001fdb5adb0e9fe046c (patch)
tree0ad90f1fee889de8ec92df3a244c1a9219711e95 /Kconfig
parentd4266c0bd35b0e28e747fe683051fbf8a57f565e (diff)
downloadcoreboot-fbbcbba17272deb854047001fdb5adb0e9fe046c.tar.gz
coreboot-fbbcbba17272deb854047001fdb5adb0e9fe046c.tar.bz2
coreboot-fbbcbba17272deb854047001fdb5adb0e9fe046c.zip
Re-arrange Kconfig UI a bit for better readability (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@197 f3766cd6-281f-0410-b1cd-43a5c92072e9
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig41
1 files changed, 0 insertions, 41 deletions
diff --git a/Kconfig b/Kconfig
index 79c521292530..8c70e9ac6aa0 100644
--- a/Kconfig
+++ b/Kconfig
@@ -30,47 +30,6 @@ config LOCALVERSION
help
Append an extra string to the end of the LinuxBIOS version.
-choice
- prompt "ROM chip size"
- default LINUXBIOS_ROMSIZE_KB_256
-
-config LINUXBIOS_ROMSIZE_KB_128
- bool "128 KB"
- help
- Choose this option if you have a 128 KB ROM chip.
-
-config LINUXBIOS_ROMSIZE_KB_256
- bool "256 KB"
- help
- Choose this option if you have a 256 KB ROM chip.
-
-config LINUXBIOS_ROMSIZE_KB_512
- bool "512 KB"
- help
- Choose this option if you have a 512 KB ROM chip.
-
-config LINUXBIOS_ROMSIZE_KB_1024
- bool "1024 KB (1 MB)"
- help
- Choose this option if you have a 1 MB (1024 KB) ROM chip.
-
-config LINUXBIOS_ROMSIZE_KB_2048
- bool "2048 KB (2 MB)"
- help
- Choose this option if you have a 2 MB (2048 KB) ROM chip.
-
-endchoice
-
-config LINUXBIOS_ROMSIZE_KB
- int
- default 128 if LINUXBIOS_ROMSIZE_KB_128
- default 256 if LINUXBIOS_ROMSIZE_KB_256
- default 512 if LINUXBIOS_ROMSIZE_KB_512
- default 1024 if LINUXBIOS_ROMSIZE_KB_1024
- default 2048 if LINUXBIOS_ROMSIZE_KB_2048
- help
- Map the config names to an integer.
-
endmenu
source mainboard/Kconfig