diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2004-01-13 22:01:09 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2004-01-13 22:01:09 +0000 |
commit | 24aa3c8cf1de47c2732c73c4450417b8c79cf2c6 (patch) | |
tree | 621bfbcb40e5918f366cec7a10d8650651cc55db | |
parent | f6e4357130b0930fcdcf94f3c35460bd23be58c8 (diff) |
Options for briQ
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1328 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-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 |