Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Copyright (c) 2010 Samsung Electronics Co., Ltd.
0004 #               http://www.samsung.com/
0005 
0006 # Configuration options for the S5PV210/S5PC110
0007 
0008 config ARCH_S5PV210
0009         bool "Samsung S5PV210/S5PC110"
0010         depends on ARCH_MULTI_V7
0011         select ARM_VIC
0012         select CLKSRC_SAMSUNG_PWM
0013         select COMMON_CLK_SAMSUNG
0014         select GPIOLIB
0015         select PINCTRL
0016         select PINCTRL_EXYNOS
0017         select SOC_SAMSUNG
0018         help
0019           Samsung S5PV210/S5PC110 series based systems
0020 
0021 if ARCH_S5PV210
0022 
0023 config CPU_S5PV210
0024         def_bool y
0025         select ARM_AMBA
0026         select PL330_DMA if DMADEVICES
0027         help
0028           Enable S5PV210 CPU support
0029 
0030 endif