diff options
author | Tomasz Figa <tomasz.figa@gmail.com> | 2013-10-05 20:06:27 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-10-05 20:06:27 -0400 |
commit | 6e2d9e935240b6276eaf913c20bb989fd0ed70ee (patch) | |
tree | cd83e126a704cf6561c072db4449b7c40416e25b /arch/arm/Kconfig | |
parent | 7472a2f21b6f73ea95841afbd8686e2515ab696b (diff) |
ARM: S3C64XX: Kill CONFIG_PLAT_S3C64XX
CONFIG_PLAT_S3C64XX has been kept in place way too long since it was
marked as temporary in commit
110d85a ARM: S3C64XX: Eliminate plat-s3c64xx
After fixing all users of it in previous patches, this patch finally
kills this temporary Kconfig entry.
Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 4a329c7277b1..4270cd7e7b67 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -737,11 +737,13 @@ config ARCH_S3C64XX | |||
737 | select NEED_MACH_GPIO_H | 737 | select NEED_MACH_GPIO_H |
738 | select NO_IOPORT | 738 | select NO_IOPORT |
739 | select PLAT_SAMSUNG | 739 | select PLAT_SAMSUNG |
740 | select PM_GENERIC_DOMAINS | ||
740 | select S3C_DEV_NAND | 741 | select S3C_DEV_NAND |
741 | select S3C_GPIO_TRACK | 742 | select S3C_GPIO_TRACK |
742 | select SAMSUNG_ATAGS | 743 | select SAMSUNG_ATAGS |
743 | select SAMSUNG_CLKSRC | 744 | select SAMSUNG_CLKSRC |
744 | select SAMSUNG_GPIOLIB_4BIT | 745 | select SAMSUNG_GPIOLIB_4BIT |
746 | select SAMSUNG_WAKEMASK | ||
745 | select SAMSUNG_WDT_RESET | 747 | select SAMSUNG_WDT_RESET |
746 | select USB_ARCH_HAS_OHCI | 748 | select USB_ARCH_HAS_OHCI |
747 | help | 749 | help |