Directory Files
.. 6
File Size
Kconfig 3.2 kB
Kconfig.s3c64xx 3.1 kB
Makefile 535 B
Makefile.s3c64xx 1.1 kB
cpu.c 944 B
cpu.h 2.1 kB
cpuidle-s3c64xx.c 1.3 kB
crag6410.h 628 B
dev-audio-s3c64xx.c 2.0 kB
dev-uart-s3c64xx.c 1.6 kB
dev-uart.c 792 B
devs.c 9.7 kB
devs.h 1.8 kB
fb.h 907 B
gpio-cfg-helpers.h 1.0 kB
gpio-cfg.h 5.7 kB
gpio-core.h 4.3 kB
gpio-samsung-s3c64xx.h 3.5 kB
gpio-samsung.c 22 kB
gpio-samsung.h 73 B
iic-core.h 709 B
init.c 3.6 kB
irq-pm-s3c64xx.c 3.1 kB
irq-uart-s3c64xx.h 371 B
irqs-s3c64xx.h 6.1 kB
irqs.h 65 B
keypad.h 870 B
mach-crag6410-module.c 11 kB
mach-crag6410.c 22 kB
mach-s3c64xx-dt.c 1.1 kB
map-base.h 1.6 kB
map-s3c.h 839 B
map-s3c64xx.h 3.8 kB
map-s5p.h 449 B
map.h 64 B
pl080.c 6.4 kB
platformdata.c 1.2 kB
pm-common.c 2.1 kB
pm-common.h 1.1 kB
pm-core-s3c64xx.h 1.6 kB
pm-core.h 68 B
pm-gpio.c 9.7 kB
pm-s3c64xx.c 7.3 kB
pm.c 4.2 kB
pm.h 2.2 kB
pwm-core.h 490 B
regs-clock-s3c64xx.h 816 B
regs-clock.h 71 B
regs-gpio-memport-s3c64xx.h 748 B
regs-gpio-s3c64xx.h 7.1 kB
regs-gpio.h 70 B
regs-irq-s3c64xx.h 334 B
regs-irq.h 69 B
regs-irqtype.h 479 B
regs-modem-s3c64xx.h 872 B
regs-sys-s3c64xx.h 697 B
regs-syscon-power-s3c64xx.h 4.0 kB
regs-usb-hsotg-phy-s3c64xx.h 1.5 kB
s3c6410.c 1.8 kB
s3c64xx.c 10 kB
s3c64xx.h 1.5 kB
sdhci.h 3.8 kB
setup-fb-24bpp-s3c64xx.c 572 B
setup-i2c0-s3c64xx.c 591 B
setup-i2c1-s3c64xx.c 591 B
setup-keypad-s3c64xx.c 610 B
setup-sdhci-gpio-s3c64xx.c 1.6 kB
setup-spi-s3c64xx.c 400 B
setup-usb-phy-s3c64xx.c 2.0 kB
sleep-s3c64xx.S 1.1 kB
usb-phy.h 402 B
wakeup-mask.c 906 B
wakeup-mask.h 1.2 kB

Linux v6.6.1 - mach-s3c

# SPDX-License-Identifier: GPL-2.0
#
# Copyright 2009 Simtec Electronics

source "arch/arm/mach-s3c/Kconfig.s3c64xx"

config PLAT_SAMSUNG
	def_bool ARCH_S3C64XX
	select GENERIC_IRQ_CHIP
	select NO_IOPORT_MAP
	select SOC_SAMSUNG
	help
	  Base platform code for all Samsung SoC based systems

config SAMSUNG_PM
	def_bool ARCH_S3C64XX
	depends on PM
	help
	  Base platform power management code for samsung code

if PLAT_SAMSUNG
menu "Samsung Common options"

# boot configurations

comment "Boot options"

config S3C_LOWLEVEL_UART_PORT
	int "S3C UART to use for low-level messages"
	depends on ARCH_S3C64XX
	default 0
	help
	  Choice of which UART port to use for the low-level messages,
	  such as the `Uncompressing...` at start time. The value of
	  this configuration should be between zero and two. The port
	  must have been initialised by the boot-loader before use.

config SAMSUNG_ATAGS
	def_bool n
	depends on ATAGS
	help
	  This option enables ATAGS based boot support code for
	  Samsung platforms, including static platform devices, legacy
	  clock, timer and interrupt initialization, etc.

	  Platforms that support only DT based boot need not to select
	  this option.

if SAMSUNG_ATAGS

config S3C_GPIO_SPACE
	int "Space between gpio banks"
	default 0
	help
	  Add a number of spare GPIO entries between each bank for debugging
	  purposes. This allows any problems where an counter overflows from
	  one bank to another to be caught, at the expense of using a little
	  more memory.

config S3C_GPIO_TRACK
	bool
	help
	  Internal configuration option to enable the s3c specific gpio
	  chip tracking if the platform requires it.

# device definitions to compile in

config S3C_DEV_HSMMC
	bool
	help
	  Compile in platform device definitions for HSMMC code

config S3C_DEV_HSMMC1
	bool
	help
	  Compile in platform device definitions for HSMMC channel 1

config S3C_DEV_HSMMC2
	bool
	help
	  Compile in platform device definitions for HSMMC channel 2

config S3C_DEV_HSMMC3
	bool
	help
	  Compile in platform device definitions for HSMMC channel 3

config S3C_DEV_I2C1
	bool
	help
	  Compile in platform device definitions for I2C channel 1

config S3C_DEV_FB
	bool
	help
	  Compile in platform device definition for framebuffer

config S3C_DEV_USB_HOST
	bool
	help
	  Compile in platform device definition for USB host.

config S3C_DEV_USB_HSOTG
	bool
	help
	  Compile in platform device definition for USB high-speed OtG

config S3C64XX_DEV_SPI0
	bool
	help
	  Compile in platform device definitions for S3C64XX's type
	  SPI controller 0

config SAMSUNG_DEV_KEYPAD
	bool
	help
	  Compile in platform device definitions for keypad

config SAMSUNG_DEV_PWM
	bool
	help
	  Compile in platform device definition for PWM Timer

config GPIO_SAMSUNG
	def_bool y

config SAMSUNG_PM_GPIO
	bool
	default y if GPIO_SAMSUNG && PM
	help
	  Include legacy GPIO power management code for platforms not using
	  pinctrl-samsung driver.
endif

config SAMSUNG_WAKEMASK
	bool
	depends on PM
	help
	  Compile support for wakeup-mask controls found on the S3C6400
	  and above. This code allows a set of interrupt to wakeup-mask
	  mappings. See <plat/wakeup-mask.h>

endmenu
endif