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
/mmc-at91
10 TITLE
:=MMC
/SD Card Support on AT91
11 DEPENDS
:=@TARGET_at91
+kmod-mmc
12 KCONFIG
:=CONFIG_MMC_AT91
13 FILES
:=$(LINUX_DIR
)/drivers
/mmc
/host
/at91_mci.ko
14 AUTOLOAD
:=$(call AutoLoad
,90,at91_mci
,1)
17 define KernelPackage
/mmc-at91
/description
18 Kernel support for MMC
/SD cards on the AT91 target
21 $(eval
$(call KernelPackage
,mmc-at91
))
23 define KernelPackage
/pwm-atmel
24 SUBMENU
:=$(OTHER_MENU
)
25 TITLE
:=PWM on atmel SoC
27 KCONFIG
:=CONFIG_GENERIC_PWM \
29 FILES
:=$(LINUX_DIR
)/drivers
/pwm
/atmel-pwm.ko
30 AUTOLOAD
:=$(call AutoLoad
,51,atmel-pwm
)
33 define KernelPackage
/pwm-atmel
/description
34 Kernel module to use the PWM channel on ATMEL SoC
37 $(eval
$(call KernelPackage
,pwm-atmel
))
39 define KernelPackage
/at91-adc
40 SUBMENU
:=$(OTHER_MENU
)
41 TITLE
:=ADC on atmel SoC
43 KCONFIG
:=CONFIG_AT91_ADC
44 FILES
:=$(LINUX_DIR
)/drivers
/misc
/at91-adc.ko
45 AUTOLOAD
:=$(call AutoLoad
,40,at91-adc
)
48 define KernelPackage
/at91-adc
/description
49 Kernel module to use the ADC channels of SoC
52 $(eval
$(call KernelPackage
,at91-adc
))