mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
[config]
Added "leds-sunxi" as module: A driver for the LEDs on sunxi board. With this I can keep track of the of SD card access on my CubieBoard via LED. Module does not load automatically. Added "sun4i-gpio" as module: An unstable driver for the GPIOs of the A10. Module does not load automatically, so it won't hurt even if it is unstable Added "fbcon" as module: Driver for console output on framebuffer Module does not automatically load. Changed "cfg80211" to be compiled as module This change was needed to include carl9170 Added "carl9170" as module A driver for wlan usb devices
This commit is contained in:
parent
b3db6cbc13
commit
1efcfa196b
2 changed files with 47 additions and 7 deletions
|
@ -22,7 +22,7 @@ options=('!strip')
|
|||
source=('config'
|
||||
'change-default-console-loglevel.patch'
|
||||
"linux.tar.gz::https://github.com/${_github_user}/${_github_repo}/tarball/${_github_commitID}")
|
||||
md5sums=('56ec5226d3813b5fa0f7b149320b6170'
|
||||
md5sums=('4bed917577fd5be8fbaefba38f99036b'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'1d57b811237d5447bedacf74be15808e')
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Linux/arm 3.0.57-3 Kernel Configuration
|
||||
# Linux/arm 3.0.57-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_CHIP_ID=1123
|
||||
|
@ -591,6 +591,7 @@ CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
|
|||
# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
|
||||
CONFIG_NETFILTER_XT_TARGET_HL=m
|
||||
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
|
||||
# CONFIG_NETFILTER_XT_TARGET_LED is not set
|
||||
CONFIG_NETFILTER_XT_TARGET_MARK=m
|
||||
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
|
||||
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
|
||||
|
@ -806,7 +807,7 @@ CONFIG_WEXT_CORE=y
|
|||
CONFIG_WEXT_PROC=y
|
||||
CONFIG_WEXT_SPY=y
|
||||
CONFIG_WEXT_PRIV=y
|
||||
CONFIG_CFG80211=y
|
||||
CONFIG_CFG80211=m
|
||||
CONFIG_NL80211_TESTMODE=y
|
||||
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
|
||||
# CONFIG_CFG80211_REG_DEBUG is not set
|
||||
|
@ -827,10 +828,12 @@ CONFIG_MAC80211_RC_MINSTREL_HT=y
|
|||
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
|
||||
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
|
||||
# CONFIG_MAC80211_MESH is not set
|
||||
CONFIG_MAC80211_LEDS=y
|
||||
# CONFIG_MAC80211_DEBUG_MENU is not set
|
||||
# CONFIG_WIMAX is not set
|
||||
CONFIG_RFKILL=y
|
||||
CONFIG_RFKILL_PM=y
|
||||
CONFIG_RFKILL_LEDS=y
|
||||
CONFIG_RFKILL_INPUT=y
|
||||
# CONFIG_RFKILL_REGULATOR is not set
|
||||
CONFIG_SUNXI_RFKILL=y
|
||||
|
@ -895,7 +898,7 @@ CONFIG_SUNXI_NAND=y
|
|||
# CONFIG_SENSORS_LIS3LV02D is not set
|
||||
CONFIG_MISC_DEVICES=y
|
||||
# CONFIG_AD525X_DPOT is not set
|
||||
# CONFIG_SUN4I_GPIO_UGLY is not set
|
||||
CONFIG_SUN4I_GPIO_UGLY=m
|
||||
CONFIG_SUNXI_DBGREG=m
|
||||
# CONFIG_INTEL_MID_PTI is not set
|
||||
# CONFIG_ICS932S401 is not set
|
||||
|
@ -1059,7 +1062,9 @@ CONFIG_ATH_COMMON=m
|
|||
# CONFIG_ATH_DEBUG is not set
|
||||
# CONFIG_ATH9K is not set
|
||||
# CONFIG_ATH9K_HTC is not set
|
||||
# CONFIG_CARL9170 is not set
|
||||
CONFIG_CARL9170=m
|
||||
CONFIG_CARL9170_LEDS=y
|
||||
CONFIG_CARL9170_WPC=y
|
||||
# CONFIG_B43 is not set
|
||||
# CONFIG_B43LEGACY is not set
|
||||
# CONFIG_BCM4329 is not set
|
||||
|
@ -1175,6 +1180,7 @@ CONFIG_KEYBOARD_ATKBD=y
|
|||
# CONFIG_KEYBOARD_QT2160 is not set
|
||||
# CONFIG_KEYBOARD_LKKBD is not set
|
||||
# CONFIG_KEYBOARD_TCA6416 is not set
|
||||
# CONFIG_KEYBOARD_LM8323 is not set
|
||||
# CONFIG_KEYBOARD_MAX7359 is not set
|
||||
# CONFIG_KEYBOARD_MCS is not set
|
||||
# CONFIG_KEYBOARD_MPR121 is not set
|
||||
|
@ -1687,6 +1693,7 @@ CONFIG_VIDEO_MT9V011=m
|
|||
#
|
||||
# Miscelaneous helper chips
|
||||
#
|
||||
# CONFIG_VIDEO_VIVI is not set
|
||||
# CONFIG_VIDEO_CPIA2 is not set
|
||||
# CONFIG_VIDEO_AU0828 is not set
|
||||
# CONFIG_VIDEO_SR030PC30 is not set
|
||||
|
@ -2010,7 +2017,12 @@ CONFIG_FB_UDL=m
|
|||
# Console display driver support
|
||||
#
|
||||
CONFIG_DUMMY_CONSOLE=y
|
||||
# CONFIG_FRAMEBUFFER_CONSOLE is not set
|
||||
CONFIG_FRAMEBUFFER_CONSOLE=m
|
||||
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
|
||||
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
|
||||
# CONFIG_FONTS is not set
|
||||
CONFIG_FONT_8x8=y
|
||||
CONFIG_FONT_8x16=y
|
||||
# CONFIG_LOGO is not set
|
||||
CONFIG_SOUND=y
|
||||
CONFIG_SOUND_OSS_CORE=y
|
||||
|
@ -2310,7 +2322,35 @@ CONFIG_MMC_SUNXI_POWER_CONTROL=y
|
|||
CONFIG_MMC_SUNXI=y
|
||||
# CONFIG_MMC_SUNXI_DBG is not set
|
||||
# CONFIG_MEMSTICK is not set
|
||||
# CONFIG_NEW_LEDS is not set
|
||||
CONFIG_NEW_LEDS=y
|
||||
CONFIG_LEDS_CLASS=y
|
||||
|
||||
#
|
||||
# LED drivers
|
||||
#
|
||||
CONFIG_LEDS_SUNXI=m
|
||||
# CONFIG_LEDS_LM3530 is not set
|
||||
# CONFIG_LEDS_PCA9532 is not set
|
||||
# CONFIG_LEDS_LP3944 is not set
|
||||
# CONFIG_LEDS_LP5521 is not set
|
||||
# CONFIG_LEDS_LP5523 is not set
|
||||
# CONFIG_LEDS_PCA955X is not set
|
||||
# CONFIG_LEDS_DAC124S085 is not set
|
||||
# CONFIG_LEDS_REGULATOR is not set
|
||||
# CONFIG_LEDS_BD2802 is not set
|
||||
CONFIG_LEDS_TRIGGERS=y
|
||||
|
||||
#
|
||||
# LED Triggers
|
||||
#
|
||||
# CONFIG_LEDS_TRIGGER_TIMER is not set
|
||||
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
|
||||
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
|
||||
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
|
||||
|
||||
#
|
||||
# iptables trigger is under Netfilter config (LED target)
|
||||
#
|
||||
# CONFIG_NFC_DEVICES is not set
|
||||
# CONFIG_SWITCH is not set
|
||||
# CONFIG_ACCESSIBILITY is not set
|
||||
|
|
Loading…
Reference in a new issue