ARM: S3C64XX: Move if ARCH_S3C64XX statement into mach-s3c64xx
All other platforms have this condition checked inside their own Kconfig files, so for consistency this patch makes it this way for mach-s3c64xx as well. Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
Родитель
4a10c2ac2f
Коммит
d2193ce2ce
|
@ -1009,9 +1009,7 @@ source "arch/arm/mach-sti/Kconfig"
|
||||||
|
|
||||||
source "arch/arm/mach-s3c24xx/Kconfig"
|
source "arch/arm/mach-s3c24xx/Kconfig"
|
||||||
|
|
||||||
if ARCH_S3C64XX
|
|
||||||
source "arch/arm/mach-s3c64xx/Kconfig"
|
source "arch/arm/mach-s3c64xx/Kconfig"
|
||||||
endif
|
|
||||||
|
|
||||||
source "arch/arm/mach-s5p64x0/Kconfig"
|
source "arch/arm/mach-s5p64x0/Kconfig"
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
#
|
#
|
||||||
# Licensed under GPLv2
|
# Licensed under GPLv2
|
||||||
|
|
||||||
|
if ARCH_S3C64XX
|
||||||
|
|
||||||
# temporary until we can eliminate all drivers using it.
|
# temporary until we can eliminate all drivers using it.
|
||||||
config PLAT_S3C64XX
|
config PLAT_S3C64XX
|
||||||
bool
|
bool
|
||||||
|
@ -306,3 +308,5 @@ config MACH_WLF_CRAGG_6410
|
||||||
select SAMSUNG_GPIO_EXTRA128
|
select SAMSUNG_GPIO_EXTRA128
|
||||||
help
|
help
|
||||||
Machine support for the Wolfson Cragganmore S3C6410 variant.
|
Machine support for the Wolfson Cragganmore S3C6410 variant.
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче