diff options
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 714bb46c90..39e4bf81c0 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -172,6 +172,11 @@ define CONFIG_CHIP_CONFIGURE export used comment "Use new chip_configure method for configuring (non-pci) devices" end +define CONFIG_USE_INIT + default 0 + export never + comment "Use stage 1 initialization code" +end ############################################### # ROM image options @@ -532,6 +537,18 @@ define PCIC0_CFGDATA export used comment "PCI Configuration Data Register" end +define PNP_CFGADDR + default none + format "0x%x" + export used + comment "PNP Configuration Address Register" +end +define PNP_CFGDATA + default none + format "0x%x" + export used + comment "PNP Configuration Data Register" +end define UART0_IO_BASE default none format "0x%x" |