Kconfig (a02001086bbfb4da35d1228bebc2f1b442db455f) Kconfig (186401937927426f85a28bd798e82ca18e4e5549)
1#
2# Memory devices
3#
4
5menuconfig MEMORY
6 bool "Memory Controller drivers"
7
8if MEMORY

--- 27 unchanged lines hidden (view full) ---

36 This driver is for the EMIF module available in Texas Instruments
37 SoCs. EMIF is an SDRAM controller that, based on its revision,
38 supports one or more of DDR2, DDR3, and LPDDR2 SDRAM protocols.
39 This driver takes care of only LPDDR2 memories presently. The
40 functions of the driver includes re-configuring AC timing
41 parameters and other settings during frequency, voltage and
42 temperature changes
43
1#
2# Memory devices
3#
4
5menuconfig MEMORY
6 bool "Memory Controller drivers"
7
8if MEMORY

--- 27 unchanged lines hidden (view full) ---

36 This driver is for the EMIF module available in Texas Instruments
37 SoCs. EMIF is an SDRAM controller that, based on its revision,
38 supports one or more of DDR2, DDR3, and LPDDR2 SDRAM protocols.
39 This driver takes care of only LPDDR2 memories presently. The
40 functions of the driver includes re-configuring AC timing
41 parameters and other settings during frequency, voltage and
42 temperature changes
43
44config OMAP_GPMC
45 bool
46 help
47 This driver is for the General Purpose Memory Controller (GPMC)
48 present on Texas Instruments SoCs (e.g. OMAP2+). GPMC allows
49 interfacing to a variety of asynchronous as well as synchronous
50 memory drives like NOR, NAND, OneNAND, SRAM.
51
44config MVEBU_DEVBUS
45 bool "Marvell EBU Device Bus Controller"
46 default y
47 depends on PLAT_ORION && OF
48 help
49 This driver is for the Device Bus controller available in some
50 Marvell EBU SoCs such as Discovery (mv78xx0), Orion (88f5xxx) and
51 Armada 370 and Armada XP. This controller allows to handle flash

--- 37 unchanged lines hidden ---
52config MVEBU_DEVBUS
53 bool "Marvell EBU Device Bus Controller"
54 default y
55 depends on PLAT_ORION && OF
56 help
57 This driver is for the Device Bus controller available in some
58 Marvell EBU SoCs such as Discovery (mv78xx0), Orion (88f5xxx) and
59 Armada 370 and Armada XP. This controller allows to handle flash

--- 37 unchanged lines hidden ---