1menuconfig ARCH_U300 2 bool "ST-Ericsson U300 Series" if ARCH_MULTI_V5 3 depends on MMU 4 select ARCH_REQUIRE_GPIOLIB 5 select ARM_AMBA 6 select ARM_VIC 7 select CLKSRC_MMIO 8 select CPU_ARM926T 9 select HAVE_TCM 10 select PINCTRL 11 select PINCTRL_COH901 12 select PINCTRL_U300 13 select MFD_SYSCON 14 help 15 Support for ST-Ericsson U300 series mobile platforms. 16 17if ARCH_U300 18 19config MACH_U300 20 depends on ARCH_U300 21 bool "U300" 22 default y 23 24config U300_DEBUG 25 depends on ARCH_U300 26 bool "Debug support for U300" 27 depends on PM 28 help 29 Debug support for U300 in sysfs, procfs etc. 30 31config MACH_U300_SPIDUMMY 32 depends on ARCH_U300 33 bool "SSP/SPI dummy chip" 34 select SPI 35 select SPI_MASTER 36 select SPI_PL022 37 help 38 This creates a small kernel module that creates a dummy 39 SPI device to be used for loopback tests. Regularly used 40 to test reference designs. If you're not testing SPI, 41 you don't need it. Selecting this will activate the 42 SPI framework and ARM PL022 support. 43 44endif 45