Skip to content

Commit

Permalink
ARM: 7078/1: Footbridge: Sort KConfig Options alphabetically
Browse files Browse the repository at this point in the history
As per request of rmk, the options should be sorted alphabetically.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Peter Hüwe authored and Russell King committed Oct 17, 2011
1 parent d056f5a commit a7b0ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-footbridge/Kconfig
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ menu "Footbridge Implementations"

config ARCH_CATS
bool "CATS"
select CLKSRC_I8253
select CLKEVT_I8253
select CLKSRC_I8253
select FOOTBRIDGE_HOST
select ISA
select ISA_DMA
@@ -61,8 +61,8 @@ config ARCH_EBSA285_HOST

config ARCH_NETWINDER
bool "NetWinder"
select CLKSRC_I8253
select CLKEVT_I8253
select CLKSRC_I8253
select FOOTBRIDGE_HOST
select ISA
select ISA_DMA

0 comments on commit a7b0ab5

Please sign in to comment.