diff options
author | Tomasz Figa <t.figa@samsung.com> | 2014-07-02 13:42:03 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-07-18 15:24:59 -0400 |
commit | 32726d2d5502302ba5753854f5f2f12ba22681c4 (patch) | |
tree | e432c5599c79ea3bdf7304477cdebb39e3a82c26 /arch/arm/mach-s5pv210/Kconfig | |
parent | f73d4cb681d2ede6d31974dde3ecce7a3ae8e8ff (diff) |
ARM: SAMSUNG: Remove legacy clock code
Since S5PV210 now has a complete clock driver using Common Clock
Framework, there is no reason to keep the old code. Remove it together
with the whole legacy Samsung-specific clock framework which no longer
has any users.
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index 60785cea7c61..f60f2862856d 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig | |||
@@ -13,7 +13,6 @@ config CPU_S5PV210 | |||
13 | bool | 13 | bool |
14 | select ARM_AMBA | 14 | select ARM_AMBA |
15 | select PL330_DMA if DMADEVICES | 15 | select PL330_DMA if DMADEVICES |
16 | select S5P_CLOCK if !COMMON_CLK | ||
17 | select S5P_EXT_INT | 16 | select S5P_EXT_INT |
18 | select S5P_PM if PM | 17 | select S5P_PM if PM |
19 | select S5P_SLEEP if PM | 18 | select S5P_SLEEP if PM |
@@ -71,14 +70,6 @@ config S5PV210_SETUP_USB_PHY | |||
71 | help | 70 | help |
72 | Common setup code for USB PHY controller | 71 | Common setup code for USB PHY controller |
73 | 72 | ||
74 | config COMMON_CLK_S5PV210 | ||
75 | bool "Common Clock Framework support" | ||
76 | default y | ||
77 | select COMMON_CLK_SAMSUNG | ||
78 | help | ||
79 | Enable this option to use new clock driver | ||
80 | based on Common Clock Framework. | ||
81 | |||
82 | menu "S5PC110 Machines" | 73 | menu "S5PC110 Machines" |
83 | 74 | ||
84 | config MACH_AQUILA | 75 | config MACH_AQUILA |