removed some unnecessary tools; added swap support to kernel
[openwrt_grafs.git] / target / linux / octeon / modules.mk
bloba4552580b42df3e4347ec11d6e93f0674ee96a6b
2 # Copyright (C) 2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 define KernelPackage/ata-octeon-cf
9 SUBMENU:=$(BLOCK_MENU)
10 TITLE:=Octeon Compact Flash support
11 DEPENDS:=@TARGET_octeon
12 KCONFIG:=CONFIG_PATA_OCTEON_CF
13 FILES:=$(LINUX_DIR)/drivers/ata/pata_octeon_cf.ko
14 AUTOLOAD:=$(call AutoLoad,41,pata_octeon_cf,1)
15 $(call AddDepends/ata)
16 endef
18 define KernelPackage/ata-octeon-cf/description
19 Octeon Compact Flash support.
20 endef
22 $(eval $(call KernelPackage,ata-octeon-cf))
25 define KernelPackage/usb-octeon
26 SUBMENU:=$(USB_MENU)
27 TITLE:=Support for the Octeon USB OTG controller
28 DEPENDS:=@TARGET_octeon
29 KCONFIG:=CONFIG_USB_DWC_OTG
30 FILES:=$(LINUX_DIR)/drivers/usb/host/dwc_otg/dwc_otg.ko
31 AUTOLOAD:=$(call AutoLoad,50,dwc_otg)
32 $(call AddDepends/usb)
33 endef
35 define KernelPackage/usb-octeon/description
36 Kernel support for the Octeon USB host controller
37 endef
39 $(eval $(call KernelPackage,usb-octeon))