diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index b87c0ad247..e56e664194 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -157,6 +157,11 @@ define LINUXBIOS_ASSEMBLER export always comment "Build assembler" end +define CONFIG_CHIP_CONFIGURE + default 0 + export used + comment "Use new chip_configure method for configuring (non-pci) devices" +end ############################################### # ROM image options |