Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 838972ad authored by Robert Nelson's avatar Robert Nelson
Browse files

4.4-rc7-bone0 release


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent f595af65
Branches
Tags 4.4-rc7-bone0
No related merge requests found
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm 4.4.0-rc6 Kernel Configuration # Linux/arm 4.4.0-rc7 Kernel Configuration
# #
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y CONFIG_ARM_HAS_SG_CHAIN=y
...@@ -2739,7 +2739,7 @@ CONFIG_GPIO_MAX730X=m ...@@ -2739,7 +2739,7 @@ CONFIG_GPIO_MAX730X=m
CONFIG_GPIO_GENERIC_PLATFORM=y CONFIG_GPIO_GENERIC_PLATFORM=y
# CONFIG_GPIO_GRGPIO is not set # CONFIG_GPIO_GRGPIO is not set
CONFIG_GPIO_OMAP=y CONFIG_GPIO_OMAP=y
# CONFIG_GPIO_SYSCON is not set CONFIG_GPIO_SYSCON=y
# CONFIG_GPIO_XILINX is not set # CONFIG_GPIO_XILINX is not set
# CONFIG_GPIO_ZEVIO is not set # CONFIG_GPIO_ZEVIO is not set
# CONFIG_GPIO_ZX is not set # CONFIG_GPIO_ZX is not set
...@@ -2751,7 +2751,8 @@ CONFIG_GPIO_ADP5588=m ...@@ -2751,7 +2751,8 @@ CONFIG_GPIO_ADP5588=m
CONFIG_GPIO_ADNP=m CONFIG_GPIO_ADNP=m
CONFIG_GPIO_MAX7300=m CONFIG_GPIO_MAX7300=m
CONFIG_GPIO_MAX732X=m CONFIG_GPIO_MAX732X=m
CONFIG_GPIO_PCA953X=m CONFIG_GPIO_PCA953X=y
CONFIG_GPIO_PCA953X_IRQ=y
CONFIG_GPIO_PCF857X=m CONFIG_GPIO_PCF857X=m
CONFIG_GPIO_SX150X=y CONFIG_GPIO_SX150X=y
......
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm 4.4.0-rc6 Kernel Configuration # Linux/arm 4.4.0-rc7 Kernel Configuration
# #
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y CONFIG_ARM_HAS_SG_CHAIN=y
...@@ -4353,6 +4353,7 @@ CONFIG_USB_EZUSB_FX2=m ...@@ -4353,6 +4353,7 @@ CONFIG_USB_EZUSB_FX2=m
CONFIG_USB_HSIC_USB3503=m CONFIG_USB_HSIC_USB3503=m
# CONFIG_USB_LINK_LAYER_TEST is not set # CONFIG_USB_LINK_LAYER_TEST is not set
CONFIG_USB_CHAOSKEY=m CONFIG_USB_CHAOSKEY=m
# CONFIG_USB_ONBOARD_DEVICE is not set
# CONFIG_USB_ATM is not set # CONFIG_USB_ATM is not set
# #
......
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm 4.4.0-rc6 Kernel Configuration # Linux/arm 4.4.0-rc7 Kernel Configuration
# #
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y CONFIG_ARM_HAS_SG_CHAIN=y
......
...@@ -20,7 +20,7 @@ toolchain="gcc_linaro_gnueabihf_5" ...@@ -20,7 +20,7 @@ toolchain="gcc_linaro_gnueabihf_5"
#Kernel/Build #Kernel/Build
KERNEL_REL=4.4 KERNEL_REL=4.4
KERNEL_TAG=${KERNEL_REL}-rc6 KERNEL_TAG=${KERNEL_REL}-rc7
BUILD=bone0 BUILD=bone0
kernel_rt=".X-rtY" kernel_rt=".X-rtY"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment