2010-01-14 06:19:36 +07:00
|
|
|
# arch/arm/plat-s5p/Kconfig
|
|
|
|
#
|
|
|
|
# Copyright (c) 2009 Samsung Electronics Co., Ltd.
|
|
|
|
# http://www.samsung.com/
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
|
|
|
|
|
|
|
config PLAT_S5P
|
|
|
|
bool
|
2011-11-06 11:54:56 +07:00
|
|
|
depends on (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS)
|
2010-01-14 06:19:36 +07:00
|
|
|
default y
|
2012-02-11 20:15:45 +07:00
|
|
|
select ARM_VIC if !ARCH_EXYNOS
|
|
|
|
select ARM_GIC if ARCH_EXYNOS
|
2011-11-12 23:09:49 +07:00
|
|
|
select GIC_NON_BANKED if ARCH_EXYNOS4
|
2010-01-14 06:19:36 +07:00
|
|
|
select NO_IOPORT
|
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select S3C_GPIO_TRACK
|
2010-05-18 17:23:36 +07:00
|
|
|
select S5P_GPIO_DRVSTR
|
2010-01-19 13:31:17 +07:00
|
|
|
select SAMSUNG_GPIOLIB_4BIT
|
2010-01-14 06:19:36 +07:00
|
|
|
select PLAT_SAMSUNG
|
|
|
|
select SAMSUNG_CLKSRC
|
|
|
|
select SAMSUNG_IRQ_VIC_TIMER
|
|
|
|
help
|
|
|
|
Base platform code for Samsung's S5P series SoC.
|
2010-05-17 14:56:26 +07:00
|
|
|
|
|
|
|
config S5P_EXT_INT
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Use the external interrupts (other than GPIO interrupts.)
|
2010-09-07 13:47:18 +07:00
|
|
|
Note: Do not choose this for S5P6440 and S5P6450.
|
2010-08-09 16:26:13 +07:00
|
|
|
|
2010-10-01 08:40:37 +07:00
|
|
|
config S5P_GPIO_INT
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Common code for the GPIO interrupts (other than external interrupts.)
|
|
|
|
|
2011-03-12 06:05:19 +07:00
|
|
|
config S5P_HRT
|
|
|
|
bool
|
2011-06-13 14:46:09 +07:00
|
|
|
select SAMSUNG_DEV_PWM
|
2011-03-12 06:05:19 +07:00
|
|
|
help
|
|
|
|
Use the High Resolution timer support
|
|
|
|
|
2012-02-10 09:57:53 +07:00
|
|
|
config S5P_DEV_UART
|
|
|
|
def_bool y
|
|
|
|
depends on (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210)
|
|
|
|
|
2011-10-04 18:25:51 +07:00
|
|
|
config S5P_PM
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Common code for power management support on S5P and newer SoCs
|
|
|
|
Note: Do not select this for S5P6440 and S5P6450.
|
|
|
|
|
2011-02-01 13:08:53 +07:00
|
|
|
comment "System MMU"
|
|
|
|
|
|
|
|
config S5P_SYSTEM_MMU
|
|
|
|
bool "S5P SYSTEM MMU"
|
2011-02-14 13:05:27 +07:00
|
|
|
depends on ARCH_EXYNOS4
|
2011-02-01 13:08:53 +07:00
|
|
|
help
|
|
|
|
Say Y here if you want to enable System MMU
|
|
|
|
|
2011-10-04 18:25:51 +07:00
|
|
|
config S5P_SLEEP
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Internal config node to apply common S5P sleep management code.
|
|
|
|
Can be selected by S5P and newer SoCs with similar sleep procedure.
|
|
|
|
|
2010-08-09 16:26:13 +07:00
|
|
|
config S5P_DEV_FIMC0
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definitions for FIMC controller 0
|
|
|
|
|
|
|
|
config S5P_DEV_FIMC1
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definitions for FIMC controller 1
|
|
|
|
|
|
|
|
config S5P_DEV_FIMC2
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definitions for FIMC controller 2
|
2010-08-27 11:56:54 +07:00
|
|
|
|
2011-03-12 06:58:01 +07:00
|
|
|
config S5P_DEV_FIMC3
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definitions for FIMC controller 3
|
|
|
|
|
2012-03-10 17:45:42 +07:00
|
|
|
config S5P_DEV_JPEG
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definitions for JPEG codec
|
|
|
|
|
2011-12-27 15:16:44 +07:00
|
|
|
config S5P_DEV_G2D
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definitions for G2D device
|
|
|
|
|
2011-07-21 13:46:26 +07:00
|
|
|
config S5P_DEV_FIMD0
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definitions for FIMD controller 0
|
|
|
|
|
2011-09-16 16:44:36 +07:00
|
|
|
config S5P_DEV_I2C_HDMIPHY
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definitions for I2C HDMIPHY controller
|
|
|
|
|
2011-07-21 14:42:30 +07:00
|
|
|
config S5P_DEV_MFC
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definitions for MFC
|
|
|
|
|
2010-08-27 11:56:54 +07:00
|
|
|
config S5P_DEV_ONENAND
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definition for OneNAND controller
|
2010-12-17 13:08:07 +07:00
|
|
|
|
|
|
|
config S5P_DEV_CSIS0
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definitions for MIPI-CSIS channel 0
|
|
|
|
|
|
|
|
config S5P_DEV_CSIS1
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definitions for MIPI-CSIS channel 1
|
2011-03-10 19:53:40 +07:00
|
|
|
|
2011-09-19 14:44:42 +07:00
|
|
|
config S5P_DEV_TV
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definition for TV interface
|
|
|
|
|
2011-04-08 11:22:09 +07:00
|
|
|
config S5P_DEV_USB_EHCI
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definition for USB EHCI
|
|
|
|
|
2011-03-10 19:53:40 +07:00
|
|
|
config S5P_SETUP_MIPIPHY
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in common setup code for MIPI-CSIS and MIPI-DSIM devices
|