backports tree was automatically generated and integrated with the following command:
$ ./gentree.py --integrate --clean --git-revision v4.2-rc7 \
<path>/linux-next <path>/linux-mako
(we're using a slightly modified backports tree to adjust every export automatically for
our needs).
See https://backports.wiki.kernel.org/index.php/Documentation/integration for
documentation and https://github.com/ubuntu-phonedations/backports for the used backports
tree.
All uncessary parts (bcma, wifi, nfc etc.) were dropped and just the bluetooth relevant
parts are kept.
BugLink: http://bugs.launchpad.net/bugs/1489327
Signed-off-by: Simon Fels <simon.fels@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
81 lines
1.8 KiB
Plaintext
81 lines
1.8 KiB
Plaintext
config BACKPORT_INTEGRATE
|
|
bool
|
|
def_bool y
|
|
|
|
config BACKPORT_DIR
|
|
string
|
|
default "backports/"
|
|
|
|
config BACKPORT_VERSION
|
|
string
|
|
default "v4.2-rc1-1-3-g0d0798b"
|
|
|
|
config BACKPORT_KERNEL_VERSION
|
|
string
|
|
default "v4.2-rc7-0-g2c6625c"
|
|
|
|
config BACKPORT_KERNEL_NAME
|
|
string
|
|
default "Linux"
|
|
|
|
menuconfig BACKPORT_LINUX
|
|
bool "Backport Linux v4.2-rc7-0-g2c6625c (backports v4.2-rc1-1-3-g0d0798b)"
|
|
default n
|
|
---help---
|
|
Enabling this will let give you the opportunity to use features and
|
|
drivers backported from Linux v4.2-rc7-0-g2c6625c
|
|
on the kernel your are using. This is experimental and you should
|
|
say no unless you'd like to help test things or want to help debug
|
|
this should we run into any issues.
|
|
|
|
if BACKPORT_LINUX
|
|
|
|
config BACKPORT_KERNEL_3_5
|
|
def_bool y
|
|
config BACKPORT_KERNEL_3_6
|
|
def_bool y
|
|
config BACKPORT_KERNEL_3_7
|
|
def_bool y
|
|
config BACKPORT_KERNEL_3_8
|
|
def_bool y
|
|
config BACKPORT_KERNEL_3_9
|
|
def_bool y
|
|
config BACKPORT_KERNEL_3_10
|
|
def_bool y
|
|
config BACKPORT_KERNEL_3_11
|
|
def_bool y
|
|
config BACKPORT_KERNEL_3_12
|
|
def_bool y
|
|
config BACKPORT_KERNEL_3_13
|
|
def_bool y
|
|
config BACKPORT_KERNEL_3_14
|
|
def_bool y
|
|
config BACKPORT_KERNEL_3_15
|
|
def_bool y
|
|
config BACKPORT_KERNEL_3_16
|
|
def_bool y
|
|
config BACKPORT_KERNEL_3_17
|
|
def_bool y
|
|
config BACKPORT_KERNEL_3_18
|
|
def_bool y
|
|
config BACKPORT_KERNEL_3_19
|
|
def_bool y
|
|
config BACKPORT_KERNEL_4_0
|
|
def_bool y
|
|
config BACKPORT_KERNEL_4_1
|
|
def_bool y
|
|
config BACKPORT_KERNEL_4_2
|
|
def_bool y
|
|
|
|
# this has the configuration for the backport code
|
|
source "$BACKPORT_DIR/compat/Kconfig"
|
|
|
|
# these are copied from the kernel
|
|
source "$BACKPORT_DIR/net/bluetooth/Kconfig"
|
|
|
|
source "$BACKPORT_DIR/net/6lowpan/Kconfig"
|
|
source "$BACKPORT_DIR/net/ieee802154/Kconfig"
|
|
source "$BACKPORT_DIR/net/mac802154/Kconfig"
|
|
|
|
endif # BACKPORT_LINUX
|