summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-14 01:05:59 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-09-14 22:54:19 +0900
commitb5550e496e97367d4c2b52d7a1a2e658f4a97d46 (patch)
tree516247174814676fa237c89c2f53852ae4ffd507
parent8cbb389bb3da80cbf8911f8386cbff92c6a78afe (diff)
downloadu-boot-imx-b5550e496e97367d4c2b52d7a1a2e658f4a97d46.zip
u-boot-imx-b5550e496e97367d4c2b52d7a1a2e658f4a97d46.tar.gz
u-boot-imx-b5550e496e97367d4c2b52d7a1a2e658f4a97d46.tar.bz2
ARM: uniphier: sort select:s alphabetically
ARCH_UNIPHIER is having more and more select:s. Sort them in case a select is accidentally duplicated. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r--arch/arm/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e63309a..f7b6f0d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -856,17 +856,17 @@ config TARGET_COLIBRI_PXA270
config ARCH_UNIPHIER
bool "Socionext UniPhier SoCs"
select CLK_UNIPHIER
- select SUPPORT_SPL
- select SPL
- select OF_CONTROL
- select SPL_OF_CONTROL
- select OF_LIBFDT
select DM
- select SPL_DM
select DM_GPIO
- select DM_SERIAL
select DM_I2C
select DM_MMC
+ select DM_SERIAL
+ select OF_CONTROL
+ select OF_LIBFDT
+ select SPL
+ select SPL_DM
+ select SPL_OF_CONTROL
+ select SUPPORT_SPL
help
Support for UniPhier SoC family developed by Socionext Inc.
(formerly, System LSI Business Division of Panasonic Corporation)