diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-11-27 11:19:23 +0900 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2017-12-21 16:11:12 +0100 |
commit | ea04d6b456b2b7a7163680fd1bd19567203faf7a (patch) | |
tree | 1df17fcb06fb660f08a4515f5b129af16bfdf9b2 /arch/arm/Kconfig | |
parent | c3aed3f6a016d69566eaef44b835176374c7cd0e (diff) | |
download | linux-ea04d6b456b2b7a7163680fd1bd19567203faf7a.tar.gz linux-ea04d6b456b2b7a7163680fd1bd19567203faf7a.tar.bz2 linux-ea04d6b456b2b7a7163680fd1bd19567203faf7a.zip |
ARM: make ARCH_S3C24XX select USE_OF and clean-up boot/dts/Makefile
ARCH_S3C24XX is a very exceptional platform that some DT files in
arch/arm/boot/dts/, but does not select USE_OF.
All the other platforms with DT files correctly select USE_OF
directly or indirectly (Most of them are either ARCH_MULTIPLATFORM
or ARM_SINGLE_ARMV7M).
With ARCH_S3C24XX fixed, "ifeq ($(CONFIG_OF),y)" in DT Makefile
can be deleted.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 51c8df561077..560449774be5 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -595,6 +595,7 @@ config ARCH_S3C24XX select MULTI_IRQ_HANDLER select NEED_MACH_IO_H select SAMSUNG_ATAGS + select USE_OF help Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443 and S3C2450 SoCs based systems, such as the Simtec Electronics BAST |