83 lines
1.8 KiB
Plaintext
83 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"
|
|
|
|
source "$BACKPORT_DIR/drivers/anbox/Kconfig"
|
|
|
|
endif # BACKPORT_LINUX
|