diff options
-rw-r--r-- | src/config/Options.lb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index b330a3a8c2..e0ee437c9b 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -655,3 +655,17 @@ define CONFIG_SANDPOINT_GYRUS export never comment "Configure Sandpoint with Gyrus PMC" end + +############################################### +# Options for totalimpact/briq +############################################### +define CONFIG_BRIQ_750FX + default 0 + export never + comment "Configure briQ with PowerPC 750FX" +end +define CONFIG_BRIQ_7400 + default 0 + export never + comment "Configure briQ with PowerPC G4" +end |