Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Fix misc Kconfig typos



Fix various Kconfig typos.

Signed-off-by: default avatarMatt LaPlante <kernel1@cyberdogtech.com>
Acked-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 5d3f083d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ config IXP4XX_INDIRECT_PCI
             into the kernel and we can use the standard read[bwl]/write[bwl]
             macros. This is the preferred method due to speed but it
             limits the system to just 64MB of PCI memory. This can be 
             problamatic if using video cards and other memory-heavy devices.
             problematic if using video cards and other memory-heavy devices.
          
          2) If > 64MB of memory space is required, the IXP4xx can be 
	     configured to use indirect registers to access PCI This allows 
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ config MACH_KEV7A400
	help
	  Say Y here if you are using the Sharp KEV7A400 development
	  board.  This hardware is discontinued, so I'd be very
	  suprised if you wanted this option.
	  surprised if you wanted this option.

config MACH_LPD7A400
	bool "LPD7A400 Card Engine"
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@ config SMDK2440_CPU2442
config MACH_S3C2413
	bool
	help
	  Internal node for S3C2413 verison of SMDK2413, so that
	  Internal node for S3C2413 version of SMDK2413, so that
	  machine_is_s3c2413() will work when MACH_SMDK2413 is
	  selected

+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ config CPU_ARM940T
	select CPU_CP15_MPU
	help
	  ARM940T is a member of the ARM9TDMI family of general-
	  purpose microprocessors with MPU and seperate 4KB
	  purpose microprocessors with MPU and separate 4KB
	  instruction and 4KB data cases, each with a 4-word line
	  length.

+1 −1
Original line number Diff line number Diff line
@@ -323,7 +323,7 @@ config ETRAX_DEF_R_WAITSTATES
	depends on ETRAX_ARCH_V10
	default "95a6"
	help
	  Waitstates for SRAM, Flash and peripherials (not DRAM).  95f8 is a
	  Waitstates for SRAM, Flash and peripherals (not DRAM).  95f8 is a
	  good choice for most Axis products...

config ETRAX_DEF_R_BUS_CONFIG
Loading