Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0
#
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
#		http://www.samsung.com/

# Configuration options for the S5PV210/S5PC110

config CONFIG_ARCH_S5PV210
	bool "Samsung S5PV210/S5PC110"
	depends on CONFIG_ARCH_MULTI_V7
	select CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
	select CONFIG_ARM_VIC
	select CONFIG_CLKSRC_SAMSUNG_PWM
	select CONFIG_COMMON_CLK_SAMSUNG
	select CONFIG_GPIOLIB
	select CONFIG_HAVE_S3C2410_I2C if CONFIG_I2C
	select CONFIG_HAVE_S3C2410_WATCHDOG if CONFIG_WATCHDOG
	select CONFIG_HAVE_S3C_RTC if CONFIG_RTC_CLASS
	select CONFIG_PINCTRL
	select CONFIG_PINCTRL_EXYNOS
	help
	  Samsung S5PV210/S5PC110 series based systems

if CONFIG_ARCH_S5PV210

config CONFIG_CPU_S5PV210
	def_bool y
	select CONFIG_ARM_AMBA
	select CONFIG_PL330_DMA if CONFIG_DMADEVICES
	help
	  Enable S5PV210 CPU support

endif