···259source arch/cris/arch-v10/drivers/Kconfig260source arch/cris/arch-v32/drivers/Kconfig261000000000000000262config ETRAX_RTC263 bool "Real Time Clock support"264 depends on ETRAX_I2C
···259source arch/cris/arch-v10/drivers/Kconfig260source arch/cris/arch-v32/drivers/Kconfig261262+config ETRAX_AXISFLASHMAP263+ bool "Axis flash-map support"264+ select MTD265+ select MTD_CFI266+ select MTD_CFI_AMDSTD267+ select MTD_JEDECPROBE if ETRAX_ARCH_V32268+ select MTD_CHAR269+ select MTD_BLOCK270+ select MTD_PARTITIONS271+ select MTD_CONCAT272+ select MTD_COMPLEX_MAPPINGS273+ help274+ This option enables MTD mapping of flash devices. Needed to use275+ flash memories. If unsure, say Y.276+277config ETRAX_RTC278 bool "Real Time Clock support"279 depends on ETRAX_I2C
-15
arch/cris/arch-v10/drivers/Kconfig
···428 depends on ETRAX_USB_HOST429 default n430431-config ETRAX_AXISFLASHMAP432- bool "Axis flash-map support"433- depends on ETRAX_ARCH_V10434- select MTD435- select MTD_CFI436- select MTD_CFI_AMDSTD437- select MTD_CHAR438- select MTD_BLOCK439- select MTD_PARTITIONS440- select MTD_CONCAT441- select MTD_COMPLEX_MAPPINGS442- help443- This option enables MTD mapping of flash devices. Needed to use444- flash memories. If unsure, say Y.445-446config ETRAX_PTABLE_SECTOR447 int "Byte-offset of partition table sector"448 depends on ETRAX_AXISFLASHMAP
···428 depends on ETRAX_USB_HOST429 default n430000000000000000431config ETRAX_PTABLE_SECTOR432 int "Byte-offset of partition table sector"433 depends on ETRAX_AXISFLASHMAP
-16
arch/cris/arch-v32/drivers/Kconfig
···378 It is necessary to disable the serial receiver to avoid serial379 loopback. Not all products are able to do this in software only.380381-config ETRAX_AXISFLASHMAP382- bool "Axis flash-map support"383- depends on ETRAX_ARCH_V32384- select MTD385- select MTD_CFI386- select MTD_CFI_AMDSTD387- select MTD_JEDECPROBE388- select MTD_CHAR389- select MTD_BLOCK390- select MTD_PARTITIONS391- select MTD_CONCAT392- select MTD_COMPLEX_MAPPINGS393- help394- This option enables MTD mapping of flash devices. Needed to use395- flash memories. If unsure, say Y.396-397config ETRAX_SYNCHRONOUS_SERIAL398 bool "Synchronous serial-port support"399 depends on ETRAX_ARCH_V32
···378 It is necessary to disable the serial receiver to avoid serial379 loopback. Not all products are able to do this in software only.3800000000000000000381config ETRAX_SYNCHRONOUS_SERIAL382 bool "Synchronous serial-port support"383 depends on ETRAX_ARCH_V32