diff options
Diffstat (limited to 'src/config')
-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 ############################################### |