1 comment "Processor Type"
7 # Select CPU types depending on the architecture selected. This selects
8 # which CPUs we support in the kernel image, and the compiler instruction
16 The ARM920T is licensed to be produced by numerous vendors,
17 and is used in the Maverick EP9312 and the Samsung S3C2410.
19 More information on the Maverick EP9312 at
20 <http://linuxdevices.com/products/PD2382866068.html>.
22 Say Y if you want support for the ARM920T processor.
31 This is a variant of the ARM920. It has slightly different
32 instruction sequences for cache and TLB operations. Curiously,
33 there is no documentation on it at the ARM corporate website.
35 Say Y if you want support for the ARM926T processor.
48 # Figure out what processor architecture version we should be using.
49 # This defines the compiler instruction set which depends on the machine type.
62 comment "processor features"
65 bool "Build big-endian kernel"
66 depends on ARCH_SUPPORTS_BIG_ENDIAN
68 Say Y if you plan on running a kernel in big-endian mode.
69 Note that your board must be properly built and your board
70 port must properly enable any big-endian related features
71 of your chipset/board/processor.