diff options
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 ############################################### |