2010-02-24 07:40:29 +00: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
|
2010-05-18 02:59:34 +00:00
|
|
|
select S3C_PL330_DMA
|
2010-05-17 07:56:26 +00:00
|
|
|
select S5P_EXT_INT
|
2010-10-02 10:13:42 +00:00
|
|
|
select S5PV210_PM if PM
|
2010-02-24 07:40:29 +00:00
|
|
|
help
|
|
|
|
Enable S5PV210 CPU support
|
|
|
|
|
2010-05-20 06:13:07 +00: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 08:11:43 +00:00
|
|
|
config S5PV210_SETUP_IDE
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Common setup code for S5PV210 IDE GPIO configurations
|
|
|
|
|
2010-05-20 06:13:04 +00:00
|
|
|
config S5PV210_SETUP_FB_24BPP
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Common setup code for S5PV210 with an 24bpp RGB display helper.
|
|
|
|
|
2010-06-21 07:28:28 +00:00
|
|
|
config S5PV210_SETUP_KEYPAD
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Common setup code for keypad.
|
|
|
|
|
2010-05-20 06:13:07 +00: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-07-13 02:11:47 +00:00
|
|
|
menu "S5PC110 Machines"
|
2010-05-20 09:48:43 +00:00
|
|
|
|
|
|
|
config MACH_AQUILA
|
2010-07-13 02:11:47 +00:00
|
|
|
bool "Aquila"
|
2010-05-20 09:48:43 +00:00
|
|
|
select CPU_S5PV210
|
|
|
|
select S3C_DEV_FB
|
2010-08-09 07:55:24 +00:00
|
|
|
select S5P_DEV_FIMC0
|
|
|
|
select S5P_DEV_FIMC1
|
|
|
|
select S5P_DEV_FIMC2
|
2010-08-05 09:00:12 +00:00
|
|
|
select S3C_DEV_HSMMC
|
|
|
|
select S3C_DEV_HSMMC1
|
|
|
|
select S3C_DEV_HSMMC2
|
2010-08-27 04:56:54 +00:00
|
|
|
select S5P_DEV_ONENAND
|
2010-08-06 12:49:18 +00:00
|
|
|
select S5PV210_SETUP_FB_24BPP
|
|
|
|
select S5PV210_SETUP_SDHCI
|
2010-05-20 09:48:43 +00:00
|
|
|
help
|
|
|
|
Machine support for the Samsung Aquila target based on S5PC110 SoC
|
|
|
|
|
2010-05-19 14:15:32 +00:00
|
|
|
config MACH_GONI
|
|
|
|
bool "GONI"
|
|
|
|
select CPU_S5PV210
|
2010-10-04 09:38:12 +00:00
|
|
|
select S5P_GPIO_INT
|
2010-07-14 10:38:18 +00:00
|
|
|
select S3C_DEV_FB
|
2010-08-09 07:55:34 +00:00
|
|
|
select S5P_DEV_FIMC0
|
|
|
|
select S5P_DEV_FIMC1
|
|
|
|
select S5P_DEV_FIMC2
|
2010-08-05 09:00:18 +00:00
|
|
|
select S3C_DEV_HSMMC
|
|
|
|
select S3C_DEV_HSMMC1
|
|
|
|
select S3C_DEV_HSMMC2
|
2010-10-04 07:39:22 +00:00
|
|
|
select S3C_DEV_I2C1
|
2010-10-04 09:38:12 +00:00
|
|
|
select S3C_DEV_I2C2
|
2010-09-30 11:59:46 +00:00
|
|
|
select S3C_DEV_USB_HSOTG
|
2010-08-27 04:56:54 +00:00
|
|
|
select S5P_DEV_ONENAND
|
2010-09-08 23:17:43 +00:00
|
|
|
select SAMSUNG_DEV_KEYPAD
|
2010-08-06 12:49:18 +00:00
|
|
|
select S5PV210_SETUP_FB_24BPP
|
2010-10-04 07:39:22 +00:00
|
|
|
select S5PV210_SETUP_I2C1
|
2010-10-04 09:38:12 +00:00
|
|
|
select S5PV210_SETUP_I2C2
|
2010-09-08 23:17:43 +00:00
|
|
|
select S5PV210_SETUP_KEYPAD
|
2010-08-06 12:49:18 +00:00
|
|
|
select S5PV210_SETUP_SDHCI
|
2010-05-19 14:15:32 +00:00
|
|
|
help
|
|
|
|
Machine support for Samsung GONI board
|
|
|
|
S5PC110(MCP) is one of package option of S5PV210
|
2010-02-24 07:40:29 +00:00
|
|
|
|
2010-07-13 02:11:47 +00:00
|
|
|
config MACH_SMDKC110
|
|
|
|
bool "SMDKC110"
|
|
|
|
select CPU_S5PV210
|
2010-07-21 03:51:56 +00:00
|
|
|
select S3C_DEV_I2C1
|
|
|
|
select S3C_DEV_I2C2
|
2010-07-21 08:36:02 +00:00
|
|
|
select S3C_DEV_RTC
|
2010-07-13 02:11:47 +00:00
|
|
|
select S3C_DEV_WDT
|
2010-08-06 12:49:18 +00:00
|
|
|
select SAMSUNG_DEV_IDE
|
2010-07-21 03:51:56 +00:00
|
|
|
select S5PV210_SETUP_I2C1
|
|
|
|
select S5PV210_SETUP_I2C2
|
2010-07-13 02:11:47 +00: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 07:40:29 +00:00
|
|
|
config MACH_SMDKV210
|
|
|
|
bool "SMDKV210"
|
|
|
|
select CPU_S5PV210
|
2010-06-14 01:18:56 +00:00
|
|
|
select S3C_DEV_HSMMC
|
|
|
|
select S3C_DEV_HSMMC1
|
|
|
|
select S3C_DEV_HSMMC2
|
|
|
|
select S3C_DEV_HSMMC3
|
2010-07-21 03:51:56 +00:00
|
|
|
select S3C_DEV_I2C1
|
|
|
|
select S3C_DEV_I2C2
|
2010-08-06 12:49:18 +00:00
|
|
|
select S3C_DEV_RTC
|
|
|
|
select S3C_DEV_WDT
|
2010-05-20 02:39:54 +00:00
|
|
|
select SAMSUNG_DEV_ADC
|
2010-06-08 08:11:43 +00:00
|
|
|
select SAMSUNG_DEV_IDE
|
2010-06-21 07:47:16 +00:00
|
|
|
select SAMSUNG_DEV_KEYPAD
|
2010-05-20 02:39:54 +00:00
|
|
|
select SAMSUNG_DEV_TS
|
2010-07-21 03:51:56 +00:00
|
|
|
select S5PV210_SETUP_I2C1
|
|
|
|
select S5PV210_SETUP_I2C2
|
2010-06-08 08:11:43 +00:00
|
|
|
select S5PV210_SETUP_IDE
|
2010-07-21 08:36:02 +00:00
|
|
|
select S5PV210_SETUP_KEYPAD
|
2010-06-14 01:18:56 +00:00
|
|
|
select S5PV210_SETUP_SDHCI
|
2010-02-24 07:40:29 +00:00
|
|
|
help
|
|
|
|
Machine support for Samsung SMDKV210
|
|
|
|
|
2010-09-29 11:51:03 +00:00
|
|
|
config MACH_TORBRECK
|
|
|
|
bool "Torbreck"
|
|
|
|
select CPU_S5PV210
|
|
|
|
select ARCH_SPARSEMEM_ENABLE
|
|
|
|
select S3C_DEV_HSMMC
|
|
|
|
select S3C_DEV_HSMMC1
|
|
|
|
select S3C_DEV_HSMMC2
|
|
|
|
select S3C_DEV_HSMMC3
|
|
|
|
select S3C_DEV_I2C1
|
|
|
|
select S3C_DEV_I2C2
|
|
|
|
select S3C_DEV_RTC
|
|
|
|
select S3C_DEV_WDT
|
|
|
|
select S5PV210_SETUP_I2C1
|
|
|
|
select S5PV210_SETUP_I2C2
|
|
|
|
select S5PV210_SETUP_SDHCI
|
|
|
|
help
|
|
|
|
Machine support for aESOP Torbreck
|
|
|
|
|
2010-07-13 02:11:47 +00:00
|
|
|
endmenu
|
2010-02-24 07:40:29 +00:00
|
|
|
|
2010-10-02 10:13:42 +00:00
|
|
|
config S5PV210_PM
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Power Management code common to S5PV210
|
|
|
|
|
2010-02-24 07:40:29 +00:00
|
|
|
endif
|