mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
Added wifi support, pkgrev++
This commit is contained in:
parent
8e46b6e098
commit
a0246d3304
3 changed files with 147 additions and 174 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
# Maintainer: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
|
|
||||||
# i.MX6 kernel and headers
|
# UDOO kernel and headers
|
||||||
# - note: any other kernel packages should include headers for that march
|
# - note: any other kernel packages should include headers for that march
|
||||||
# - there will be no v7 kernel26 package, each march will be tagged individually
|
# - there will be no v7 kernel26 package, each march will be tagged individually
|
||||||
|
|
||||||
|
@ -11,15 +11,15 @@ pkgname=('linux-udoo' 'linux-headers-udoo')
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.0
|
_basekernel=3.0
|
||||||
pkgver=${_basekernel}.35
|
pkgver=${_basekernel}.35
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
arch=('arm')
|
arch=('armv7h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'git')
|
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'git')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=('config'
|
source=('config'
|
||||||
'change-default-console-loglevel.patch')
|
'change-default-console-loglevel.patch')
|
||||||
md5sums=('b2c2b42c09658e773a0f7149ae2de467'
|
md5sums=('8bfa881b1c992d65c30db1983adca1b9'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662')
|
'9d3c56a4b999c8bfbd4018089a62f662')
|
||||||
|
|
||||||
__gitroot="git://github.com/UDOOboard/Kernel_Unico.git"
|
__gitroot="git://github.com/UDOOboard/Kernel_Unico.git"
|
||||||
|
@ -85,7 +85,7 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_linux-udoo() {
|
package_linux-udoo() {
|
||||||
pkgdesc="The Linux Kernel and modules - i.MX6 processors"
|
pkgdesc="The Linux Kernel and modules - UDOO board"
|
||||||
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16' 'mkinitcpio>=0.7')
|
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16' 'mkinitcpio>=0.7')
|
||||||
optdepends=('crda: to set the correct wireless channels of your country')
|
optdepends=('crda: to set the correct wireless channels of your country')
|
||||||
provides=('kernel26' "linux=${pkgver}")
|
provides=('kernel26' "linux=${pkgver}")
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux/arm 3.0.35 Kernel Configuration
|
# Linux/arm 3.0.35-3 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_HAVE_PWM=y
|
CONFIG_HAVE_PWM=y
|
||||||
|
@ -258,7 +258,7 @@ CONFIG_ARCH_MXC=y
|
||||||
# CONFIG_ARCH_OMAP is not set
|
# CONFIG_ARCH_OMAP is not set
|
||||||
# CONFIG_PLAT_SPEAR is not set
|
# CONFIG_PLAT_SPEAR is not set
|
||||||
# CONFIG_ARCH_VT8500 is not set
|
# CONFIG_ARCH_VT8500 is not set
|
||||||
CONFIG_GPIO_PCA953X=y
|
CONFIG_GPIO_PCA953X=m
|
||||||
# CONFIG_KEYBOARD_GPIO_POLLED is not set
|
# CONFIG_KEYBOARD_GPIO_POLLED is not set
|
||||||
CONFIG_IMX_HAVE_PLATFORM_DMA=y
|
CONFIG_IMX_HAVE_PLATFORM_DMA=y
|
||||||
CONFIG_IMX_HAVE_PLATFORM_MXC_MLB=y
|
CONFIG_IMX_HAVE_PLATFORM_MXC_MLB=y
|
||||||
|
@ -370,13 +370,13 @@ CONFIG_IMX_PCIE=y
|
||||||
CONFIG_USB_EHCI_ARC_H1=y
|
CONFIG_USB_EHCI_ARC_H1=y
|
||||||
CONFIG_USB_FSL_ARC_OTG=y
|
CONFIG_USB_FSL_ARC_OTG=y
|
||||||
# CONFIG_MX6_INTER_LDO_BYPASS is not set
|
# CONFIG_MX6_INTER_LDO_BYPASS is not set
|
||||||
# CONFIG_MX6_CLK_FOR_BOOTUI_TRANS is not set
|
CONFIG_MX6_CLK_FOR_BOOTUI_TRANS=y
|
||||||
# CONFIG_MX6_ENET_IRQ_TO_GPIO is not set
|
# CONFIG_MX6_ENET_IRQ_TO_GPIO is not set
|
||||||
CONFIG_ISP1504_MXC=y
|
CONFIG_ISP1504_MXC=y
|
||||||
# CONFIG_MXC_IRQ_PRIOR is not set
|
# CONFIG_MXC_IRQ_PRIOR is not set
|
||||||
CONFIG_MXC_PWM=y
|
CONFIG_MXC_PWM=y
|
||||||
# CONFIG_MXC_DEBUG_BOARD is not set
|
# CONFIG_MXC_DEBUG_BOARD is not set
|
||||||
CONFIG_MXC_REBOOT_MFGMODE=y
|
# CONFIG_MXC_REBOOT_MFGMODE is not set
|
||||||
# CONFIG_MXC_REBOOT_ANDROID_CMD is not set
|
# CONFIG_MXC_REBOOT_ANDROID_CMD is not set
|
||||||
CONFIG_ARCH_MXC_IOMUX_V3=y
|
CONFIG_ARCH_MXC_IOMUX_V3=y
|
||||||
CONFIG_ARCH_MXC_AUDMUX_V2=y
|
CONFIG_ARCH_MXC_AUDMUX_V2=y
|
||||||
|
@ -683,32 +683,7 @@ CONFIG_CAN_FLEXCAN=y
|
||||||
# CONFIG_CAN_SOFTING is not set
|
# CONFIG_CAN_SOFTING is not set
|
||||||
# CONFIG_CAN_DEBUG_DEVICES is not set
|
# CONFIG_CAN_DEBUG_DEVICES is not set
|
||||||
# CONFIG_IRDA is not set
|
# CONFIG_IRDA is not set
|
||||||
CONFIG_BT=y
|
# CONFIG_BT is not set
|
||||||
CONFIG_BT_L2CAP=y
|
|
||||||
CONFIG_BT_SCO=y
|
|
||||||
CONFIG_BT_RFCOMM=y
|
|
||||||
CONFIG_BT_RFCOMM_TTY=y
|
|
||||||
CONFIG_BT_BNEP=y
|
|
||||||
CONFIG_BT_BNEP_MC_FILTER=y
|
|
||||||
CONFIG_BT_BNEP_PROTO_FILTER=y
|
|
||||||
CONFIG_BT_HIDP=y
|
|
||||||
|
|
||||||
#
|
|
||||||
# Bluetooth device drivers
|
|
||||||
#
|
|
||||||
CONFIG_BT_HCIBTUSB=y
|
|
||||||
# CONFIG_BT_HCIBTSDIO is not set
|
|
||||||
CONFIG_BT_HCIUART=y
|
|
||||||
# CONFIG_BT_HCIUART_H4 is not set
|
|
||||||
# CONFIG_BT_HCIUART_BCSP is not set
|
|
||||||
CONFIG_BT_HCIUART_ATH3K=y
|
|
||||||
# CONFIG_BT_HCIUART_LL is not set
|
|
||||||
# CONFIG_BT_HCIBCM203X is not set
|
|
||||||
# CONFIG_BT_HCIBPA10X is not set
|
|
||||||
# CONFIG_BT_HCIBFUSB is not set
|
|
||||||
CONFIG_BT_HCIVHCI=y
|
|
||||||
# CONFIG_BT_MRVL is not set
|
|
||||||
# CONFIG_BT_ATH3K is not set
|
|
||||||
# CONFIG_AF_RXRPC is not set
|
# CONFIG_AF_RXRPC is not set
|
||||||
CONFIG_WIRELESS=y
|
CONFIG_WIRELESS=y
|
||||||
CONFIG_WIRELESS_EXT=y
|
CONFIG_WIRELESS_EXT=y
|
||||||
|
@ -716,7 +691,7 @@ CONFIG_WEXT_CORE=y
|
||||||
CONFIG_WEXT_PROC=y
|
CONFIG_WEXT_PROC=y
|
||||||
CONFIG_WEXT_SPY=y
|
CONFIG_WEXT_SPY=y
|
||||||
CONFIG_WEXT_PRIV=y
|
CONFIG_WEXT_PRIV=y
|
||||||
CONFIG_CFG80211=y
|
CONFIG_CFG80211=m
|
||||||
# CONFIG_NL80211_TESTMODE is not set
|
# CONFIG_NL80211_TESTMODE is not set
|
||||||
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
|
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
|
||||||
# CONFIG_CFG80211_REG_DEBUG is not set
|
# CONFIG_CFG80211_REG_DEBUG is not set
|
||||||
|
@ -726,11 +701,22 @@ CONFIG_CFG80211_DEFAULT_PS=y
|
||||||
CONFIG_CFG80211_WEXT=y
|
CONFIG_CFG80211_WEXT=y
|
||||||
CONFIG_WIRELESS_EXT_SYSFS=y
|
CONFIG_WIRELESS_EXT_SYSFS=y
|
||||||
CONFIG_LIB80211=y
|
CONFIG_LIB80211=y
|
||||||
CONFIG_LIB80211_CRYPT_WEP=y
|
CONFIG_LIB80211_CRYPT_WEP=m
|
||||||
CONFIG_LIB80211_CRYPT_CCMP=y
|
CONFIG_LIB80211_CRYPT_CCMP=m
|
||||||
CONFIG_LIB80211_CRYPT_TKIP=y
|
CONFIG_LIB80211_CRYPT_TKIP=m
|
||||||
# CONFIG_LIB80211_DEBUG is not set
|
# CONFIG_LIB80211_DEBUG is not set
|
||||||
# CONFIG_MAC80211 is not set
|
CONFIG_MAC80211=m
|
||||||
|
CONFIG_MAC80211_HAS_RC=y
|
||||||
|
CONFIG_MAC80211_RC_PID=y
|
||||||
|
CONFIG_MAC80211_RC_MINSTREL=y
|
||||||
|
CONFIG_MAC80211_RC_MINSTREL_HT=y
|
||||||
|
# CONFIG_MAC80211_RC_DEFAULT_PID is not set
|
||||||
|
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
|
||||||
|
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
|
||||||
|
# CONFIG_MAC80211_MESH is not set
|
||||||
|
CONFIG_MAC80211_LEDS=y
|
||||||
|
# CONFIG_MAC80211_DEBUGFS is not set
|
||||||
|
# CONFIG_MAC80211_DEBUG_MENU is not set
|
||||||
# CONFIG_WIMAX is not set
|
# CONFIG_WIMAX is not set
|
||||||
CONFIG_RFKILL=y
|
CONFIG_RFKILL=y
|
||||||
CONFIG_RFKILL_LEDS=y
|
CONFIG_RFKILL_LEDS=y
|
||||||
|
@ -1186,24 +1172,58 @@ CONFIG_FEC_NAPI=y
|
||||||
# CONFIG_NETDEV_10000 is not set
|
# CONFIG_NETDEV_10000 is not set
|
||||||
# CONFIG_TR is not set
|
# CONFIG_TR is not set
|
||||||
CONFIG_WLAN=y
|
CONFIG_WLAN=y
|
||||||
|
# CONFIG_LIBERTAS_THINFIRM is not set
|
||||||
# CONFIG_ATMEL is not set
|
# CONFIG_ATMEL is not set
|
||||||
|
# CONFIG_AT76C50X_USB is not set
|
||||||
# CONFIG_PRISM54 is not set
|
# CONFIG_PRISM54 is not set
|
||||||
# CONFIG_USB_ZD1201 is not set
|
# CONFIG_USB_ZD1201 is not set
|
||||||
# CONFIG_USB_NET_RNDIS_WLAN is not set
|
CONFIG_USB_NET_RNDIS_WLAN=m
|
||||||
CONFIG_ATH_COMMON=m
|
# CONFIG_RTL8180 is not set
|
||||||
# CONFIG_ATH_DEBUG is not set
|
# CONFIG_RTL8187 is not set
|
||||||
# CONFIG_ATH5K_PCI is not set
|
# CONFIG_ADM8211 is not set
|
||||||
CONFIG_ATH6KL=m
|
# CONFIG_MAC80211_HWSIM is not set
|
||||||
# CONFIG_ATH6KL_DEBUG is not set
|
# CONFIG_MWL8K is not set
|
||||||
CONFIG_HOSTAP=y
|
# CONFIG_ATH_COMMON is not set
|
||||||
|
# CONFIG_B43 is not set
|
||||||
|
# CONFIG_B43LEGACY is not set
|
||||||
|
CONFIG_HOSTAP=m
|
||||||
# CONFIG_HOSTAP_FIRMWARE is not set
|
# CONFIG_HOSTAP_FIRMWARE is not set
|
||||||
# CONFIG_HOSTAP_PLX is not set
|
# CONFIG_HOSTAP_PLX is not set
|
||||||
# CONFIG_HOSTAP_PCI is not set
|
# CONFIG_HOSTAP_PCI is not set
|
||||||
# CONFIG_IPW2100 is not set
|
# CONFIG_IPW2100 is not set
|
||||||
# CONFIG_IPW2200 is not set
|
# CONFIG_IPW2200 is not set
|
||||||
|
# CONFIG_IWLAGN is not set
|
||||||
|
# CONFIG_IWL4965 is not set
|
||||||
|
# CONFIG_IWL3945 is not set
|
||||||
# CONFIG_IWM is not set
|
# CONFIG_IWM is not set
|
||||||
# CONFIG_LIBERTAS is not set
|
# CONFIG_LIBERTAS is not set
|
||||||
# CONFIG_HERMES is not set
|
# CONFIG_HERMES is not set
|
||||||
|
# CONFIG_P54_COMMON is not set
|
||||||
|
CONFIG_RT2X00=m
|
||||||
|
# CONFIG_RT2400PCI is not set
|
||||||
|
# CONFIG_RT2500PCI is not set
|
||||||
|
# CONFIG_RT61PCI is not set
|
||||||
|
# CONFIG_RT2800PCI is not set
|
||||||
|
CONFIG_RT2500USB=m
|
||||||
|
# CONFIG_RT73USB is not set
|
||||||
|
CONFIG_RT2800USB=m
|
||||||
|
CONFIG_RT2800USB_RT33XX=y
|
||||||
|
# CONFIG_RT2800USB_RT35XX is not set
|
||||||
|
# CONFIG_RT2800USB_RT53XX is not set
|
||||||
|
CONFIG_RT2800USB_UNKNOWN=y
|
||||||
|
CONFIG_RT2800_LIB=m
|
||||||
|
CONFIG_RT2X00_LIB_USB=m
|
||||||
|
CONFIG_RT2X00_LIB=m
|
||||||
|
CONFIG_RT2X00_LIB_FIRMWARE=y
|
||||||
|
CONFIG_RT2X00_LIB_CRYPTO=y
|
||||||
|
CONFIG_RT2X00_LIB_LEDS=y
|
||||||
|
# CONFIG_RT2X00_DEBUG is not set
|
||||||
|
# CONFIG_RTL8192CE is not set
|
||||||
|
# CONFIG_RTL8192SE is not set
|
||||||
|
# CONFIG_RTL8192CU is not set
|
||||||
|
# CONFIG_WL1251 is not set
|
||||||
|
# CONFIG_WL12XX_MENU is not set
|
||||||
|
# CONFIG_ZD1211RW is not set
|
||||||
# CONFIG_MWIFIEX is not set
|
# CONFIG_MWIFIEX is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1217,9 +1237,34 @@ CONFIG_HOSTAP=y
|
||||||
# CONFIG_USB_KAWETH is not set
|
# CONFIG_USB_KAWETH is not set
|
||||||
# CONFIG_USB_PEGASUS is not set
|
# CONFIG_USB_PEGASUS is not set
|
||||||
# CONFIG_USB_RTL8150 is not set
|
# CONFIG_USB_RTL8150 is not set
|
||||||
# CONFIG_USB_USBNET is not set
|
CONFIG_USB_USBNET=m
|
||||||
|
CONFIG_USB_NET_AX8817X=m
|
||||||
|
CONFIG_USB_NET_CDCETHER=m
|
||||||
|
# CONFIG_USB_NET_CDC_EEM is not set
|
||||||
|
CONFIG_USB_NET_CDC_NCM=m
|
||||||
|
# CONFIG_USB_NET_DM9601 is not set
|
||||||
|
# CONFIG_USB_NET_SMSC75XX is not set
|
||||||
|
# CONFIG_USB_NET_SMSC95XX is not set
|
||||||
|
# CONFIG_USB_NET_GL620A is not set
|
||||||
|
CONFIG_USB_NET_NET1080=m
|
||||||
|
# CONFIG_USB_NET_PLUSB is not set
|
||||||
|
# CONFIG_USB_NET_MCS7830 is not set
|
||||||
|
CONFIG_USB_NET_RNDIS_HOST=m
|
||||||
|
CONFIG_USB_NET_CDC_SUBSET=m
|
||||||
|
# CONFIG_USB_ALI_M5632 is not set
|
||||||
|
# CONFIG_USB_AN2720 is not set
|
||||||
|
CONFIG_USB_BELKIN=y
|
||||||
|
CONFIG_USB_ARMLINUX=y
|
||||||
|
# CONFIG_USB_EPSON2888 is not set
|
||||||
|
# CONFIG_USB_KC2190 is not set
|
||||||
|
# CONFIG_USB_NET_ZAURUS is not set
|
||||||
|
# CONFIG_USB_NET_CX82310_ETH is not set
|
||||||
|
# CONFIG_USB_NET_KALMIA is not set
|
||||||
# CONFIG_USB_HSO is not set
|
# CONFIG_USB_HSO is not set
|
||||||
|
# CONFIG_USB_NET_INT51X1 is not set
|
||||||
# CONFIG_USB_IPHETH is not set
|
# CONFIG_USB_IPHETH is not set
|
||||||
|
# CONFIG_USB_SIERRA_NET is not set
|
||||||
|
# CONFIG_USB_VL600 is not set
|
||||||
# CONFIG_WAN is not set
|
# CONFIG_WAN is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -1227,8 +1272,17 @@ CONFIG_HOSTAP=y
|
||||||
#
|
#
|
||||||
# CONFIG_FDDI is not set
|
# CONFIG_FDDI is not set
|
||||||
# CONFIG_HIPPI is not set
|
# CONFIG_HIPPI is not set
|
||||||
# CONFIG_PPP is not set
|
CONFIG_PPP=m
|
||||||
|
# CONFIG_PPP_MULTILINK is not set
|
||||||
|
# CONFIG_PPP_FILTER is not set
|
||||||
|
# CONFIG_PPP_ASYNC is not set
|
||||||
|
# CONFIG_PPP_SYNC_TTY is not set
|
||||||
|
# CONFIG_PPP_DEFLATE is not set
|
||||||
|
# CONFIG_PPP_BSDCOMP is not set
|
||||||
|
# CONFIG_PPP_MPPE is not set
|
||||||
|
# CONFIG_PPPOE is not set
|
||||||
# CONFIG_SLIP is not set
|
# CONFIG_SLIP is not set
|
||||||
|
CONFIG_SLHC=m
|
||||||
# CONFIG_NET_FC is not set
|
# CONFIG_NET_FC is not set
|
||||||
# CONFIG_NETCONSOLE is not set
|
# CONFIG_NETCONSOLE is not set
|
||||||
# CONFIG_NETPOLL is not set
|
# CONFIG_NETPOLL is not set
|
||||||
|
@ -1280,9 +1334,29 @@ CONFIG_KEYBOARD_GPIO=y
|
||||||
# CONFIG_KEYBOARD_STOWAWAY is not set
|
# CONFIG_KEYBOARD_STOWAWAY is not set
|
||||||
# CONFIG_KEYBOARD_SUNKBD is not set
|
# CONFIG_KEYBOARD_SUNKBD is not set
|
||||||
# CONFIG_KEYBOARD_XTKBD is not set
|
# CONFIG_KEYBOARD_XTKBD is not set
|
||||||
# CONFIG_INPUT_MOUSE is not set
|
CONFIG_INPUT_MOUSE=y
|
||||||
|
CONFIG_MOUSE_PS2=y
|
||||||
|
CONFIG_MOUSE_PS2_ALPS=y
|
||||||
|
CONFIG_MOUSE_PS2_LOGIPS2PP=y
|
||||||
|
CONFIG_MOUSE_PS2_SYNAPTICS=y
|
||||||
|
CONFIG_MOUSE_PS2_TRACKPOINT=y
|
||||||
|
# CONFIG_MOUSE_PS2_ELANTECH is not set
|
||||||
|
# CONFIG_MOUSE_PS2_SENTELIC is not set
|
||||||
|
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
|
||||||
|
CONFIG_MOUSE_SERIAL=m
|
||||||
|
# CONFIG_MOUSE_APPLETOUCH is not set
|
||||||
|
# CONFIG_MOUSE_BCM5974 is not set
|
||||||
|
# CONFIG_MOUSE_VSXXXAA is not set
|
||||||
|
CONFIG_MOUSE_GPIO=m
|
||||||
|
CONFIG_MOUSE_SYNAPTICS_I2C=m
|
||||||
# CONFIG_INPUT_JOYSTICK is not set
|
# CONFIG_INPUT_JOYSTICK is not set
|
||||||
# CONFIG_INPUT_TABLET is not set
|
CONFIG_INPUT_TABLET=y
|
||||||
|
# CONFIG_TABLET_USB_ACECAD is not set
|
||||||
|
# CONFIG_TABLET_USB_AIPTEK is not set
|
||||||
|
# CONFIG_TABLET_USB_GTCO is not set
|
||||||
|
# CONFIG_TABLET_USB_HANWANG is not set
|
||||||
|
# CONFIG_TABLET_USB_KBTAB is not set
|
||||||
|
CONFIG_TABLET_USB_WACOM=m
|
||||||
CONFIG_INPUT_TOUCHSCREEN=y
|
CONFIG_INPUT_TOUCHSCREEN=y
|
||||||
# CONFIG_TOUCHSCREEN_ADS7846 is not set
|
# CONFIG_TOUCHSCREEN_ADS7846 is not set
|
||||||
# CONFIG_TOUCHSCREEN_AD7877 is not set
|
# CONFIG_TOUCHSCREEN_AD7877 is not set
|
||||||
|
@ -1334,7 +1408,7 @@ CONFIG_INPUT_UINPUT=y
|
||||||
# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
|
# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
|
||||||
# CONFIG_INPUT_ADXL34X is not set
|
# CONFIG_INPUT_ADXL34X is not set
|
||||||
# CONFIG_INPUT_CMA3000 is not set
|
# CONFIG_INPUT_CMA3000 is not set
|
||||||
CONFIG_INPUT_ISL29023=y
|
# CONFIG_INPUT_ISL29023 is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Hardware I/O ports
|
# Hardware I/O ports
|
||||||
|
@ -1359,8 +1433,7 @@ CONFIG_HW_CONSOLE=y
|
||||||
CONFIG_VT_HW_CONSOLE_BINDING=y
|
CONFIG_VT_HW_CONSOLE_BINDING=y
|
||||||
CONFIG_UNIX98_PTYS=y
|
CONFIG_UNIX98_PTYS=y
|
||||||
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
||||||
CONFIG_LEGACY_PTYS=y
|
# CONFIG_LEGACY_PTYS is not set
|
||||||
CONFIG_LEGACY_PTY_COUNT=256
|
|
||||||
# CONFIG_SERIAL_NONSTANDARD is not set
|
# CONFIG_SERIAL_NONSTANDARD is not set
|
||||||
# CONFIG_NOZOMI is not set
|
# CONFIG_NOZOMI is not set
|
||||||
# CONFIG_N_GSM is not set
|
# CONFIG_N_GSM is not set
|
||||||
|
@ -1510,7 +1583,8 @@ CONFIG_GPIO_SYSFS=y
|
||||||
#
|
#
|
||||||
# Memory mapped GPIO drivers:
|
# Memory mapped GPIO drivers:
|
||||||
#
|
#
|
||||||
# CONFIG_GPIO_BASIC_MMIO is not set
|
CONFIG_GPIO_BASIC_MMIO_CORE=m
|
||||||
|
CONFIG_GPIO_BASIC_MMIO=m
|
||||||
# CONFIG_GPIO_IT8761E is not set
|
# CONFIG_GPIO_IT8761E is not set
|
||||||
# CONFIG_GPIO_PL061 is not set
|
# CONFIG_GPIO_PL061 is not set
|
||||||
# CONFIG_GPIO_VX855 is not set
|
# CONFIG_GPIO_VX855 is not set
|
||||||
|
@ -1520,7 +1594,6 @@ CONFIG_GPIO_SYSFS=y
|
||||||
#
|
#
|
||||||
# CONFIG_GPIO_MAX7300 is not set
|
# CONFIG_GPIO_MAX7300 is not set
|
||||||
# CONFIG_GPIO_MAX732X is not set
|
# CONFIG_GPIO_MAX732X is not set
|
||||||
# CONFIG_GPIO_PCA953X_IRQ is not set
|
|
||||||
# CONFIG_GPIO_PCF857X is not set
|
# CONFIG_GPIO_PCF857X is not set
|
||||||
# CONFIG_GPIO_SX150X is not set
|
# CONFIG_GPIO_SX150X is not set
|
||||||
# CONFIG_GPIO_WM8994 is not set
|
# CONFIG_GPIO_WM8994 is not set
|
||||||
|
@ -1564,107 +1637,8 @@ CONFIG_POWER_SUPPLY=y
|
||||||
# CONFIG_CHARGER_MAX8903 is not set
|
# CONFIG_CHARGER_MAX8903 is not set
|
||||||
CONFIG_SABRESD_MAX8903=y
|
CONFIG_SABRESD_MAX8903=y
|
||||||
# CONFIG_CHARGER_GPIO is not set
|
# CONFIG_CHARGER_GPIO is not set
|
||||||
CONFIG_HWMON=y
|
# CONFIG_HWMON is not set
|
||||||
# CONFIG_HWMON_VID is not set
|
|
||||||
# CONFIG_HWMON_DEBUG_CHIP is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Native drivers
|
|
||||||
#
|
|
||||||
# CONFIG_SENSORS_AD7414 is not set
|
|
||||||
# CONFIG_SENSORS_AD7418 is not set
|
|
||||||
# CONFIG_SENSORS_ADCXX is not set
|
|
||||||
# CONFIG_SENSORS_ADM1021 is not set
|
|
||||||
# CONFIG_SENSORS_ADM1025 is not set
|
|
||||||
# CONFIG_SENSORS_ADM1026 is not set
|
|
||||||
# CONFIG_SENSORS_ADM1029 is not set
|
|
||||||
# CONFIG_SENSORS_ADM1031 is not set
|
|
||||||
# CONFIG_SENSORS_ADM9240 is not set
|
|
||||||
# CONFIG_SENSORS_ADT7411 is not set
|
|
||||||
# CONFIG_SENSORS_ADT7462 is not set
|
|
||||||
# CONFIG_SENSORS_ADT7470 is not set
|
|
||||||
# CONFIG_SENSORS_ADT7475 is not set
|
|
||||||
# CONFIG_SENSORS_ASC7621 is not set
|
|
||||||
# CONFIG_SENSORS_ATXP1 is not set
|
|
||||||
# CONFIG_SENSORS_DS620 is not set
|
|
||||||
# CONFIG_SENSORS_DS1621 is not set
|
|
||||||
# CONFIG_SENSORS_I5K_AMB is not set
|
|
||||||
# CONFIG_SENSORS_F71805F is not set
|
|
||||||
# CONFIG_SENSORS_F71882FG is not set
|
|
||||||
# CONFIG_SENSORS_F75375S is not set
|
|
||||||
# CONFIG_SENSORS_G760A is not set
|
|
||||||
# CONFIG_SENSORS_GL518SM is not set
|
|
||||||
# CONFIG_SENSORS_GL520SM is not set
|
|
||||||
# CONFIG_SENSORS_GPIO_FAN is not set
|
|
||||||
# CONFIG_SENSORS_IT87 is not set
|
|
||||||
# CONFIG_SENSORS_JC42 is not set
|
|
||||||
# CONFIG_SENSORS_LINEAGE is not set
|
|
||||||
# CONFIG_SENSORS_LM63 is not set
|
|
||||||
# CONFIG_SENSORS_LM70 is not set
|
|
||||||
# CONFIG_SENSORS_LM73 is not set
|
|
||||||
# CONFIG_SENSORS_LM75 is not set
|
|
||||||
# CONFIG_SENSORS_LM77 is not set
|
|
||||||
# CONFIG_SENSORS_LM78 is not set
|
|
||||||
# CONFIG_SENSORS_LM80 is not set
|
|
||||||
# CONFIG_SENSORS_LM83 is not set
|
|
||||||
# CONFIG_SENSORS_LM85 is not set
|
|
||||||
# CONFIG_SENSORS_LM87 is not set
|
|
||||||
# CONFIG_SENSORS_LM90 is not set
|
|
||||||
# CONFIG_SENSORS_LM92 is not set
|
|
||||||
# CONFIG_SENSORS_LM93 is not set
|
|
||||||
# CONFIG_SENSORS_LTC4151 is not set
|
|
||||||
# CONFIG_SENSORS_LTC4215 is not set
|
|
||||||
# CONFIG_SENSORS_LTC4245 is not set
|
|
||||||
# CONFIG_SENSORS_LTC4261 is not set
|
|
||||||
# CONFIG_SENSORS_LM95241 is not set
|
|
||||||
# CONFIG_SENSORS_MAX1111 is not set
|
|
||||||
# CONFIG_SENSORS_MAX16065 is not set
|
|
||||||
# CONFIG_SENSORS_MAX1619 is not set
|
|
||||||
# CONFIG_SENSORS_MAX6639 is not set
|
|
||||||
# CONFIG_SENSORS_MAX6642 is not set
|
|
||||||
CONFIG_SENSORS_MAX17135=y
|
|
||||||
# CONFIG_SENSORS_MAX6650 is not set
|
|
||||||
# CONFIG_SENSORS_PC87360 is not set
|
|
||||||
# CONFIG_SENSORS_PC87427 is not set
|
|
||||||
# CONFIG_SENSORS_PCF8591 is not set
|
|
||||||
# CONFIG_PMBUS is not set
|
|
||||||
# CONFIG_SENSORS_SHT15 is not set
|
|
||||||
# CONFIG_SENSORS_SHT21 is not set
|
|
||||||
# CONFIG_SENSORS_SIS5595 is not set
|
|
||||||
# CONFIG_SENSORS_SMM665 is not set
|
|
||||||
# CONFIG_SENSORS_DME1737 is not set
|
|
||||||
# CONFIG_SENSORS_EMC1403 is not set
|
|
||||||
# CONFIG_SENSORS_EMC2103 is not set
|
|
||||||
# CONFIG_SENSORS_EMC6W201 is not set
|
|
||||||
# CONFIG_SENSORS_SMSC47M1 is not set
|
|
||||||
# CONFIG_SENSORS_SMSC47M192 is not set
|
|
||||||
# CONFIG_SENSORS_SMSC47B397 is not set
|
|
||||||
# CONFIG_SENSORS_SCH5627 is not set
|
|
||||||
# CONFIG_SENSORS_ADS1015 is not set
|
|
||||||
# CONFIG_SENSORS_ADS7828 is not set
|
|
||||||
# CONFIG_SENSORS_ADS7871 is not set
|
|
||||||
# CONFIG_SENSORS_AMC6821 is not set
|
|
||||||
# CONFIG_SENSORS_THMC50 is not set
|
|
||||||
# CONFIG_SENSORS_TMP102 is not set
|
|
||||||
# CONFIG_SENSORS_TMP401 is not set
|
|
||||||
# CONFIG_SENSORS_TMP421 is not set
|
|
||||||
# CONFIG_SENSORS_VIA686A is not set
|
|
||||||
# CONFIG_SENSORS_VT1211 is not set
|
|
||||||
# CONFIG_SENSORS_VT8231 is not set
|
|
||||||
# CONFIG_SENSORS_W83781D is not set
|
|
||||||
# CONFIG_SENSORS_W83791D is not set
|
|
||||||
# CONFIG_SENSORS_W83792D is not set
|
|
||||||
# CONFIG_SENSORS_W83793 is not set
|
|
||||||
# CONFIG_SENSORS_W83795 is not set
|
|
||||||
# CONFIG_SENSORS_W83L785TS is not set
|
|
||||||
# CONFIG_SENSORS_W83L786NG is not set
|
|
||||||
# CONFIG_SENSORS_W83627HF is not set
|
|
||||||
# CONFIG_SENSORS_W83627EHF is not set
|
|
||||||
CONFIG_SENSORS_MAG3110=y
|
|
||||||
# CONFIG_MXC_MMA8450 is not set
|
|
||||||
CONFIG_MXC_MMA8451=y
|
|
||||||
CONFIG_THERMAL=y
|
CONFIG_THERMAL=y
|
||||||
# CONFIG_THERMAL_HWMON is not set
|
|
||||||
CONFIG_WATCHDOG=y
|
CONFIG_WATCHDOG=y
|
||||||
CONFIG_WATCHDOG_NOWAYOUT=y
|
CONFIG_WATCHDOG_NOWAYOUT=y
|
||||||
|
|
||||||
|
@ -2250,7 +2224,6 @@ CONFIG_HID_CHICONY=m
|
||||||
CONFIG_HID_CYPRESS=m
|
CONFIG_HID_CYPRESS=m
|
||||||
# CONFIG_HID_DRAGONRISE is not set
|
# CONFIG_HID_DRAGONRISE is not set
|
||||||
# CONFIG_HID_EMS_FF is not set
|
# CONFIG_HID_EMS_FF is not set
|
||||||
# CONFIG_HID_ELECOM is not set
|
|
||||||
CONFIG_HID_EZKEY=m
|
CONFIG_HID_EZKEY=m
|
||||||
# CONFIG_HID_KEYTOUCH is not set
|
# CONFIG_HID_KEYTOUCH is not set
|
||||||
# CONFIG_HID_KYE is not set
|
# CONFIG_HID_KYE is not set
|
||||||
|
@ -2265,7 +2238,6 @@ CONFIG_HID_LOGITECH=m
|
||||||
# CONFIG_LOGIRUMBLEPAD2_FF is not set
|
# CONFIG_LOGIRUMBLEPAD2_FF is not set
|
||||||
# CONFIG_LOGIG940_FF is not set
|
# CONFIG_LOGIG940_FF is not set
|
||||||
# CONFIG_LOGIWII_FF is not set
|
# CONFIG_LOGIWII_FF is not set
|
||||||
# CONFIG_HID_MAGICMOUSE is not set
|
|
||||||
CONFIG_HID_MICROSOFT=m
|
CONFIG_HID_MICROSOFT=m
|
||||||
CONFIG_HID_MONTEREY=m
|
CONFIG_HID_MONTEREY=m
|
||||||
# CONFIG_HID_MULTITOUCH is not set
|
# CONFIG_HID_MULTITOUCH is not set
|
||||||
|
@ -2289,7 +2261,6 @@ CONFIG_HID_SUNPLUS=m
|
||||||
# CONFIG_HID_SMARTJOYPLUS is not set
|
# CONFIG_HID_SMARTJOYPLUS is not set
|
||||||
# CONFIG_HID_TOPSEED is not set
|
# CONFIG_HID_TOPSEED is not set
|
||||||
# CONFIG_HID_THRUSTMASTER is not set
|
# CONFIG_HID_THRUSTMASTER is not set
|
||||||
# CONFIG_HID_WACOM is not set
|
|
||||||
# CONFIG_HID_ZEROPLUS is not set
|
# CONFIG_HID_ZEROPLUS is not set
|
||||||
# CONFIG_HID_ZYDACRON is not set
|
# CONFIG_HID_ZYDACRON is not set
|
||||||
CONFIG_USB_SUPPORT=y
|
CONFIG_USB_SUPPORT=y
|
||||||
|
@ -2311,7 +2282,7 @@ CONFIG_USB_OTG=y
|
||||||
# CONFIG_USB_OTG_WHITELIST is not set
|
# CONFIG_USB_OTG_WHITELIST is not set
|
||||||
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
|
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
|
||||||
# CONFIG_USB_MON is not set
|
# CONFIG_USB_MON is not set
|
||||||
# CONFIG_USB_WUSB is not set
|
CONFIG_USB_WUSB=m
|
||||||
# CONFIG_USB_WUSB_CBAF is not set
|
# CONFIG_USB_WUSB_CBAF is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -2327,7 +2298,7 @@ CONFIG_USB_EHCI_ARC_OTG=y
|
||||||
# CONFIG_USB_STATIC_IRAM is not set
|
# CONFIG_USB_STATIC_IRAM is not set
|
||||||
CONFIG_USB_EHCI_ROOT_HUB_TT=y
|
CONFIG_USB_EHCI_ROOT_HUB_TT=y
|
||||||
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
|
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
|
||||||
# CONFIG_USB_EHCI_MXC is not set
|
CONFIG_USB_EHCI_MXC=y
|
||||||
# CONFIG_USB_OXU210HP_HCD is not set
|
# CONFIG_USB_OXU210HP_HCD is not set
|
||||||
# CONFIG_USB_ISP116X_HCD is not set
|
# CONFIG_USB_ISP116X_HCD is not set
|
||||||
# CONFIG_USB_ISP1760_HCD is not set
|
# CONFIG_USB_ISP1760_HCD is not set
|
||||||
|
@ -2336,7 +2307,7 @@ CONFIG_USB_EHCI_ROOT_HUB_TT=y
|
||||||
# CONFIG_USB_UHCI_HCD is not set
|
# CONFIG_USB_UHCI_HCD is not set
|
||||||
# CONFIG_USB_SL811_HCD is not set
|
# CONFIG_USB_SL811_HCD is not set
|
||||||
# CONFIG_USB_R8A66597_HCD is not set
|
# CONFIG_USB_R8A66597_HCD is not set
|
||||||
# CONFIG_USB_WHCI_HCD is not set
|
CONFIG_USB_WHCI_HCD=m
|
||||||
# CONFIG_USB_HWA_HCD is not set
|
# CONFIG_USB_HWA_HCD is not set
|
||||||
# CONFIG_USB_MUSB_HDRC is not set
|
# CONFIG_USB_MUSB_HDRC is not set
|
||||||
|
|
||||||
|
@ -2344,8 +2315,8 @@ CONFIG_USB_EHCI_ROOT_HUB_TT=y
|
||||||
# USB Device Class drivers
|
# USB Device Class drivers
|
||||||
#
|
#
|
||||||
# CONFIG_USB_ACM is not set
|
# CONFIG_USB_ACM is not set
|
||||||
# CONFIG_USB_PRINTER is not set
|
CONFIG_USB_PRINTER=m
|
||||||
# CONFIG_USB_WDM is not set
|
CONFIG_USB_WDM=m
|
||||||
# CONFIG_USB_TMC is not set
|
# CONFIG_USB_TMC is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -2371,7 +2342,7 @@ CONFIG_USB_STORAGE=y
|
||||||
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
|
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
|
||||||
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
|
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
|
||||||
# CONFIG_USB_UAS is not set
|
# CONFIG_USB_UAS is not set
|
||||||
# CONFIG_USB_LIBUSUAL is not set
|
CONFIG_USB_LIBUSUAL=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# USB Imaging devices
|
# USB Imaging devices
|
||||||
|
@ -2413,7 +2384,7 @@ CONFIG_USB_GADGET=y
|
||||||
CONFIG_USB_GADGET_VBUS_DRAW=2
|
CONFIG_USB_GADGET_VBUS_DRAW=2
|
||||||
CONFIG_USB_GADGET_SELECTED=y
|
CONFIG_USB_GADGET_SELECTED=y
|
||||||
CONFIG_USB_GADGET_ARC=y
|
CONFIG_USB_GADGET_ARC=y
|
||||||
# CONFIG_IMX_USB_CHARGER is not set
|
CONFIG_IMX_USB_CHARGER=y
|
||||||
CONFIG_USB_ARC=y
|
CONFIG_USB_ARC=y
|
||||||
# CONFIG_USB_GADGET_FSL_USB2 is not set
|
# CONFIG_USB_GADGET_FSL_USB2 is not set
|
||||||
# CONFIG_USB_GADGET_FUSB300 is not set
|
# CONFIG_USB_GADGET_FUSB300 is not set
|
||||||
|
@ -2457,7 +2428,9 @@ CONFIG_USB_OTG_UTILS=y
|
||||||
# CONFIG_USB_ULPI is not set
|
# CONFIG_USB_ULPI is not set
|
||||||
# CONFIG_NOP_USB_XCEIV is not set
|
# CONFIG_NOP_USB_XCEIV is not set
|
||||||
CONFIG_MXC_OTG=y
|
CONFIG_MXC_OTG=y
|
||||||
# CONFIG_UWB is not set
|
CONFIG_UWB=m
|
||||||
|
# CONFIG_UWB_HWA is not set
|
||||||
|
CONFIG_UWB_WHCI=m
|
||||||
CONFIG_MMC=y
|
CONFIG_MMC=y
|
||||||
# CONFIG_MMC_DEBUG is not set
|
# CONFIG_MMC_DEBUG is not set
|
||||||
CONFIG_MMC_UNSAFE_RESUME=y
|
CONFIG_MMC_UNSAFE_RESUME=y
|
||||||
|
@ -2512,8 +2485,8 @@ CONFIG_LEDS_TRIGGERS=y
|
||||||
#
|
#
|
||||||
# LED Triggers
|
# LED Triggers
|
||||||
#
|
#
|
||||||
# CONFIG_LEDS_TRIGGER_TIMER is not set
|
CONFIG_LEDS_TRIGGER_TIMER=y
|
||||||
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
|
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
|
||||||
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
|
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
|
||||||
CONFIG_LEDS_TRIGGER_GPIO=y
|
CONFIG_LEDS_TRIGGER_GPIO=y
|
||||||
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
|
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
|
||||||
|
@ -2646,7 +2619,7 @@ CONFIG_MXC_IPU_V3H=y
|
||||||
#
|
#
|
||||||
# MXC Digital Audio Multiplexer support
|
# MXC Digital Audio Multiplexer support
|
||||||
#
|
#
|
||||||
# CONFIG_MXC_DAM is not set
|
CONFIG_MXC_DAM=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# MXC PMIC support
|
# MXC PMIC support
|
||||||
|
@ -2722,7 +2695,7 @@ CONFIG_MXC_MIPI_CSI2=y
|
||||||
#
|
#
|
||||||
# MXC HDMI CEC (Consumer Electronics Control) support
|
# MXC HDMI CEC (Consumer Electronics Control) support
|
||||||
#
|
#
|
||||||
# CONFIG_MXC_HDMI_CEC is not set
|
CONFIG_MXC_HDMI_CEC=m
|
||||||
|
|
||||||
#
|
#
|
||||||
# SECO_MXC_SYSTEM
|
# SECO_MXC_SYSTEM
|
||||||
|
@ -3112,4 +3085,4 @@ CONFIG_HAS_IOPORT=y
|
||||||
CONFIG_HAS_DMA=y
|
CONFIG_HAS_DMA=y
|
||||||
CONFIG_CPU_RMAP=y
|
CONFIG_CPU_RMAP=y
|
||||||
CONFIG_NLATTR=y
|
CONFIG_NLATTR=y
|
||||||
# CONFIG_AVERAGE is not set
|
CONFIG_AVERAGE=y
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# arg 1: the new package version
|
# arg 1: the new package version
|
||||||
# arg 2: the old package version
|
# arg 2: the old package version
|
||||||
|
|
||||||
KERNEL_NAME=-imx6
|
KERNEL_NAME=-udoo
|
||||||
KERNEL_VERSION=3.0.35-1-ARCH+
|
KERNEL_VERSION=3.0.35-3-ARCH+
|
||||||
|
|
||||||
post_install () {
|
post_install () {
|
||||||
# updating module dependencies
|
# updating module dependencies
|
||||||
|
|
Loading…
Reference in a new issue