Skip to content

Commit

Permalink
ARM: S5PV210: Fixup machine Kconfig order
Browse files Browse the repository at this point in the history
Update the Kconfig order and add a spacer between
device setup support and the machine definitions.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed May 20, 2010
1 parent 2e57da4 commit eff4c74
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions arch/arm/mach-s5pv210/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ config CPU_S5PV210
help
Enable S5PV210 CPU support

config MACH_AQUILA
bool "Samsung Aquila"
select CPU_S5PV210
select ARCH_SPARSEMEM_ENABLE
select S5PV210_SETUP_FB_24BPP
select S3C_DEV_FB
help
Machine support for the Samsung Aquila target based on S5PC110 SoC

config S5PV210_SETUP_I2C1
bool
help
Expand All @@ -51,6 +42,17 @@ config S5PV210_SETUP_SDHCI_GPIO
help
Common setup code for SDHCI gpio.

# machine support

config MACH_AQUILA
bool "Samsung Aquila"
select CPU_S5PV210
select ARCH_SPARSEMEM_ENABLE
select S5PV210_SETUP_FB_24BPP
select S3C_DEV_FB
help
Machine support for the Samsung Aquila target based on S5PC110 SoC

config MACH_GONI
bool "GONI"
select CPU_S5PV210
Expand Down

0 comments on commit eff4c74

Please sign in to comment.