2010-01-14 02:19:36 +03: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-02-14 09:05:27 +03:00
|
|
|
depends on (ARCH_S5P64X0 || ARCH_S5P6442 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS4)
|
2010-01-14 02:19:36 +03:00
|
|
|
default y
|
2011-02-14 09:05:27 +03:00
|
|
|
select ARM_VIC if !ARCH_EXYNOS4
|
|
|
|
select ARM_GIC if ARCH_EXYNOS4
|
2010-01-14 02:19:36 +03:00
|
|
|
select NO_IOPORT
|
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
|
|
select S3C_GPIO_TRACK
|
2010-05-18 14:23:36 +04:00
|
|
|
select S5P_GPIO_DRVSTR
|
2010-01-19 09:31:17 +03:00
|
|
|
select SAMSUNG_GPIOLIB_4BIT
|
|
|
|
select S3C_GPIO_CFG_S3C64XX
|
|
|
|
select S3C_GPIO_PULL_UPDOWN
|
|
|
|
select S3C_GPIO_CFG_S3C24XX
|
2010-01-14 02:19:36 +03:00
|
|
|
select PLAT_SAMSUNG
|
|
|
|
select SAMSUNG_CLKSRC
|
|
|
|
select SAMSUNG_IRQ_VIC_TIMER
|
|
|
|
select SAMSUNG_IRQ_UART
|
|
|
|
help
|
|
|
|
Base platform code for Samsung's S5P series SoC.
|
2010-05-17 11:56:26 +04:00
|
|
|
|
|
|
|
config S5P_EXT_INT
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Use the external interrupts (other than GPIO interrupts.)
|
2010-09-07 10:47:18 +04:00
|
|
|
Note: Do not choose this for S5P6440 and S5P6450.
|
2010-08-09 13:26:13 +04:00
|
|
|
|
2010-10-01 05:40:37 +04:00
|
|
|
config S5P_GPIO_INT
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Common code for the GPIO interrupts (other than external interrupts.)
|
|
|
|
|
2011-03-12 02:05:19 +03:00
|
|
|
config S5P_HRT
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Use the High Resolution timer support
|
|
|
|
|
2011-02-01 09:08:53 +03:00
|
|
|
comment "System MMU"
|
|
|
|
|
|
|
|
config S5P_SYSTEM_MMU
|
|
|
|
bool "S5P SYSTEM MMU"
|
2011-02-14 09:05:27 +03:00
|
|
|
depends on ARCH_EXYNOS4
|
2011-02-01 09:08:53 +03:00
|
|
|
help
|
|
|
|
Say Y here if you want to enable System MMU
|
|
|
|
|
2010-08-09 13:26:13 +04: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 08:56:54 +04:00
|
|
|
|
|
|
|
config S5P_DEV_ONENAND
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in platform device definition for OneNAND controller
|
2010-12-17 09:08:07 +03: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 15:53:40 +03:00
|
|
|
|
|
|
|
config S5P_SETUP_MIPIPHY
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Compile in common setup code for MIPI-CSIS and MIPI-DSIM devices
|