summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx27/Kconfig
blob: 979c557085e6fc788578ae9bc9a6773dc49546a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
menu "MX27 Options"
	depends on ARCH_MX27

config MX27_OPTIONS
	bool
	default y
	select CPU_ARM926T
	select MXC_EMMA
	select USB_ARCH_HAS_EHCI

config MACH_MX27ADS
	bool "Support MX27ADS platforms"
	default y
	help
	  Include support for MX27ADS platform. This includes specific
	  configurations for the board and its peripherals.

config ARCH_MXC_HAS_NFC_V1
        bool "MXC NFC Hardware Version 1"
        default y
        help
           This selects the Freescale MXC Nand Flash Controller Hardware Version 1
           If unsure, say N.

menu "Device options"

config I2C_MXC_SELECT1
	bool "Enable I2C1 module"
	default y
	depends on I2C_MXC
	help
	  Enable MX31 I2C1 module.

config I2C_MXC_SELECT2
	bool "Enable I2C2 module"
	default n
	depends on I2C_MXC
	help
	  Enable MX31 I2C2 module.

endmenu

endmenu