Kconfig (a7cb7bb664543e4562ab0e9a072470d2d18c761f) Kconfig (1b3e3aa6c5c7a86ae09459f5734283b991dd7939)
1# arch/arm/mach-exynos/Kconfig
2#
3# Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
4# http://www.samsung.com/
5#
6# Licensed under GPLv2
7
8# Configuration options for the EXYNOS4

--- 7 unchanged lines hidden (view full) ---

16 select ARM_GIC
17 select COMMON_CLK_SAMSUNG
18 select HAVE_ARM_SCU if SMP
19 select HAVE_S3C2410_I2C if I2C
20 select HAVE_S3C2410_WATCHDOG if WATCHDOG
21 select HAVE_S3C_RTC if RTC_CLASS
22 select PINCTRL
23 select PINCTRL_EXYNOS
1# arch/arm/mach-exynos/Kconfig
2#
3# Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
4# http://www.samsung.com/
5#
6# Licensed under GPLv2
7
8# Configuration options for the EXYNOS4

--- 7 unchanged lines hidden (view full) ---

16 select ARM_GIC
17 select COMMON_CLK_SAMSUNG
18 select HAVE_ARM_SCU if SMP
19 select HAVE_S3C2410_I2C if I2C
20 select HAVE_S3C2410_WATCHDOG if WATCHDOG
21 select HAVE_S3C_RTC if RTC_CLASS
22 select PINCTRL
23 select PINCTRL_EXYNOS
24 select PM_GENERIC_DOMAINS if PM_RUNTIME
24 select PM_GENERIC_DOMAINS if PM
25 select S5P_DEV_MFC
26 select SRAM
27 select MFD_SYSCON
28 help
29 Support for SAMSUNG EXYNOS SoCs (EXYNOS4/5)
30
31if ARCH_EXYNOS
32
33config ARCH_EXYNOS3
34 bool "SAMSUNG EXYNOS3"
35 select ARM_CPU_SUSPEND if PM
36 help
25 select S5P_DEV_MFC
26 select SRAM
27 select MFD_SYSCON
28 help
29 Support for SAMSUNG EXYNOS SoCs (EXYNOS4/5)
30
31if ARCH_EXYNOS
32
33config ARCH_EXYNOS3
34 bool "SAMSUNG EXYNOS3"
35 select ARM_CPU_SUSPEND if PM
36 help
37 Samsung EXYNOS3 (Cortex-A7) SoC based systems
37 Samsung EXYNOS3 (Crotex-A7) SoC based systems
38
39config ARCH_EXYNOS4
40 bool "SAMSUNG EXYNOS4"
41 default y
42 select ARM_CPU_SUSPEND if PM_SLEEP
43 select CLKSRC_SAMSUNG_PWM if CPU_EXYNOS4210
44 select CPU_EXYNOS4210
45 select GIC_NON_BANKED

--- 92 unchanged lines hidden ---
38
39config ARCH_EXYNOS4
40 bool "SAMSUNG EXYNOS4"
41 default y
42 select ARM_CPU_SUSPEND if PM_SLEEP
43 select CLKSRC_SAMSUNG_PWM if CPU_EXYNOS4210
44 select CPU_EXYNOS4210
45 select GIC_NON_BANKED

--- 92 unchanged lines hidden ---