diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:13:46 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:13:46 +0000 |
commit | 98d0d30f6b8237f888cd44b33292319e3c167a47 (patch) | |
tree | 0571a9e863b7a7749c2e4fd5bda7ec080831a73c /src/config/Options.lb | |
parent | 577f185d382c8130f20f0ee7e8466ed8bbebbacc (diff) |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-30
Creator: Yinghai Lu <yhlu@tyan.com>
Nvidia Ck804 support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1946 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index fb8e2efc1e..35a3151b52 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -763,12 +763,19 @@ define AGP_APERTURE_SIZE comment "AGP graphics virtual memory aperture size" end +define CK804_DEVN_BASE + default 1 + export always + comment "CK804 device count from 0 or 1" +end + define CONFIG_PCI_ROM_RUN - default 0 - export always - comment "Init PCI device option rom" + default 0 + export always + comment "Init PCI device option rom" end + ############################################### # Board specific options ############################################### |