Mahesh Kumar Sharma 670a322c31 bluetooth: Add bluetooth slimbus slave drivers
Includes BT slimbus slave driver

In Kconfig,removed BTFM_SLIM as default from BTFM_SLIM and leaf drivers.
Remove depends on to remove recursive dependencies and use select to set
the symbol to set dependency properly in defconfig by developer .

Due to component driver changes in ALSA, some of the api used in
bluetooth slave driver needs to be changed accordingly.
Changes have been made for the same.

Ported from msm-4.14 commit 4da0d05e9e61
("bluetooth: Add snapshot of bluetooth components").

Change-Id: Ie9bfac17a0d325cd3cb1ac37e03b9a96d5cf2b04
Signed-off-by: Mahesh kumar sharma <smahesh@codeaurora.org>
2019-01-21 16:13:10 -08:00
2019-01-02 11:46:27 -08:00
2019-01-10 17:22:01 +02:00

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
No description provided
Readme 4 GiB
Languages
C 98.1%
Assembly 1.2%
Makefile 0.3%
Shell 0.1%