blob: 77e53bc1a8facad5a903c94022a68e5527c07245 (
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
# UCLIBC_HAS_FPU is not set
|