Commit cab00891 authored by Matt LaPlante's avatar Matt LaPlante Committed by Adrian Bunk
Browse files

Still more typo fixes



Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 44c09201
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ config MACH_ANUBIS
	bool "Simtec Electronics ANUBIS"
	select CPU_S3C2440
	help
	  Say Y gere if you are using the Simtec Electronics ANUBIS
	  Say Y here if you are using the Simtec Electronics ANUBIS
	  development system

config MACH_OSIRIS
+7 −7
Original line number Diff line number Diff line
@@ -24,12 +24,12 @@ config MPC8540_ADS
config MPC8548_CDS
	bool "Freescale MPC8548 CDS"
	help
	  This option enablese support for the MPC8548 CDS evaluation board.
	  This option enables support for the MPC8548 CDS evaluation board.

config MPC8555_CDS
	bool "Freescale MPC8555 CDS"
	help
	  This option enablese support for the MPC8555 CDS evaluation board.
	  This option enables support for the MPC8555 CDS evaluation board.

config MPC8560_ADS
	bool "Freescale MPC8560 ADS"
@@ -51,22 +51,22 @@ config STX_GP3
config TQM8540
	bool "TQ Components TQM8540"
	help
	  This option enablese support for the TQ Components TQM8540 board.
	  This option enables support for the TQ Components TQM8540 board.

config TQM8541
	bool "TQ Components TQM8541"
	help
	  This option enablese support for the TQ Components TQM8541 board.
	  This option enables support for the TQ Components TQM8541 board.

config TQM8555
	bool "TQ Components TQM8555"
	help
	  This option enablese support for the TQ Components TQM8555 board.
	  This option enables support for the TQ Components TQM8555 board.

config TQM8560
	bool "TQ Components TQM8560"
	help
	  This option enablese support for the TQ Components TQM8560 board.
	  This option enables support for the TQ Components TQM8560 board.

endchoice

@@ -94,7 +94,7 @@ config MPC8560
	default y

config 85xx_PCI2
	bool "Supprt for 2nd PCI host controller"
	bool "Support for 2nd PCI host controller"
	depends on MPC8555_CDS
	default y

+2 −2
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ source "drivers/pci/hotplug/Kconfig"

endmenu

menu "Exectuable file formats"
menu "Executable file formats"

# only elf supported
config KCORE_ELF
@@ -241,7 +241,7 @@ menu "Xtensa initrd options"
	bool "Embed root filesystem ramdisk into the kernel"

config EMBEDDED_RAMDISK_IMAGE
	string "Filename of gziped ramdisk image"
	string "Filename of gzipped ramdisk image"
	depends on EMBEDDED_RAMDISK
	default "ramdisk.gz"
	help
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ config INFINIBAND_IPOIB_DEBUG_DATA
	bool "IP-over-InfiniBand data path debugging"
	depends on INFINIBAND_IPOIB_DEBUG
	---help---
	  This option compiles debugging code into the the data path
	  This option compiles debugging code into the data path
	  of the IPoIB driver.  The output can be turned on via the
	  data_debug_level module parameter; however, even with output
	  turned off, this debugging code will have some performance
+1 −1
Original line number Diff line number Diff line
@@ -69,6 +69,6 @@ config VIDEO_CX88_VP3054
	depends on VIDEO_CX88_DVB && DVB_MT352
	---help---
	  This adds DVB-T support for cards based on the
	  Connexant 2388x chip and the MT352 demodulator,
	  Conexant 2388x chip and the MT352 demodulator,
	  which also require support for the VP-3054
	  Secondary I2C bus, such at DNTV Live! DVB-T Pro.
Loading