diff options
author | Arnd Bergmann <arnd@arndb.de> | 2016-09-21 23:41:28 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2016-09-21 23:42:03 +0300 |
commit | ea19b4cd61f623a14b86c60ecd5f117f507fb30d (patch) | |
tree | 5ce907387b31b33513c45f3e39b0de593e2c1671 /drivers/bus/Kconfig | |
parent | f5f8aaf98d886165bcc4310017633bb630712d5f (diff) | |
parent | 335a127548081322bd2b294d715418648912f20c (diff) | |
download | linux-ea19b4cd61f623a14b86c60ecd5f117f507fb30d.tar.xz |
Merge tag 'qcom-ebi2-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator into next/drivers
Pull "Qualcomm EBI2 bindings and bus driver" from Linus Walleij
* tag 'qcom-ebi2-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator:
bus: qcom: add EBI2 driver
bus: qcom: add EBI2 device tree bindings
Acked-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'drivers/bus/Kconfig')
-rw-r--r-- | drivers/bus/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig index 4ed7d26e0d19..5a2d47c71525 100644 --- a/drivers/bus/Kconfig +++ b/drivers/bus/Kconfig @@ -108,6 +108,13 @@ config OMAP_OCP2SCP OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via OCP2SCP. +config QCOM_EBI2 + bool "Qualcomm External Bus Interface 2 (EBI2)" + help + Say y here to enable support for the Qualcomm External Bus + Interface 2, which can be used to connect things like NAND Flash, + SRAM, ethernet adapters, FPGAs and LCD displays. + config SIMPLE_PM_BUS bool "Simple Power-Managed Bus Driver" depends on OF && PM |