diff options
Diffstat (limited to 'src/config/Options.lb')
-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 |