diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 05:48:43 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 05:48:43 -0400 |
commit | eff4c74da7944ba30feb47b51d1e9e940e6682ff (patch) | |
tree | 99ba3b0dffae082d00ab959056326fc8cf99b647 /arch/arm | |
parent | 2e57da4105ff5bb61dd9c967940faa4d2def8224 (diff) |
ARM: S5PV210: Fixup machine Kconfig order
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index d59abec6f978..9efc3b3c9ce4 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig | |||
@@ -16,15 +16,6 @@ config CPU_S5PV210 | |||
16 | help | 16 | help |
17 | Enable S5PV210 CPU support | 17 | Enable S5PV210 CPU support |
18 | 18 | ||
19 | config MACH_AQUILA | ||
20 | bool "Samsung Aquila" | ||
21 | select CPU_S5PV210 | ||
22 | select ARCH_SPARSEMEM_ENABLE | ||
23 | select S5PV210_SETUP_FB_24BPP | ||
24 | select S3C_DEV_FB | ||
25 | help | ||
26 | Machine support for the Samsung Aquila target based on S5PC110 SoC | ||
27 | |||
28 | config S5PV210_SETUP_I2C1 | 19 | config S5PV210_SETUP_I2C1 |
29 | bool | 20 | bool |
30 | help | 21 | help |
@@ -51,6 +42,17 @@ config S5PV210_SETUP_SDHCI_GPIO | |||
51 | help | 42 | help |
52 | Common setup code for SDHCI gpio. | 43 | Common setup code for SDHCI gpio. |
53 | 44 | ||
45 | # machine support | ||
46 | |||
47 | config MACH_AQUILA | ||
48 | bool "Samsung Aquila" | ||
49 | select CPU_S5PV210 | ||
50 | select ARCH_SPARSEMEM_ENABLE | ||
51 | select S5PV210_SETUP_FB_24BPP | ||
52 | select S3C_DEV_FB | ||
53 | help | ||
54 | Machine support for the Samsung Aquila target based on S5PC110 SoC | ||
55 | |||
54 | config MACH_GONI | 56 | config MACH_GONI |
55 | bool "GONI" | 57 | bool "GONI" |
56 | select CPU_S5PV210 | 58 | select CPU_S5PV210 |