2010-02-24 16:40:29 +09:00
# arch/arm/mach-s5pv210/Kconfig
#
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
# http://www.samsung.com/
#
# Licensed under GPLv2
# Configuration options for the S5PV210/S5PC110
if ARCH_S5PV210
config CPU_S5PV210
bool
select PLAT_S5P
2010-05-18 11:59:34 +09:00
select S3C_PL330_DMA
2010-05-17 16:56:26 +09:00
select S5P_EXT_INT
2010-02-24 16:40:29 +09:00
help
Enable S5PV210 CPU support
2010-05-20 08:13:07 +02:00
config S5PV210_SETUP_I2C1
bool
help
Common setup code for i2c bus 1.
config S5PV210_SETUP_I2C2
bool
help
Common setup code for i2c bus 2.
2010-06-08 17:11:43 +09:00
config S5PV210_SETUP_IDE
bool
help
Common setup code for S5PV210 IDE GPIO configurations
2010-05-20 08:13:04 +02:00
config S5PV210_SETUP_FB_24BPP
bool
help
Common setup code for S5PV210 with an 24bpp RGB display helper.
2010-06-21 16:28:28 +09:00
config S5PV210_SETUP_KEYPAD
bool
help
Common setup code for keypad.
2010-05-20 08:13:07 +02:00
config S5PV210_SETUP_SDHCI
bool
select S5PV210_SETUP_SDHCI_GPIO
help
Internal helper functions for S5PV210 based SDHCI systems
config S5PV210_SETUP_SDHCI_GPIO
bool
help
Common setup code for SDHCI gpio.
2010-08-06 21:49:18 +09:00
config S5PC110_DEV_ONENAND
bool
help
Compile in platform device definition for OneNAND1 controller
2010-07-13 11:11:47 +09:00
menu "S5PC110 Machines"
2010-05-20 18:48:43 +09:00
config MACH_AQUILA
2010-07-13 11:11:47 +09:00
bool "Aquila"
2010-05-20 18:48:43 +09:00
select CPU_S5PV210
select ARCH_SPARSEMEM_ENABLE
select S3C_DEV_FB
2010-08-09 16:55:24 +09:00
select S5P_DEV_FIMC0
select S5P_DEV_FIMC1
select S5P_DEV_FIMC2
2010-08-05 18:00:12 +09:00
select S3C_DEV_HSMMC
select S3C_DEV_HSMMC1
select S3C_DEV_HSMMC2
2010-08-06 21:49:18 +09:00
select S5PC110_DEV_ONENAND
select S5PV210_SETUP_FB_24BPP
select S5PV210_SETUP_SDHCI
2010-05-20 18:48:43 +09:00
help
Machine support for the Samsung Aquila target based on S5PC110 SoC
2010-05-19 23:15:32 +09:00
config MACH_GONI
bool "GONI"
select CPU_S5PV210
select ARCH_SPARSEMEM_ENABLE
2010-07-14 19:38:18 +09:00
select S3C_DEV_FB
2010-08-09 16:55:34 +09:00
select S5P_DEV_FIMC0
select S5P_DEV_FIMC1
select S5P_DEV_FIMC2
2010-08-05 18:00:18 +09:00
select S3C_DEV_HSMMC
select S3C_DEV_HSMMC1
select S3C_DEV_HSMMC2
2010-08-06 21:49:18 +09:00
select S5PC110_DEV_ONENAND
select S5PV210_SETUP_FB_24BPP
select S5PV210_SETUP_SDHCI
2010-05-19 23:15:32 +09:00
help
Machine support for Samsung GONI board
S5PC110(MCP) is one of package option of S5PV210
2010-02-24 16:40:29 +09:00
2010-07-13 11:11:47 +09:00
config MACH_SMDKC110
bool "SMDKC110"
select CPU_S5PV210
select ARCH_SPARSEMEM_ENABLE
2010-07-21 09:21:56 +05:30
select S3C_DEV_I2C1
select S3C_DEV_I2C2
2010-07-21 17:36:02 +09:00
select S3C_DEV_RTC
2010-07-13 11:11:47 +09:00
select S3C_DEV_WDT
2010-08-06 21:49:18 +09:00
select SAMSUNG_DEV_IDE
2010-07-21 09:21:56 +05:30
select S5PV210_SETUP_I2C1
select S5PV210_SETUP_I2C2
2010-07-13 11:11:47 +09:00
select S5PV210_SETUP_IDE
help
Machine support for Samsung SMDKC110
S5PC110(MCP) is one of package option of S5PV210
endmenu
menu "S5PV210 Machines"
2010-02-24 16:40:29 +09:00
config MACH_SMDKV210
bool "SMDKV210"
select CPU_S5PV210
select ARCH_SPARSEMEM_ENABLE
2010-06-14 10:18:56 +09:00
select S3C_DEV_HSMMC
select S3C_DEV_HSMMC1
select S3C_DEV_HSMMC2
select S3C_DEV_HSMMC3
2010-07-21 09:21:56 +05:30
select S3C_DEV_I2C1
select S3C_DEV_I2C2
2010-08-06 21:49:18 +09:00
select S3C_DEV_RTC
select S3C_DEV_WDT
2010-05-20 11:39:54 +09:00
select SAMSUNG_DEV_ADC
2010-06-08 17:11:43 +09:00
select SAMSUNG_DEV_IDE
2010-06-21 16:47:16 +09:00
select SAMSUNG_DEV_KEYPAD
2010-05-20 11:39:54 +09:00
select SAMSUNG_DEV_TS
2010-07-21 09:21:56 +05:30
select S5PV210_SETUP_I2C1
select S5PV210_SETUP_I2C2
2010-06-08 17:11:43 +09:00
select S5PV210_SETUP_IDE
2010-07-21 17:36:02 +09:00
select S5PV210_SETUP_KEYPAD
2010-06-14 10:18:56 +09:00
select S5PV210_SETUP_SDHCI
2010-02-24 16:40:29 +09:00
help
Machine support for Samsung SMDKV210
2010-07-13 11:11:47 +09:00
endmenu
2010-02-24 16:40:29 +09:00
endif