aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s5pv210/Kconfig')
-rw-r--r--arch/arm/mach-s5pv210/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig
index f60f2862856d..60785cea7c61 100644
--- a/arch/arm/mach-s5pv210/Kconfig
+++ b/arch/arm/mach-s5pv210/Kconfig
@@ -13,6 +13,7 @@ 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
16 select S5P_EXT_INT 17 select S5P_EXT_INT
17 select S5P_PM if PM 18 select S5P_PM if PM
18 select S5P_SLEEP if PM 19 select S5P_SLEEP if PM
@@ -70,6 +71,14 @@ config S5PV210_SETUP_USB_PHY
70 help 71 help
71 Common setup code for USB PHY controller 72 Common setup code for USB PHY controller
72 73
74config 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
73menu "S5PC110 Machines" 82menu "S5PC110 Machines"
74 83
75config MACH_AQUILA 84config MACH_AQUILA