| # arch/arm/plat-s5p/Kconfig |
| # Copyright (c) 2009 Samsung Electronics Co., Ltd. |
| # http://www.samsung.com/ |
| depends on (ARCH_S5P64X0 || ARCH_S5P6442 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_S5PV310) |
| select ARM_VIC if !ARCH_S5PV310 |
| select ARM_GIC if ARCH_S5PV310 |
| select ARCH_REQUIRE_GPIOLIB |
| select SAMSUNG_GPIOLIB_4BIT |
| select S3C_GPIO_CFG_S3C64XX |
| select S3C_GPIO_PULL_UPDOWN |
| select S3C_GPIO_CFG_S3C24XX |
| select SAMSUNG_IRQ_VIC_TIMER |
| Base platform code for Samsung's S5P series SoC. |
| Use the external interrupts (other than GPIO interrupts.) |
| Note: Do not choose this for S5P6440 and S5P6450. |
| Common code for the GPIO interrupts (other than external interrupts.) |
| Compile in platform device definitions for FIMC controller 0 |
| Compile in platform device definitions for FIMC controller 1 |
| Compile in platform device definitions for FIMC controller 2 |
| Compile in platform device definition for OneNAND controller |