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