sandpoint options
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@974 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b03b33697d
commit
062d540139
|
@ -569,3 +569,35 @@ define CONFIG_UDELAY_TSC
|
||||||
comment ""
|
comment ""
|
||||||
end
|
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
|
||||||
|
|
Loading…
Reference in New Issue