Fix r3434 check-in. Added missing end to Options.lb. Not entirely sure how it
[coreboot.git] / src / config / Options.lb
index 7b22ea8692cc35defe82001dbfc0cab86a43c0bf..0ed6a7d83091adc5a5b1a8d16eda1a1dd86c616a 100644 (file)
@@ -716,6 +716,11 @@ define HAVE_PIRQ_TABLE
        export used
        comment "Define if we have a PIRQ table"
 end
+define PIRQ_ROUTE
+       default 0
+       export used
+       comment "Define if we have a PIRQ table and want routing IRQs"
+end
 define IRQ_SLOT_COUNT
        default none
        export used
@@ -861,6 +866,11 @@ end
 # Misc device options
 ###############################################
 
+define HAVE_FANCTL
+       default 0
+       export used
+       comment "Include board specific FAN control initialization"
+end
 define CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
        default 0
        export used
@@ -1051,6 +1061,13 @@ define CONFIG_AMDMCT
        comment "use AMD MCT to init RAM instead of native code"
 end
 
+define AMD_UCODE_PATCH_FILE
+       default none
+       export used
+       format "\"%s\""
+       comment "name of the microcode patch file"      
+end
+
 define CONFIG_VIDEO_MB
         default none
         export used