parent
9ae19dcf87
commit
484051d055
@ -0,0 +1,56 @@ |
||||
#
|
||||
# Copyright (C) 2010 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define KernelPackage/ledtrig-adm5120-switch |
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=LED ADM5120 Switch Port Status Trigger
|
||||
DEPENDS:=@TARGET_adm5120
|
||||
KCONFIG:=CONFIG_LEDS_TRIGGER_ADM5120_SWITCH
|
||||
FILES:=$(LINUX_DIR)/drivers/leds/ledtrig-adm5120-switch.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,ledtrig-adm5120-switch)
|
||||
endef |
||||
|
||||
define KernelPackage/ledtrig-adm5120-switch/description |
||||
Kernel module to allow LEDs to be controlled by the port states
|
||||
of the ADM5120 built-in ethernet switch.
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,ledtrig-adm5120-switch)) |
||||
|
||||
|
||||
define KernelPackage/pata-rb153-cf |
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=RouterBOARD 153 CF Slot support
|
||||
DEPENDS:=@TARGET_adm5120_router_le
|
||||
KCONFIG:=CONFIG_PATA_RB153_CF
|
||||
FILES:=$(LINUX_DIR)/drivers/ata/pata_rb153_cf.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,30,pata_rb153_cf,1)
|
||||
$(call AddDepends/ata)
|
||||
endef |
||||
|
||||
define KernelPackage/pata-rb153-cf/description |
||||
Kernel support for the RouterBoard 153 CF slot.
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,pata-rb153-cf,1)) |
||||
|
||||
|
||||
define KernelPackage/usb-adm5120 |
||||
SUBMENU:=$(USB_MENU)
|
||||
TITLE:=Support for the ADM5120 HCD controller
|
||||
DEPENDS:=@TARGET_adm5120
|
||||
KCONFIG:=CONFIG_USB_ADM5120_HCD
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/host/adm5120-hcd.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,adm5120-hcd,1)
|
||||
$(call AddDepends/usb)
|
||||
endef |
||||
|
||||
define KernelPackage/usb-adm5120/description |
||||
Kernel support for the ADM5120 HCD USB controller
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,usb-adm5120)) |
@ -0,0 +1,21 @@ |
||||
#
|
||||
# Copyright (C) 2010 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define KernelPackage/mmc-at91 |
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=MMC/SD Card Support on AT91
|
||||
DEPENDS:=@TARGET_at91 +kmod-mmc
|
||||
KCONFIG:=CONFIG_MMC_AT91
|
||||
FILES:=$(LINUX_DIR)/drivers/mmc/host/at91_mci.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,90,at91_mci,1)
|
||||
endef |
||||
|
||||
define KernelPackage/mmc-at91/description |
||||
Kernel support for MMC/SD cards on the AT91 target
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,mmc-at91)) |
@ -0,0 +1,16 @@ |
||||
#
|
||||
# Copyright (C) 2010 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define KernelPackage/pcmcia-au1000 |
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=RMI/AMD Au1000 PCMCIA support
|
||||
DEPENDS:=@TARGET_au1000 kmod-pcmcia-core
|
||||
FILES:=$(LINUX_DIR)/drivers/pcmcia/au1x00_ss.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,41,au1x00_ss)
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,pcmcia-au1000)) |
@ -0,0 +1,21 @@ |
||||
#
|
||||
# Copyright (C) 2010 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define KernelPackage/atmel-wdt |
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=AT32AP700x watchdog
|
||||
DEPENDS:=@TARGET_avr32
|
||||
KCONFIG:=CONFIG_AT32AP700X_WDT
|
||||
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/at32ap700x_wdt.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,at32ap700x_wdt)
|
||||
endef |
||||
|
||||
define KernelPackage/atmel-wdt/description |
||||
AT32AP700x watchdog
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,atmel-wdt)) |
@ -0,0 +1,37 @@ |
||||
#
|
||||
# Copyright (C) 2010 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define KernelPackage/bcm63xx-spi |
||||
SUBMENU:=$(SPI_MENU)
|
||||
TITLE:=Broadcom BCM63xx SPI driver
|
||||
DEPENDS:=@TARGET_brcm63xx +kmod-spi-bitbang
|
||||
KCONFIG:=CONFIG_SPI_BCM63XX
|
||||
FILES:=$(LINUX_DIR)/drivers/spi/bcm63xx_spi.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,92,bcm63xx_spi)
|
||||
endef |
||||
|
||||
define KernelPackage/bcm63xx-spi/description |
||||
This package contains the Broadcom BCM63xx SPI Master driver
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,bcm63xx-spi)) |
||||
|
||||
|
||||
define KernelPackage/pcmcia-bcm63xx |
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Broadcom BCM63xx PCMCIA support
|
||||
DEPENDS:=@TARGET_brcm63xx kmod-pcmcia-core
|
||||
KCONFIG:=CONFIG_PCMCIA_BCM63XX
|
||||
FILES:=$(LINUX_DIR)/drivers/pcmcia/bcm63xx_pcmcia.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,41,bcm63xx_pcmcia)
|
||||
endef |
||||
|
||||
define KernelPackage/pcmcia-bcm63xx/description |
||||
Kernel support for PCMCIA/CardBus controller on the BCM63xx SoC
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,pcmcia-bcm63xx)) |
@ -0,0 +1,23 @@ |
||||
#
|
||||
# Copyright (C) 2010 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define KernelPackage/usb-etrax |
||||
SUBMENU:=$(USB_MENU)
|
||||
TITLE:=Support for the ETRAX USB host controller
|
||||
DEPENDS:=@TARGET_etrax
|
||||
KCONFIG:=CONFIG_ETRAX_USB_HOST \
|
||||
CONFIG_ETRAX_USB_HOST_PORT1=y CONFIG_ETRAX_USB_HOST_PORT2=y
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/host/hc-crisv10.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,hc-crisv10,1)
|
||||
$(call AddDepends/usb)
|
||||
endef |
||||
|
||||
define KernelPackage/usb-etrax/description |
||||
Kernel support for the ETRAX USB host controller
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,usb-etrax)) |
@ -0,0 +1,41 @@ |
||||
#
|
||||
# Copyright (C) 2010 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define KernelPackage/ata-ixp4xx-cf |
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=IXP4XX Compact Flash support
|
||||
DEPENDS:=@TARGET_ixp4xx
|
||||
KCONFIG:=CONFIG_PATA_IXP4XX_CF
|
||||
FILES:=$(LINUX_DIR)/drivers/ata/pata_ixp4xx_cf.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,41,pata_ixp4xx_cf,1)
|
||||
$(call AddDepends/ata)
|
||||
endef |
||||
|
||||
define KernelPackage/ata-ixp4xx-cf/description |
||||
IXP4XX Compact Flash support.
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,ata-ixp4xx-cf)) |
||||
|
||||
|
||||
define KernelPackage/ixp4xx-beeper |
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=IXP4XX Beeper support
|
||||
DEPENDS:=@TARGET_ixp4xx
|
||||
KCONFIG:= \
|
||||
CONFIG_INPUT_MISC=y \
|
||||
CONFIG_INPUT_IXP4XX_BEEPER
|
||||
FILES:=$(LINUX_DIR)/drivers/input/misc/ixp4xx-beeper.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,ixp4xx-beeper)
|
||||
$(call AddDepends/input)
|
||||
endef |
||||
|
||||
define KernelPackage/ixp4xx-beeper/description |
||||
IXP4XX Beeper support
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,ixp4xx-beeper)) |
@ -0,0 +1,39 @@ |
||||
#
|
||||
# Copyright (C) 2010 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define KernelPackage/ata-octeon-cf |
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=Octeon Compact Flash support
|
||||
DEPENDS:=@TARGET_octeon
|
||||
KCONFIG:=CONFIG_PATA_OCTEON_CF
|
||||
FILES:=$(LINUX_DIR)/drivers/ata/pata_octeon_cf.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,41,pata_octeon_cf,1)
|
||||
$(call AddDepends/ata)
|
||||
endef |
||||
|
||||
define KernelPackage/ata-octeon-cf/description |
||||
Octeon Compact Flash support.
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,ata-octeon-cf)) |
||||
|
||||
|
||||
define KernelPackage/usb-octeon |
||||
SUBMENU:=$(USB_MENU)
|
||||
TITLE:=Support for the Octeon USB OTG controller
|
||||
DEPENDS:=@TARGET_octeon
|
||||
KCONFIG:=CONFIG_USB_DWC_OTG
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/host/dwc_otg/dwc_otg.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,dwc_otg)
|
||||
$(call AddDepends/usb)
|
||||
endef |
||||
|
||||
define KernelPackage/usb-octeon/description |
||||
Kernel support for the Octeon USB host controller
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,usb-octeon)) |
@ -0,0 +1,22 @@ |
||||
#
|
||||
# Copyright (C) 2010 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define KernelPackage/ata-magicbox-cf |
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=Magicbox v2/OpenRB Compact flash support
|
||||
DEPENDS:=@TARGET_ppc40x
|
||||
KCONFIG:=CONFIG_PATA_MAGICBOX_CF
|
||||
FILES:=$(LINUX_DIR)/drivers/ata/pata_magicbox_cf.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,41,pata_magicbox_cf,1)
|
||||
$(call AddDepends/ata)
|
||||
endef |
||||
|
||||
define KernelPackage/ata-magicbox-cf/description |
||||
Support for Magicbox v2/OpenRB on-board CF slot.
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,ata-magicbox-cf)) |
@ -0,0 +1,21 @@ |
||||
#
|
||||
# Copyright (C) 2010 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define KernelPackage/axonram |
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=Axon DDR2 memory device driver
|
||||
DEPENDS:=@TARGET_pxcab
|
||||
KCONFIG:=CONFIG_AXON_RAM
|
||||
FILES:=$(LINUX_DIR)/arch/powerpc/sysdev/axonram.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,01,axonram)
|
||||
endef |
||||
|
||||
define KernelPackage/axonram/description |
||||
Kernel support for Axon DDR2 memory device
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,axonram)) |
@ -0,0 +1,45 @@ |
||||
#
|
||||
# Copyright (C) 2010 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define KernelPackage/ata-rb532-cf |
||||
SUBMENU:=$(BLOCK_MENU)
|
||||
TITLE:=RB532 Compact Flash support
|
||||
DEPENDS:=@TARGET_rb532 @BROKEN
|
||||
KCONFIG:= \
|
||||
CONFIG_PATA_PLATFORM \
|
||||
CONFIG_PATA_RB532
|
||||
FILES:=\
|
||||
$(LINUX_DIR)/drivers/ata/pata_platform.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/drivers/ata/pata_rb532_cf.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,41,pata_platform pata_rb532_cf,1)
|
||||
$(call AddDepends/ata)
|
||||
endef |
||||
|
||||
define KernelPackage/ata-rb532-cf/description |
||||
RB532 Compact Flash support.
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,ata-rb532-cf)) |
||||
|
||||
|
||||
define KernelPackage/input-rb532 |
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=RB532 button device support
|
||||
DEPENDS:=@TARGET_rb532
|
||||
KCONFIG:= \
|
||||
CONFIG_INPUT_MISC=y \
|
||||
CONFIG_INPUT_RB532_BUTTON
|
||||
FILES:=$(LINUX_DIR)/drivers/input/misc/rb532_button.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,62,rb532_button)
|
||||
$(call AddDepends/input)
|
||||
endef |
||||
|
||||
define KernelPackage/input-rb532/description |
||||
Kernel module for RB532 button
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,input-rb532)) |
@ -0,0 +1,22 @@ |
||||
#
|
||||
# Copyright (C) 2010 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define KernelPackage/rdc321x-wdt |
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=RDC321x watchdog
|
||||
DEPENDS:=@TARGET_rdc
|
||||
KCONFIG:=CONFIG_RDC321X_WDT
|
||||
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/rdc321x_wdt.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,rdc321x_wdt)
|
||||
endef |
||||
|
||||
define KernelPackage/rdc321x-wdt/description |
||||
RDC-321x watchdog driver
|
||||
endef |
||||
|
||||
$(eval $(call KernelPackage,rdc321x-wdt)) |
||||
|
Loading…
Reference in new issue