aboutsummaryrefslogtreecommitdiff
path: root/src/config
diff options
context:
space:
mode:
authorGreg Watson <jarrah@users.sourceforge.net>2003-07-17 13:14:07 +0000
committerGreg Watson <jarrah@users.sourceforge.net>2003-07-17 13:14:07 +0000
commit062d540139467956e8389cb7094a3d1993ca29de (patch)
tree531c7d052ff72b7ff33b6d0a7a0b6a057b50b7ed /src/config
parentb03b33697d44fb4140922d47a4df1edd25a40a74 (diff)
sandpoint options
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@974 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Options.lb32
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