diff options
Diffstat (limited to 'src/config/Options.lb')
-rw-r--r-- | src/config/Options.lb | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index c54f783181..db1a20fa91 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -1225,49 +1225,3 @@ define CONFIG_PCIE_CONFIGSPACE_HOLE comment "Leave a hole for PCIe config space in the device allocator" end -############################################### -# Board specific options -############################################### - -############################################### -# Options for motorola/sandpoint -############################################### -define CONFIG_SANDPOINT_ALTIMUS - default 0 - export never - comment "Configure Sandpoint with Altimus PMC" -end -define CONFIG_SANDPOINT_TALUS - default 0 - export never - comment "Configure Sandpoint with Talus PMC" -end -define CONFIG_SANDPOINT_UNITY - default 0 - export never - comment "Configure Sandpoint with Unity PMC" -end -define CONFIG_SANDPOINT_VALIS - default 0 - export never - comment "Configure Sandpoint with Valis PMC" -end -define CONFIG_SANDPOINT_GYRUS - default 0 - 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 |