2 # Copyright (C) 2006-2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 OTHER_MENU
:=Other modules
10 WATCHDOG_DIR
:=watchdog
13 define KernelPackage
/bluetooth
14 SUBMENU
:=$(OTHER_MENU
)
15 TITLE
:=Bluetooth support
16 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
23 CONFIG_BLUEZ_HCIUART \
34 CONFIG_BT_HCIUART_H4 \
36 $(call AddDepends
/crc16
)
37 $(call AddDepends
/hid
)
38 $(call AddDepends
/rfkill
)
40 $(LINUX_DIR
)/net
/bluetooth
/bluetooth.ko \
41 $(LINUX_DIR
)/net
/bluetooth
/l2cap.ko \
42 $(LINUX_DIR
)/net
/bluetooth
/sco.ko \
43 $(LINUX_DIR
)/net
/bluetooth
/rfcomm
/rfcomm.ko \
44 $(LINUX_DIR
)/net
/bluetooth
/bnep
/bnep.ko \
45 $(LINUX_DIR
)/net
/bluetooth
/hidp
/hidp.ko \
46 $(LINUX_DIR
)/drivers
/bluetooth
/hci_uart.ko \
47 $(LINUX_DIR
)/drivers
/bluetooth
/btusb.ko
48 AUTOLOAD
:=$(call AutoLoad
,90,bluetooth l2cap sco rfcomm bnep hidp hci_uart btusb
)
51 define KernelPackage
/bluetooth
/description
52 Kernel support for Bluetooth devices
55 $(eval
$(call KernelPackage
,bluetooth
))
58 define KernelPackage
/bluetooth-hci-h4p
59 SUBMENU
:=$(OTHER_MENU
)
60 TITLE
:=HCI driver with H4 Nokia extensions
61 DEPENDS
:=@TARGET_omap24xx
+kmod-bluetooth
62 KCONFIG
:=CONFIG_BT_HCIH4P
63 FILES
:=$(LINUX_DIR
)/drivers
/bluetooth
/hci_h4p
/hci_h4p.ko
64 AUTOLOAD
:=$(call AutoLoad
,91,hci_h4p
)
67 define KernelPackage
/bluetooth-hci-h4p
/description
68 HCI driver with H4 Nokia extensions
71 $(eval
$(call KernelPackage
,bluetooth-hci-h4p
))
74 define KernelPackage
/cpu-msr
75 SUBMENU
:=$(OTHER_MENU
)
76 TITLE
:=x86 CPU MSR support
78 KCONFIG
:=CONFIG_X86_MSR
79 FILES
:=$(LINUX_DIR
)/arch
/x86
/kernel
/msr.
$(LINUX_KMOD_SUFFIX
)
80 AUTOLOAD
:=$(call AutoLoad
,20,msr
)
83 define KernelPackage
/cpu-msr
/description
84 Kernel module for Model Specific Registers support in x86 CPUs
87 $(eval
$(call KernelPackage
,cpu-msr
))
90 define KernelPackage
/crc-ccitt
91 SUBMENU
:=$(OTHER_MENU
)
92 TITLE
:=CRC-CCITT support
93 KCONFIG
:=CONFIG_CRC_CCITT
94 FILES
:=$(LINUX_DIR
)/lib
/crc-ccitt.ko
95 AUTOLOAD
:=$(call AutoLoad
,20,crc-ccitt
)
98 define KernelPackage
/crc-ccitt
/description
99 Kernel module for CRC-CCITT support
102 $(eval
$(call KernelPackage
,crc-ccitt
))
105 define KernelPackage
/crc-itu-t
106 SUBMENU
:=$(OTHER_MENU
)
107 TITLE
:=CRC ITU-T V
.41 support
108 KCONFIG
:=CONFIG_CRC_ITU_T
109 FILES
:=$(LINUX_DIR
)/lib
/crc-itu-t.ko
110 AUTOLOAD
:=$(call AutoLoad
,20,crc-itu-t
)
113 define KernelPackage
/crc-itu-t
/description
114 Kernel module for CRC ITU-T V
.41 support
117 $(eval
$(call KernelPackage
,crc-itu-t
))
120 define KernelPackage
/crc7
121 SUBMENU
:=$(OTHER_MENU
)
124 FILES
:=$(LINUX_DIR
)/lib
/crc7.ko
125 AUTOLOAD
:=$(call AutoLoad
,20,crc7
)
128 define KernelPackage
/crc7
/description
129 Kernel module for CRC7 support
132 $(eval
$(call KernelPackage
,crc7
))
135 define KernelPackage
/crc16
136 SUBMENU
:=$(OTHER_MENU
)
138 KCONFIG
:=CONFIG_CRC16
139 FILES
:=$(LINUX_DIR
)/lib
/crc16.ko
140 AUTOLOAD
:=$(call AutoLoad
,20,crc16
,1)
141 $(call SetDepends
/crc16
)
144 define KernelPackage
/crc16
/description
145 Kernel module for CRC16 support
148 $(eval
$(call KernelPackage
,crc16
))
151 define KernelPackage
/libcrc32c
152 SUBMENU
:=$(OTHER_MENU
)
153 TITLE
:=CRC32 library support
154 KCONFIG
:=CONFIG_LIBCRC32C
155 DEPENDS
:=+kmod-crypto-core
+kmod-crypto-misc
156 FILES
:=$(LINUX_DIR
)/lib
/libcrc32c.ko
157 AUTOLOAD
:=$(call AutoLoad
,20,crc32c libcrc32c
,1)
160 define KernelPackage
/libcrc32c
/description
161 Kernel module for CRC32 support
164 $(eval
$(call KernelPackage
,libcrc32c
))
167 define KernelPackage
/eeprom-93cx6
168 SUBMENU
:=$(OTHER_MENU
)
169 TITLE
:=EEPROM
93CX6 support
170 KCONFIG
:=CONFIG_EEPROM_93CX6
171 FILES
:=$(LINUX_DIR
)/drivers
/misc
/eeprom
/eeprom_93cx6.ko
172 AUTOLOAD
:=$(call AutoLoad
,20,eeprom_93cx6
)
175 define KernelPackage
/eeprom-93cx6
/description
176 Kernel module for EEPROM
93CX6 support
179 $(eval
$(call KernelPackage
,eeprom-93cx6
))
182 define KernelPackage
/gpio-cs5535
183 SUBMENU
:=$(OTHER_MENU
)
184 TITLE
:=AMD CS5535
/CS5536 GPIO driver
186 KCONFIG
:=CONFIG_CS5535_GPIO
187 FILES
:=$(LINUX_DIR
)/drivers
/char
/cs5535_gpio.ko
188 AUTOLOAD
:=$(call AutoLoad
,50,cs5535_gpio
)
191 define KernelPackage
/gpio-cs5535
/description
192 This package contains the AMD CS5535
/CS5536 GPIO driver
195 $(eval
$(call KernelPackage
,gpio-cs5535
))
198 define KernelPackage
/gpio-cs5535-new
199 SUBMENU
:=$(OTHER_MENU
)
200 TITLE
:=AMD CS5535
/CS5536 GPIO driver with improved sysfs support
202 ifeq ($(strip $(call CompareKernelPatchVer
,$(KERNEL_PATCHVER
),ge
,2.6.33)),1)
203 KCONFIG
:=CONFIG_GPIO_CS5535 CONFIG_PCI CONFIG_GPIOLIB
204 FILES
:=$(LINUX_DIR
)/drivers
/gpio
/cs5535-gpio.ko
205 AUTOLOAD
:=$(call AutoLoad
,50,cs5535-gpio
)
209 define KernelPackage
/gpio-cs5535-new
/description
210 This package contains the new AMD CS5535
/CS5536 GPIO driver
213 $(eval
$(call KernelPackage
,gpio-cs5535-new
))
216 define KernelPackage
/gpio-dev
217 SUBMENU
:=$(OTHER_MENU
)
218 TITLE
:=Generic GPIO char device support
219 DEPENDS
:=@GPIO_SUPPORT
220 KCONFIG
:=CONFIG_GPIO_DEVICE
221 FILES
:=$(LINUX_DIR
)/drivers
/char
/gpio_dev.ko
222 AUTOLOAD
:=$(call AutoLoad
,40,gpio_dev
)
225 define KernelPackage
/gpio-dev
/description
226 Kernel module to allows control of GPIO pins using a character device.
229 $(eval
$(call KernelPackage
,gpio-dev
))
232 define KernelPackage
/gpio-nsc
233 SUBMENU
:=$(OTHER_MENU
)
234 TITLE
:=Natsemi GPIO support
236 KCONFIG
:=CONFIG_NSC_GPIO
237 FILES
:=$(LINUX_DIR
)/drivers
/char
/nsc_gpio.ko
238 AUTOLOAD
:=$(call AutoLoad
,40,nsc_gpio
)
241 define KernelPackage
/gpio-nsc
/description
242 Kernel module for Natsemi GPIO
245 $(eval
$(call KernelPackage
,gpio-nsc
))
248 define KernelPackage
/gpio-pc8736x
249 SUBMENU
:=$(OTHER_MENU
)
250 TITLE
:=PC8736x GPIO support
252 KCONFIG
:=CONFIG_PC8736x_GPIO
253 FILES
:=$(LINUX_DIR
)/drivers
/char
/pc8736x_gpio.ko
254 AUTOLOAD
:=$(call AutoLoad
,40,pc8736x_gpio
)
257 define KernelPackage
/gpio-pc8736x
/description
258 Kernel module for PC8736x GPIO
261 $(eval
$(call KernelPackage
,gpio-pc8736x
))
264 define KernelPackage
/gpio-scx200
265 SUBMENU
:=$(OTHER_MENU
)
266 TITLE
:=Natsemi SCX200 GPIO support
267 DEPENDS
:=@TARGET_x86
+kmod-gpio-nsc
268 KCONFIG
:=CONFIG_SCx200_GPIO
269 FILES
:=$(LINUX_DIR
)/drivers
/char
/scx200_gpio.ko
270 AUTOLOAD
:=$(call AutoLoad
,50,scx200_gpio
)
273 define KernelPackage
/gpio-scx200
/description
274 Kernel module for SCX200 GPIO
277 $(eval
$(call KernelPackage
,gpio-scx200
))
279 define KernelPackage
/gpio-nxp-74hc164
280 SUBMENU
:=$(OTHER_MENU
)
281 TITLE
:=NXP
74HC164 GPIO expander support
282 DEPENDS
:=@TARGET_brcm63xx
283 KCONFIG
:=CONFIG_GPIO_NXP_74HC164
284 FILES
:=$(LINUX_DIR
)/drivers
/gpio
/nxp_74hc164.ko
285 AUTOLOAD
:=$(call AutoLoad
,99,nxp_74hc164
)
288 define KernelPackage
/gpio-nxp-74hc164
/description
289 Kernel module for NXP
74HC164 GPIO expander
292 $(eval
$(call KernelPackage
,gpio-nxp-74hc164
))
294 define KernelPackage
/hid
295 SUBMENU
:=$(OTHER_MENU
)
297 DEPENDS
:=+kmod-input-evdev
299 FILES
:=$(LINUX_DIR
)/drivers
/hid
/hid.ko
300 AUTOLOAD
:=$(call AutoLoad
,61,hid
)
301 $(call SetDepends
/hid
)
302 $(call AddDepends
/input
)
305 define KernelPackage
/hid
/description
306 Kernel modules for HID devices
309 $(eval
$(call KernelPackage
,hid
))
312 define KernelPackage
/input-core
313 SUBMENU
:=$(OTHER_MENU
)
314 TITLE
:=Input device core
315 KCONFIG
:=CONFIG_INPUT
316 $(call SetDepends
/input
)
317 FILES
:=$(LINUX_DIR
)/drivers
/input
/input-core.ko
318 AUTOLOAD
:=$(call AutoLoad
,19,input-core
)
321 define KernelPackage
/input-core
/description
322 Kernel modules for support of input device
325 $(eval
$(call KernelPackage
,input-core
))
328 define KernelPackage
/input-evdev
329 SUBMENU
:=$(OTHER_MENU
)
330 TITLE
:=Input event device
331 KCONFIG
:=CONFIG_INPUT_EVDEV
332 FILES
:=$(LINUX_DIR
)/drivers
/input
/evdev.ko
333 AUTOLOAD
:=$(call AutoLoad
,60,evdev
)
334 $(call AddDepends
/input
)
337 define KernelPackage
/input-evdev
/description
338 Kernel modules for support of input device events
341 $(eval
$(call KernelPackage
,input-evdev
))
344 define KernelPackage
/input-gpio-buttons
345 SUBMENU
:=$(OTHER_MENU
)
346 TITLE
:=Polled GPIO buttons input device
347 DEPENDS
:=@GPIO_SUPPORT
+kmod-input-polldev
349 CONFIG_INPUT_GPIO_BUTTONS \
351 FILES
:=$(LINUX_DIR
)/drivers
/input
/misc
/gpio_buttons.ko
352 AUTOLOAD
:=$(call AutoLoad
,62,gpio_buttons
)
355 define KernelPackage
/input-gpio-buttons
/description
356 Kernel module for support polled GPIO buttons input device
359 $(eval
$(call KernelPackage
,input-gpio-buttons
))
362 define KernelPackage
/input-gpio-keys
363 SUBMENU
:=$(OTHER_MENU
)
364 TITLE
:=GPIO key support
365 DEPENDS
:= @GPIO_SUPPORT
367 CONFIG_KEYBOARD_GPIO \
368 CONFIG_INPUT_KEYBOARD
=y
369 FILES
:=$(LINUX_DIR
)/drivers
/input
/keyboard
/gpio_keys.ko
370 AUTOLOAD
:=$(call AutoLoad
,60,gpio_keys
)
371 $(call AddDepends
/input
)
374 define KernelPackage
/input-gpio-keys
/description
375 This driver implements support for buttons connected
376 to GPIO pins of various CPUs
(and some other chips
).
379 $(eval
$(call KernelPackage
,input-gpio-keys
))
382 define KernelPackage
/input-gpio-encoder
383 SUBMENU
:=$(OTHER_MENU
)
384 TITLE
:=GPIO rotay encoder
385 KCONFIG
:=CONFIG_INPUT_GPIO_ROTARY_ENCODER
386 FILES
:=$(LINUX_DIR
)/drivers
/input
/misc
/rotary_encoder.ko
387 AUTOLOAD
:=$(call AutoLoad
,62,rotary_encoder
)
388 $(call AddDepends
/input
,@GPIO_SUPPORT
)
391 define KernelPackage
/gpio-encoder
/description
392 Kernel module to use rotary encoders connected to GPIO pins
395 $(eval
$(call KernelPackage
,input-gpio-encoder
))
398 define KernelPackage
/input-joydev
399 SUBMENU
:=$(OTHER_MENU
)
400 TITLE
:=Joystick device support
401 KCONFIG
:=CONFIG_INPUT_JOYDEV
402 FILES
:=$(LINUX_DIR
)/drivers
/input
/joydev.ko
403 AUTOLOAD
:=$(call AutoLoad
,62,joydev
)
404 $(call AddDepends
/input
)
407 define KernelPackage
/input-joydev
/description
408 Kernel module for joystick support
411 $(eval
$(call KernelPackage
,input-joydev
))
414 define KernelPackage
/input-polldev
415 SUBMENU
:=$(OTHER_MENU
)
416 TITLE
:=Polled Input device support
417 KCONFIG
:=CONFIG_INPUT_POLLDEV
418 FILES
:=$(LINUX_DIR
)/drivers
/input
/input-polldev.ko
419 AUTOLOAD
:=$(call AutoLoad
,20,input-polldev
)
420 $(call AddDepends
/input
)
423 define KernelPackage
/input-polldev
/description
424 Kernel module for support of polled input devices
427 $(eval
$(call KernelPackage
,input-polldev
))
430 define KernelPackage
/leds-alix
431 SUBMENU
:=$(OTHER_MENU
)
432 TITLE
:=PCengines ALIX LED support
434 KCONFIG
:=CONFIG_LEDS_ALIX2
435 FILES
:=$(LINUX_DIR
)/drivers
/leds
/leds-alix2.ko
436 AUTOLOAD
:=$(call AutoLoad
,50,leds-alix2
)
439 define KernelPackage
/leds-alix
/description
440 Kernel module for PCengines ALIX LEDs
443 $(eval
$(call KernelPackage
,leds-alix
))
446 define KernelPackage
/leds-gpio
447 SUBMENU
:=$(OTHER_MENU
)
448 TITLE
:=GPIO LED support
449 DEPENDS
:= @GPIO_SUPPORT
450 KCONFIG
:=CONFIG_LEDS_GPIO
451 FILES
:=$(LINUX_DIR
)/drivers
/leds
/leds-gpio.ko
452 AUTOLOAD
:=$(call AutoLoad
,60,leds-gpio
)
455 define KernelPackage
/leds-gpio
/description
456 Kernel module for LEDs on GPIO lines
459 $(eval
$(call KernelPackage
,leds-gpio
))
462 define KernelPackage
/leds-net48xx
463 SUBMENU
:=$(OTHER_MENU
)
464 TITLE
:=Soekris Net48xx LED support
465 DEPENDS
:=@TARGET_x86
+kmod-gpio-scx200
466 KCONFIG
:=CONFIG_LEDS_NET48XX
467 FILES
:=$(LINUX_DIR
)/drivers
/leds
/leds-net48xx.ko
468 AUTOLOAD
:=$(call AutoLoad
,50,leds-net48xx
)
471 define KernelPackage
/leds-net48xx
/description
472 Kernel module for Soekris Net48xx LEDs
475 $(eval
$(call KernelPackage
,leds-net48xx
))
477 define KernelPackage
/leds-net5501
478 SUBMENU
:=$(OTHER_MENU
)
479 TITLE
:=Soekris Net5501 LED support
480 DEPENDS
:=@TARGET_x86
+kmod-gpio-cs5535
+kmod-leds-gpio
481 KCONFIG
:=CONFIG_LEDS_NET5501
482 FILES
:=$(LINUX_DIR
)/drivers
/leds
/leds-net5501.ko
483 AUTOLOAD
:=$(call AutoLoad
,50,leds-net5501
)
486 define KernelPackage
/leds-net5501
/description
487 Kernel module for Soekris Net5501 LEDs
490 $(eval
$(call KernelPackage
,leds-net5501
))
493 define KernelPackage
/leds-rb750
494 SUBMENU
:=$(OTHER_MENU
)
495 TITLE
:=RouterBOARD
750 LED support
496 DEPENDS
:=@TARGET_ar71xx
497 KCONFIG
:=CONFIG_LEDS_RB750
498 FILES
:=$(LINUX_DIR
)/drivers
/leds
/leds-rb750.ko
499 AUTOLOAD
:=$(call AutoLoad
,60,leds-rb750
)
502 define KernelPackage
/leds-rb750
/description
503 Kernel module for the LEDs on the MikroTik RouterBOARD
750.
506 $(eval
$(call KernelPackage
,leds-rb750
))
509 define KernelPackage
/leds-wndr3700-usb
510 SUBMENU
:=$(OTHER_MENU
)
511 TITLE
:=WNDR3700 USB LED support
512 DEPENDS
:=@TARGET_ar71xx
513 KCONFIG
:=CONFIG_LEDS_WNDR3700_USB
514 FILES
:=$(LINUX_DIR
)/drivers
/leds
/leds-wndr3700-usb.ko
515 AUTOLOAD
:=$(call AutoLoad
,60,leds-wndr3700-usb
)
518 define KernelPackage
/leds-wndr3700-usb
/description
519 Kernel module for the USB LED on the NETGWR WNDR3700 board.
522 $(eval
$(call KernelPackage
,leds-wndr3700-usb
))
525 define KernelPackage
/leds-wrap
526 SUBMENU
:=$(OTHER_MENU
)
527 TITLE
:=PCengines WRAP LED support
528 DEPENDS
:=@TARGET_x86
+kmod-gpio-scx200
529 KCONFIG
:=CONFIG_LEDS_WRAP
530 FILES
:=$(LINUX_DIR
)/drivers
/leds
/leds-wrap.ko
531 AUTOLOAD
:=$(call AutoLoad
,50,leds-wrap
)
534 define KernelPackage
/leds-wrap
/description
535 Kernel module for PCengines WRAP LEDs
538 $(eval
$(call KernelPackage
,leds-wrap
))
541 define KernelPackage
/ledtrig-heartbeat
542 SUBMENU
:=$(OTHER_MENU
)
543 TITLE
:=LED Heartbeat Trigger
544 KCONFIG
:=CONFIG_LEDS_TRIGGER_HEARTBEAT
545 FILES
:=$(LINUX_DIR
)/drivers
/leds
/ledtrig-heartbeat.ko
546 AUTOLOAD
:=$(call AutoLoad
,50,ledtrig-heartbeat
)
549 define KernelPackage
/ledtrig-gpio
/description
550 Kernel module that allows LEDs to blink like heart beat
553 $(eval
$(call KernelPackage
,ledtrig-heartbeat
))
556 define KernelPackage
/ledtrig-gpio
557 SUBMENU
:=$(OTHER_MENU
)
558 TITLE
:=LED GPIO Trigger
559 KCONFIG
:=CONFIG_LEDS_TRIGGER_GPIO
560 FILES
:=$(LINUX_DIR
)/drivers
/leds
/ledtrig-gpio.ko
561 AUTOLOAD
:=$(call AutoLoad
,50,ledtrig-gpio
)
564 define KernelPackage
/ledtrig-gpio
/description
565 Kernel module that allows LEDs to be controlled by gpio events.
568 $(eval
$(call KernelPackage
,ledtrig-gpio
))
571 define KernelPackage
/ledtrig-morse
572 SUBMENU
:=$(OTHER_MENU
)
573 TITLE
:=LED Morse Trigger
574 KCONFIG
:=CONFIG_LEDS_TRIGGER_MORSE
575 FILES
:=$(LINUX_DIR
)/drivers
/leds
/ledtrig-morse.ko
576 AUTOLOAD
:=$(call AutoLoad
,50,ledtrig-morse
)
579 define KernelPackage
/ledtrig-morse
/description
580 Kernel module to show morse coded messages on LEDs.
583 $(eval
$(call KernelPackage
,ledtrig-morse
))
586 define KernelPackage
/ledtrig-netdev
587 SUBMENU
:=$(OTHER_MENU
)
588 TITLE
:=LED NETDEV Trigger
589 KCONFIG
:=CONFIG_LEDS_TRIGGER_NETDEV
590 FILES
:=$(LINUX_DIR
)/drivers
/leds
/ledtrig-netdev.ko
591 AUTOLOAD
:=$(call AutoLoad
,50,ledtrig-netdev
)
594 define KernelPackage
/ledtrig-netdev
/description
595 Kernel module to drive LEDs based on network activity.
598 $(eval
$(call KernelPackage
,ledtrig-netdev
))
601 define KernelPackage
/ledtrig-netfilter
602 SUBMENU
:=$(OTHER_MENU
)
603 TITLE
:=LED NetFilter Trigger
604 DEPENDS
:=kmod-ipt-core
605 KCONFIG
:=CONFIG_NETFILTER_XT_TARGET_LED
606 FILES
:=$(LINUX_DIR
)/net
/netfilter
/xt_LED.ko
607 AUTOLOAD
:=$(call AutoLoad
,50,xt_LED
)
610 define KernelPackage
/ledtrig-netfilter
/description
611 Kernel module to flash LED when a particular packets passing through your machine.
613 For example to create an LED trigger for incoming SSH traffic
:
614 iptables
-A INPUT
-p tcp
--dport
22 -j LED
--led-trigger-id ssh
--led-delay
1000
615 Then attach the new trigger to an LED on your system
:
616 echo netfilter-ssh
> /sys
/class
/leds
/<ledname
>/trigger
619 $(eval
$(call KernelPackage
,ledtrig-netfilter
))
621 define KernelPackage
/ledtrig-usbdev
622 SUBMENU
:=$(OTHER_MENU
)
623 TITLE
:=LED USB device Trigger
624 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
625 KCONFIG
:=CONFIG_LEDS_TRIGGER_USBDEV
626 FILES
:=$(LINUX_DIR
)/drivers
/leds
/ledtrig-usbdev.ko
627 AUTOLOAD
:=$(call AutoLoad
,50,ledtrig-usbdev
)
630 define KernelPackage
/ledtrig-usbdev
/description
631 Kernel module to drive LEDs based on USB device presence
/activity.
634 $(eval
$(call KernelPackage
,ledtrig-usbdev
))
637 define KernelPackage
/lp
638 SUBMENU
:=$(OTHER_MENU
)
639 TITLE
:=Parallel port and line printer support
646 $(LINUX_DIR
)/drivers
/parport
/parport.ko \
647 $(LINUX_DIR
)/drivers
/char
/lp.ko \
648 $(LINUX_DIR
)/drivers
/char
/ppdev.ko
649 AUTOLOAD
:=$(call AutoLoad
,50,parport lp
)
652 $(eval
$(call KernelPackage
,lp
))
655 define KernelPackage
/mmc
656 SUBMENU
:=$(OTHER_MENU
)
657 TITLE
:=MMC
/SD Card Support
662 CONFIG_MMC_UNSAFE_RESUME
=n \
663 CONFIG_MMC_BLOCK_BOUNCE
=y \
665 CONFIG_MMC_TIFM_SD
=n \
669 $(LINUX_DIR
)/drivers
/mmc
/core
/mmc_core.ko \
670 $(LINUX_DIR
)/drivers
/mmc
/card
/mmc_block.ko
671 AUTOLOAD
:=$(call AutoLoad
,90,mmc_core mmc_block
,1)
674 define KernelPackage
/mmc
/description
675 Kernel support for MMC
/SD cards
678 $(eval
$(call KernelPackage
,mmc
))
681 define KernelPackage
/mmc-atmelmci
682 SUBMENU
:=$(OTHER_MENU
)
683 TITLE
:=Amtel MMC Support
684 DEPENDS
:=@TARGET_avr32
+kmod-mmc
685 KCONFIG
:=CONFIG_MMC_ATMELMCI
686 FILES
:=$(LINUX_DIR
)/drivers
/mmc
/host
/atmel-mci.ko
687 AUTOLOAD
:=$(call AutoLoad
,90,atmel-mci
)
690 define KernelPackage
/mmc-atmelmci
/description
691 Kernel support for Atmel Multimedia Card Interface.
694 $(eval
$(call KernelPackage
,mmc-atmelmci
,1))
697 define KernelPackage
/oprofile
698 SUBMENU
:=$(OTHER_MENU
)
699 TITLE
:=OProfile profiling support
700 KCONFIG
:=CONFIG_OPROFILE
701 FILES
:=$(LINUX_DIR
)/arch
/$(LINUX_KARCH
)/oprofile
/oprofile.
$(LINUX_KMOD_SUFFIX
)
702 DEPENDS
:=@KERNEL_PROFILING
705 define KernelPackage
/oprofile
/description
706 Kernel module for support for oprofile system profiling.
709 $(eval
$(call KernelPackage
,oprofile
))
712 define KernelPackage
/rfkill
713 SUBMENU
:=$(OTHER_MENU
)
714 TITLE
:=RF switch subsystem support
717 CONFIG_RFKILL_INPUT
=y \
719 ifeq ($(CONFIG_LINUX_2_6_30
),)
721 $(LINUX_DIR
)/net
/rfkill
/rfkill.ko
722 AUTOLOAD
:=$(call AutoLoad
,20,rfkill
)
725 $(LINUX_DIR
)/net
/rfkill
/rfkill.ko \
726 $(LINUX_DIR
)/net
/rfkill
/rfkill-input.ko
727 AUTOLOAD
:=$(call AutoLoad
,20,rfkill rfkill-input
)
729 $(call SetDepends
/rfkill
)
732 define KernelPackage
/rfkill
/description
733 Say Y here if you want to have control over RF switches
734 found on many WiFi and Bluetooth cards.
737 $(eval
$(call KernelPackage
,rfkill
))
740 define KernelPackage
/softdog
741 SUBMENU
:=$(OTHER_MENU
)
742 TITLE
:=Software watchdog driver
743 KCONFIG
:=CONFIG_SOFT_WATCHDOG
744 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/softdog.ko
745 AUTOLOAD
:=$(call AutoLoad
,50,softdog
)
748 define KernelPackage
/softdog
/description
749 Software watchdog driver
752 $(eval
$(call KernelPackage
,softdog
))
755 define KernelPackage
/ssb
756 SUBMENU
:=$(OTHER_MENU
)
757 TITLE
:=Silicon Sonics Backplane glue code
758 DEPENDS
:=@PCI_SUPPORT @
!TARGET_brcm47xx @
!TARGET_brcm63xx
761 CONFIG_SSB_B43_PCI_BRIDGE
=y \
762 CONFIG_SSB_DRIVER_MIPS
=n \
763 CONFIG_SSB_DRIVER_PCICORE
=y \
764 CONFIG_SSB_DRIVER_PCICORE_POSSIBLE
=y \
765 CONFIG_SSB_PCIHOST
=y \
766 CONFIG_SSB_PCIHOST_POSSIBLE
=y \
767 CONFIG_SSB_POSSIBLE
=y \
770 FILES
:=$(LINUX_DIR
)/drivers
/ssb
/ssb.ko
771 AUTOLOAD
:=$(call AutoLoad
,29,ssb
)
774 define KernelPackage
/ssb
/description
775 Silicon Sonics Backplane glue code.
778 $(eval
$(call KernelPackage
,ssb
))
781 define KernelPackage
/textsearch
782 SUBMENU
:=$(OTHER_MENU
)
783 TITLE
:=Textsearch support is selected if needed
785 CONFIG_TEXTSEARCH
=y \
786 CONFIG_TEXTSEARCH_KMP \
787 CONFIG_TEXTSEARCH_BM \
788 CONFIG_TEXTSEARCH_FSM
790 $(LINUX_DIR
)/lib
/ts_kmp.ko \
791 $(LINUX_DIR
)/lib
/ts_bm.ko \
792 $(LINUX_DIR
)/lib
/ts_fsm.ko
793 AUTOLOAD
:=$(call AutoLoad
,20,ts_kmp ts_bm ts_fsm
)
796 $(eval
$(call KernelPackage
,textsearch
))
799 define KernelPackage
/wdt-geode
800 SUBMENU
:=$(OTHER_MENU
)
801 TITLE
:=Geode
/LX Watchdog timer
803 KCONFIG
:=CONFIG_GEODE_WDT
804 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/geodewdt.ko
805 AUTOLOAD
:=$(call AutoLoad
,50,geodewdt
)
808 define KernelPackage
/wdt-geode
/description
809 Kernel module for Geode watchdog timer.
812 $(eval
$(call KernelPackage
,wdt-geode
))
815 define KernelPackage
/wdt-omap
816 SUBMENU
:=$(OTHER_MENU
)
817 TITLE
:=OMAP Watchdog timer
818 DEPENDS
:=@
(TARGET_omap24xx||TARGET_omap35xx
)
819 KCONFIG
:=CONFIG_OMAP_WATCHDOG
820 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/omap_wdt.ko
821 AUTOLOAD
:=$(call AutoLoad
,50,omap_wdt.ko
)
824 define KernelPackage
/wdt-omap
/description
825 Kernel module for TI omap watchdog timer.
828 $(eval
$(call KernelPackage
,wdt-omap
))
831 define KernelPackage
/wdt-orion
832 SUBMENU
:=$(OTHER_MENU
)
833 TITLE
:=Marvell Orion Watchdog timer
834 DEPENDS
:=@TARGET_orion
835 KCONFIG
:=CONFIG_ORION_WATCHDOG
836 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/orion_wdt.ko
837 AUTOLOAD
:=$(call AutoLoad
,50,orion_wdt
)
840 define KernelPackage
/wdt-orion
/description
841 Kernel module for Marvell orion watchdog timer.
844 $(eval
$(call KernelPackage
,wdt-orion
))
847 define KernelPackage
/wdt-sc520
848 SUBMENU
:=$(OTHER_MENU
)
849 TITLE
:=Natsemi SC520 Watchdog support
851 KCONFIG
:=CONFIG_SC520_WDT
852 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/sc520_wdt.ko
853 AUTOLOAD
:=$(call AutoLoad
,50,sc520_wdt
)
856 define KernelPackage
/wdt-sc520
/description
857 Kernel module for SC520 Watchdog
860 $(eval
$(call KernelPackage
,wdt-sc520
))
863 define KernelPackage
/wdt-scx200
864 SUBMENU
:=$(OTHER_MENU
)
865 TITLE
:=Natsemi SCX200 Watchdog support
867 KCONFIG
:=CONFIG_SCx200_WDT
868 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/scx200_wdt.ko
869 AUTOLOAD
:=$(call AutoLoad
,50,scx200_wdt
)
872 define KernelPackage
/wdt-scx200
/description
873 Kernel module for SCX200 Watchdog
876 $(eval
$(call KernelPackage
,wdt-scx200
))
878 define KernelPackage
/pwm
879 SUBMENU
:=$(OTHER_MENU
)
880 TITLE
:=PWM generic API
881 KCONFIG
:=CONFIG_GENERIC_PWM
882 FILES
:=$(LINUX_DIR
)/drivers
/pwm
/pwm.ko
883 AUTOLOAD
:=$(call AutoLoad
,50,pwm
)
886 define KernelPackage
/pwm
/description
887 Kernel module that implement a generic PWM API
890 $(eval
$(call KernelPackage
,pwm
))
893 define KernelPackage
/pwm-gpio
894 SUBMENU
:=$(OTHER_MENU
)
897 KCONFIG
:=CONFIG_GPIO_PWM
898 FILES
:=$(LINUX_DIR
)/drivers
/pwm
/gpio-pwm.ko
899 AUTOLOAD
:=$(call AutoLoad
,51,gpio-pwm
)
902 define KernelPackage
/pwm-gpio
/description
903 Kernel module to models a single-channel PWM device using a timer and a GPIO pin
906 $(eval
$(call KernelPackage
,pwm-gpio
))
908 define KernelPackage
/rtc-core
909 SUBMENU
:=$(OTHER_MENU
)
910 TITLE
:=Real Time Clock class support
911 KCONFIG
:=CONFIG_RTC_CLASS
912 FILES
:=$(LINUX_DIR
)/drivers
/rtc
/rtc-core.
$(LINUX_KMOD_SUFFIX
)
913 AUTOLOAD
:=$(call AutoLoad
,29,rtc-core
)
916 define KernelPackage
/rtc-core
/description
917 Generic RTC class support.
920 $(eval
$(call KernelPackage
,rtc-core
))
922 define KernelPackage
/rtc-pcf8563
923 SUBMENU
:=$(OTHER_MENU
)
924 TITLE
:=Philips PCF8563
/Epson RTC8564 RTC support
925 DEPENDS
:=+kmod-rtc-core
926 KCONFIG
:=CONFIG_RTC_DRV_PCF8563
927 FILES
:=$(LINUX_DIR
)/drivers
/rtc
/rtc-pcf8563.
$(LINUX_KMOD_SUFFIX
)
928 AUTOLOAD
:=$(call AutoLoad
,30,rtc-pcf8563
)
931 define KernelPackage
/rtc-pcf8563
/description
932 Kernel module for Philips PCF8563 RTC chip.
933 The Epson RTC8564 should work
as well.
936 $(eval
$(call KernelPackage
,rtc-pcf8563
))
939 define KernelPackage
/n810bm
940 SUBMENU
:=$(OTHER_MENU
)
941 TITLE
:=Nokia N810 battery management driver
942 DEPENDS
:=@TARGET_omap24xx
943 KCONFIG
:=CONFIG_N810BM
944 FILES
:=$(LINUX_DIR
)/drivers
/cbus
/n810bm.
$(LINUX_KMOD_SUFFIX
)
945 AUTOLOAD
:=$(call AutoLoad
,01,n810bm
)
948 define KernelPackage
/n810bm
/description
949 Nokia N810 battery management driver.
950 Controls battery power management and battery charging.
953 $(eval
$(call KernelPackage
,n810bm
))