diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-17 13:14:07 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-17 13:14:07 +0000 |
commit | 062d540139467956e8389cb7094a3d1993ca29de (patch) | |
tree | 531c7d052ff72b7ff33b6d0a7a0b6a057b50b7ed | |
parent | b03b33697d44fb4140922d47a4df1edd25a40a74 (diff) | |
download | coreboot-062d540139467956e8389cb7094a3d1993ca29de.tar.xz |
sandpoint options
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@974 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/config/Options.lb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 8c2c4c6b99..89d4ebe94a 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -569,3 +569,35 @@ define CONFIG_UDELAY_TSC comment "" end +############################################### +# Board specifig options +############################################### + +############################################### +# Options for motorola/sandpoint +############################################### +define CONFIG_SANDPOINT_ALTIMUS + default 0 + export used + comment "Configure Sandpoint with Altimus PMC" +end +define CONFIG_SANDPOINT_TALUS + default 0 + export used + comment "Configure Sandpoint with Talus PMC" +end +define CONFIG_SANDPOINT_UNITY + default 0 + export used + comment "Configure Sandpoint with Unity PMC" +end +define CONFIG_SANDPOINT_VALIS + default 0 + export used + comment "Configure Sandpoint with Valis PMC" +end +define CONFIG_SANDPOINT_GYRUS + default 0 + export used + comment "Configure Sandpoint with Gyrus PMC" +end |