diff options
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index 3dc5cbea86cc..7dfba937d8fc 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig | |||
@@ -25,10 +25,16 @@ config PLAT_S5P | |||
25 | select S5P_GPIO_DRVSTR | 25 | select S5P_GPIO_DRVSTR |
26 | select SAMSUNG_CLKSRC if !COMMON_CLK | 26 | select SAMSUNG_CLKSRC if !COMMON_CLK |
27 | select SAMSUNG_GPIOLIB_4BIT | 27 | select SAMSUNG_GPIOLIB_4BIT |
28 | select SAMSUNG_IRQ_VIC_TIMER | ||
29 | help | 28 | help |
30 | Base platform code for Samsung's S5P series SoC. | 29 | Base platform code for Samsung's S5P series SoC. |
31 | 30 | ||
31 | config SAMSUNG_PM | ||
32 | bool | ||
33 | depends on PM && (PLAT_S3C24XX || ARCH_S3C64XX || ARCH_S5P64X0 || S5P_PM) | ||
34 | default y | ||
35 | help | ||
36 | Base platform power management code for samsung code | ||
37 | |||
32 | if PLAT_SAMSUNG | 38 | if PLAT_SAMSUNG |
33 | 39 | ||
34 | # boot configurations | 40 | # boot configurations |
@@ -72,14 +78,6 @@ config SAMSUNG_ATAGS | |||
72 | 78 | ||
73 | if SAMSUNG_ATAGS | 79 | if SAMSUNG_ATAGS |
74 | 80 | ||
75 | # timer options | ||
76 | |||
77 | config SAMSUNG_HRT | ||
78 | bool | ||
79 | select SAMSUNG_DEV_PWM | ||
80 | help | ||
81 | Use the High Resolution timer support | ||
82 | |||
83 | # clock options | 81 | # clock options |
84 | 82 | ||
85 | config SAMSUNG_CLOCK | 83 | config SAMSUNG_CLOCK |
@@ -99,11 +97,6 @@ config S5P_CLOCK | |||
99 | 97 | ||
100 | # options for IRQ support | 98 | # options for IRQ support |
101 | 99 | ||
102 | config SAMSUNG_IRQ_VIC_TIMER | ||
103 | bool | ||
104 | help | ||
105 | Internal configuration to build the VIC timer interrupt code. | ||
106 | |||
107 | config S5P_IRQ | 100 | config S5P_IRQ |
108 | def_bool (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210) | 101 | def_bool (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210) |
109 | help | 102 | help |