mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
a0f5a63066
In preparation of the endpoint MHI support, let's move the host MHI code to its own "host" directory and adjust the toplevel MHI Kconfig & Makefile. While at it, let's also move the "pci_generic" driver to "host" directory as it is a host MHI controller driver. Reviewed-by: Hemant Kumar <hemantk@codeaurora.org> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20220301160308.107452-5-manivannan.sadhasivam@linaro.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# MHI bus
|
|
#
|
|
# Copyright (c) 2021, Linaro Ltd.
|
|
#
|
|
|
|
source "drivers/bus/mhi/host/Kconfig"
|