diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2005-01-14 21:54:16 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2005-01-14 21:54:16 +0000 |
commit | 688238a50c61993db8667552cdae624e73310239 (patch) | |
tree | 83900b5d768037f6f76b16b873a764ae398af767 /src/config/Options.lb | |
parent | 8e51b8a3723c4ef47da1eceee23ca845b6ce002f (diff) | |
download | coreboot-688238a50c61993db8667552cdae624e73310239.tar.xz |
CONFIG_PCI_ROM_RUN
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1874 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 5e262e32b0..e472b49da9 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -763,6 +763,12 @@ define AGP_APERTURE_SIZE comment "AGP graphics virtual memory aperture size" end +define CONFIG_PCI_ROM_RUN + default 0 + export always + comment "Init PCI device option rom" +end + ############################################### # Board specific options ############################################### |