• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5p6440/
1# arch/arm/mach-s5p6440/Kconfig
2#
3# Copyright (c) 2009 Samsung Electronics Co., Ltd.
4#		http://www.samsung.com/
5#
6# Licensed under GPLv2
7
8if ARCH_S5P6440
9
10config CPU_S5P6440
11	bool
12	select S3C_PL330_DMA
13	help
14	  Enable S5P6440 CPU support
15
16config S5P6440_SETUP_I2C1
17	bool
18	help
19	  Common setup code for i2c bus 1.
20
21config MACH_SMDK6440
22	bool "SMDK6440"
23	select CPU_S5P6440
24	select S3C_DEV_I2C1
25	select S3C_DEV_RTC
26	select S3C_DEV_WDT
27	select SAMSUNG_DEV_ADC
28	select SAMSUNG_DEV_TS
29	select S5P6440_SETUP_I2C1
30	help
31	  Machine support for the Samsung SMDK6440
32
33endif
34