Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arch/arm26/Kconfig typos

Signed-off-by: Adrian Bunk <bunk@stusta.de>

authored by

Matt LaPlante and committed by
Adrian Bunk
fcb4ee88 590abf09

+3 -3
+3 -3
arch/arm26/Kconfig
··· 79 79 bool "A5000" 80 80 select ARCH_MAY_HAVE_PC_FDC 81 81 help 82 - Say Y here to to support the Acorn A5000. 82 + Say Y here to support the Acorn A5000. 83 83 84 84 Linux can support the 85 85 internal IDE disk and CD-ROM interface, serial and parallel port, ··· 129 129 config XIP_KERNEL 130 130 bool "Execute In Place (XIP) kernel image" 131 131 help 132 - Select this option to create a kernel that can be programed into 132 + Select this option to create a kernel that can be programmed into 133 133 the OS ROMs. 134 134 135 135 comment "At least one math emulation must be selected" ··· 140 140 Say Y to include the NWFPE floating point emulator in the kernel. 141 141 This is necessary to run most binaries. Linux does not currently 142 142 support floating point hardware so you need to say Y here even if 143 - your machine has an FPA or floating point co-processor podule. 143 + your machine has an FPA or floating point co-processor module. 144 144 145 145 It is also possible to say M to build the emulator as a module 146 146 (nwfpe) or indeed to leave it out altogether. However, unless you