X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=drivers%2Fmemory%2FKconfig;h=4b4c0c3c3d2feab9d8958684bcd52d8f2ab64419;hb=affe8a2abd0d7815bb2653eea2717d0e0f8ac7e3;hp=81ddb17575a99dc9c77fbfecb595d77be054befa;hpb=30402c8949934fbaca07d9c20074d0d7a5a8385f;p=cascardo%2Flinux.git diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index 81ddb17575a9..4b4c0c3c3d2f 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -25,6 +25,17 @@ config ATMEL_SDRAMC Starting with the at91sam9g45, this controller supports SDR, DDR and LP-DDR memories. +config ATMEL_EBI + bool "Atmel EBI driver" + default y + depends on ARCH_AT91 && OF + select MFD_SYSCON + help + Driver for Atmel EBI controller. + Used to configure the EBI (external bus interface) when the device- + tree is used. This bus supports NANDs, external ethernet controller, + SRAMs, ATA devices, etc. + config TI_AEMIF tristate "Texas Instruments AEMIF driver" depends on (ARCH_DAVINCI || ARCH_KEYSTONE) && OF @@ -104,7 +115,7 @@ config FSL_CORENET_CF config FSL_IFC bool - depends on FSL_SOC + depends on FSL_SOC || ARCH_LAYERSCAPE config JZ4780_NEMC bool "Ingenic JZ4780 SoC NEMC driver"