blob: 7f303559c544efb808ba9774d1e7adfda86e08ea (
plain)
1
2
3
4
5
6
7
8
|
# IXP4XX specific machine overrides.
#
# IXP4XX can be arm or armeb - the ARCH (arm,armeb) decides
# this, IXP4XX is always XScale - this file enfoces this.
#
CONFIG_ARM_XSCALE=y
ARCH_HAS_MMU=y
HAS_FPU=n
|