From 062d540139467956e8389cb7094a3d1993ca29de Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Thu, 17 Jul 2003 13:14:07 +0000 Subject: sandpoint options git-svn-id: svn://svn.coreboot.org/coreboot/trunk@974 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'src') 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 -- cgit v1.2.3