--- arch/arm/mach-mx27/Kconfig | 49 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) Index: arch/arm/mach-mx27/Kconfig =================================================================== --- /dev/null +++ arch/arm/mach-mx27/Kconfig @@ -0,0 +1,49 @@ +menu "MX27 Options" + depends on ARCH_MX27 + +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 MACH_PCM038 + bool "Support phyCORE-i.MX27 platform" + help + Include support for phyCORE-i.MX27 platform. This includes specific + configurations for the module and its peripherals. + +config ISP1504_MXC + tristate "ISP1504 transceiver support" + select ISP1504_MXC_OTG if USB_GADGET && USB_EHCI_HCD && USB_OTG + help + Support for the ISP1504 USB transceiver on MXC platforms. + +config ISP1504_MXC_OTG + tristate + help + Support for USB OTG using the ISP1504 transceiver on MXC platforms. + +config ISP1301_MXC + bool + select I2C_MXC + +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