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
/cpu-msr
59 SUBMENU
:=$(OTHER_MENU
)
60 TITLE
:=x86 CPU MSR support
62 KCONFIG
:=CONFIG_X86_MSR
63 FILES
:=$(LINUX_DIR
)/arch
/x86
/kernel
/msr.
$(LINUX_KMOD_SUFFIX
)
64 AUTOLOAD
:=$(call AutoLoad
,20,msr
)
67 define KernelPackage
/cpu-msr
/description
68 Kernel module for Model Specific Registers support in x86 CPUs
71 $(eval
$(call KernelPackage
,cpu-msr
))
74 define KernelPackage
/crc-ccitt
75 SUBMENU
:=$(OTHER_MENU
)
76 TITLE
:=CRC-CCITT support
77 KCONFIG
:=CONFIG_CRC_CCITT
78 FILES
:=$(LINUX_DIR
)/lib
/crc-ccitt.ko
79 AUTOLOAD
:=$(call AutoLoad
,20,crc-ccitt
)
82 define KernelPackage
/crc-ccitt
/description
83 Kernel module for CRC-CCITT support
86 $(eval
$(call KernelPackage
,crc-ccitt
))
89 define KernelPackage
/crc-itu-t
90 SUBMENU
:=$(OTHER_MENU
)
91 TITLE
:=CRC ITU-T V
.41 support
92 KCONFIG
:=CONFIG_CRC_ITU_T
93 FILES
:=$(LINUX_DIR
)/lib
/crc-itu-t.ko
94 AUTOLOAD
:=$(call AutoLoad
,20,crc-itu-t
)
97 define KernelPackage
/crc-itu-t
/description
98 Kernel module for CRC ITU-T V
.41 support
101 $(eval
$(call KernelPackage
,crc-itu-t
))
104 define KernelPackage
/crc7
105 SUBMENU
:=$(OTHER_MENU
)
108 FILES
:=$(LINUX_DIR
)/lib
/crc7.ko
109 AUTOLOAD
:=$(call AutoLoad
,20,crc7
)
112 define KernelPackage
/crc7
/description
113 Kernel module for CRC7 support
116 $(eval
$(call KernelPackage
,crc7
))
119 define KernelPackage
/crc16
120 SUBMENU
:=$(OTHER_MENU
)
122 KCONFIG
:=CONFIG_CRC16
123 FILES
:=$(LINUX_DIR
)/lib
/crc16.ko
124 AUTOLOAD
:=$(call AutoLoad
,20,crc16
,1)
125 $(call SetDepends
/crc16
)
128 define KernelPackage
/crc16
/description
129 Kernel module for CRC16 support
132 $(eval
$(call KernelPackage
,crc16
))
135 define KernelPackage
/libcrc32c
136 SUBMENU
:=$(OTHER_MENU
)
137 TITLE
:=CRC32 library support
138 KCONFIG
:=CONFIG_LIBCRC32C
139 DEPENDS
:=+kmod-crypto-core
+kmod-crypto-misc
140 FILES
:=$(LINUX_DIR
)/lib
/libcrc32c.ko
141 AUTOLOAD
:=$(call AutoLoad
,20,crc32c libcrc32c
,1)
144 define KernelPackage
/libcrc32c
/description
145 Kernel module for CRC32 support
148 $(eval
$(call KernelPackage
,libcrc32c
))
151 define KernelPackage
/eeprom-93cx6
152 SUBMENU
:=$(OTHER_MENU
)
153 TITLE
:=EEPROM
93CX6 support
154 KCONFIG
:=CONFIG_EEPROM_93CX6
155 FILES
:=$(LINUX_DIR
)/drivers
/misc
/eeprom
/eeprom_93cx6.ko
156 AUTOLOAD
:=$(call AutoLoad
,20,eeprom_93cx6
)
159 define KernelPackage
/eeprom-93cx6
/description
160 Kernel module for EEPROM
93CX6 support
163 $(eval
$(call KernelPackage
,eeprom-93cx6
))
166 define KernelPackage
/gpio-cs5535
167 SUBMENU
:=$(OTHER_MENU
)
168 TITLE
:=AMD CS5535
/CS5536 GPIO driver
170 KCONFIG
:=CONFIG_CS5535_GPIO
171 FILES
:=$(LINUX_DIR
)/drivers
/char
/cs5535_gpio.ko
172 AUTOLOAD
:=$(call AutoLoad
,50,cs5535_gpio
)
175 define KernelPackage
/gpio-cs5535
/description
176 This package contains the AMD CS5535
/CS5536 GPIO driver
179 $(eval
$(call KernelPackage
,gpio-cs5535
))
182 define KernelPackage
/gpio-cs5535-new
183 SUBMENU
:=$(OTHER_MENU
)
184 TITLE
:=AMD CS5535
/CS5536 GPIO driver with improved sysfs support
186 ifeq ($(strip $(call CompareKernelPatchVer
,$(KERNEL_PATCHVER
),ge
,2.6.33)),1)
187 KCONFIG
:=CONFIG_GPIO_CS5535 CONFIG_PCI CONFIG_GPIOLIB
188 FILES
:=$(LINUX_DIR
)/drivers
/gpio
/cs5535-gpio.ko
189 AUTOLOAD
:=$(call AutoLoad
,50,cs5535-gpio
)
193 define KernelPackage
/gpio-cs5535-new
/description
194 This package contains the new AMD CS5535
/CS5536 GPIO driver
197 $(eval
$(call KernelPackage
,gpio-cs5535-new
))
200 define KernelPackage
/gpio-dev
201 SUBMENU
:=$(OTHER_MENU
)
202 TITLE
:=Generic GPIO char device support
203 DEPENDS
:=@GPIO_SUPPORT
204 KCONFIG
:=CONFIG_GPIO_DEVICE
205 FILES
:=$(LINUX_DIR
)/drivers
/char
/gpio_dev.ko
206 AUTOLOAD
:=$(call AutoLoad
,40,gpio_dev
)
209 define KernelPackage
/gpio-dev
/description
210 Kernel module to allows control of GPIO pins using a character device.
213 $(eval
$(call KernelPackage
,gpio-dev
))
216 define KernelPackage
/gpio-nsc
217 SUBMENU
:=$(OTHER_MENU
)
218 TITLE
:=Natsemi GPIO support
220 KCONFIG
:=CONFIG_NSC_GPIO
221 FILES
:=$(LINUX_DIR
)/drivers
/char
/nsc_gpio.ko
222 AUTOLOAD
:=$(call AutoLoad
,40,nsc_gpio
)
225 define KernelPackage
/gpio-nsc
/description
226 Kernel module for Natsemi GPIO
229 $(eval
$(call KernelPackage
,gpio-nsc
))
232 define KernelPackage
/gpio-pc8736x
233 SUBMENU
:=$(OTHER_MENU
)
234 TITLE
:=PC8736x GPIO support
236 KCONFIG
:=CONFIG_PC8736x_GPIO
237 FILES
:=$(LINUX_DIR
)/drivers
/char
/pc8736x_gpio.ko
238 AUTOLOAD
:=$(call AutoLoad
,40,pc8736x_gpio
)
241 define KernelPackage
/gpio-pc8736x
/description
242 Kernel module for PC8736x GPIO
245 $(eval
$(call KernelPackage
,gpio-pc8736x
))
248 define KernelPackage
/gpio-scx200
249 SUBMENU
:=$(OTHER_MENU
)
250 TITLE
:=Natsemi SCX200 GPIO support
251 DEPENDS
:=@TARGET_x86
+kmod-gpio-nsc
252 KCONFIG
:=CONFIG_SCx200_GPIO
253 FILES
:=$(LINUX_DIR
)/drivers
/char
/scx200_gpio.ko
254 AUTOLOAD
:=$(call AutoLoad
,50,scx200_gpio
)
257 define KernelPackage
/gpio-scx200
/description
258 Kernel module for SCX200 GPIO
261 $(eval
$(call KernelPackage
,gpio-scx200
))
263 define KernelPackage
/gpio-nxp-74hc164
264 SUBMENU
:=$(OTHER_MENU
)
265 TITLE
:=NXP
74HC164 GPIO expander support
266 DEPENDS
:=@TARGET_brcm63xx
267 KCONFIG
:=CONFIG_GPIO_NXP_74HC164
268 FILES
:=$(LINUX_DIR
)/drivers
/gpio
/nxp_74hc164.ko
269 AUTOLOAD
:=$(call AutoLoad
,99,nxp_74hc164
)
272 define KernelPackage
/gpio-nxp-74hc164
/description
273 Kernel module for NXP
74HC164 GPIO expander
276 $(eval
$(call KernelPackage
,gpio-nxp-74hc164
))
278 define KernelPackage
/hid
279 SUBMENU
:=$(OTHER_MENU
)
281 DEPENDS
:=+kmod-input-evdev
283 FILES
:=$(LINUX_DIR
)/drivers
/hid
/hid.ko
284 AUTOLOAD
:=$(call AutoLoad
,61,hid
)
285 $(call SetDepends
/hid
)
286 $(call AddDepends
/input
)
289 define KernelPackage
/hid
/description
290 Kernel modules for HID devices
293 $(eval
$(call KernelPackage
,hid
))
296 define KernelPackage
/input-core
297 SUBMENU
:=$(OTHER_MENU
)
298 TITLE
:=Input device core
299 KCONFIG
:=CONFIG_INPUT
300 $(call SetDepends
/input
)
301 FILES
:=$(LINUX_DIR
)/drivers
/input
/input-core.ko
302 AUTOLOAD
:=$(call AutoLoad
,19,input-core
)
305 define KernelPackage
/input-core
/description
306 Kernel modules for support of input device
309 $(eval
$(call KernelPackage
,input-core
))
312 define KernelPackage
/input-evdev
313 SUBMENU
:=$(OTHER_MENU
)
314 TITLE
:=Input event device
315 KCONFIG
:=CONFIG_INPUT_EVDEV
316 FILES
:=$(LINUX_DIR
)/drivers
/input
/evdev.ko
317 AUTOLOAD
:=$(call AutoLoad
,60,evdev
)
318 $(call AddDepends
/input
)
321 define KernelPackage
/input-evdev
/description
322 Kernel modules for support of input device events
325 $(eval
$(call KernelPackage
,input-evdev
))
328 define KernelPackage
/input-gpio-buttons
329 SUBMENU
:=$(OTHER_MENU
)
330 TITLE
:=Polled GPIO buttons input device
331 DEPENDS
:=@GPIO_SUPPORT
+kmod-input-polldev
333 CONFIG_INPUT_GPIO_BUTTONS \
335 FILES
:=$(LINUX_DIR
)/drivers
/input
/misc
/gpio_buttons.ko
336 AUTOLOAD
:=$(call AutoLoad
,62,gpio_buttons
)
339 define KernelPackage
/input-gpio-buttons
/description
340 Kernel module for support polled GPIO buttons input device
343 $(eval
$(call KernelPackage
,input-gpio-buttons
))
346 define KernelPackage
/input-gpio-keys
347 SUBMENU
:=$(OTHER_MENU
)
348 TITLE
:=GPIO key support
349 DEPENDS
:= @GPIO_SUPPORT
351 CONFIG_KEYBOARD_GPIO \
352 CONFIG_INPUT_KEYBOARD
=y
353 FILES
:=$(LINUX_DIR
)/drivers
/input
/keyboard
/gpio_keys.ko
354 AUTOLOAD
:=$(call AutoLoad
,60,gpio_keys
)
355 $(call AddDepends
/input
)
358 define KernelPackage
/input-gpio-keys
/description
359 This driver implements support for buttons connected
360 to GPIO pins of various CPUs
(and some other chips
).
363 $(eval
$(call KernelPackage
,input-gpio-keys
))
366 define KernelPackage
/input-gpio-encoder
367 SUBMENU
:=$(OTHER_MENU
)
368 TITLE
:=GPIO rotay encoder
369 KCONFIG
:=CONFIG_INPUT_GPIO_ROTARY_ENCODER
370 FILES
:=$(LINUX_DIR
)/drivers
/input
/misc
/rotary_encoder.ko
371 AUTOLOAD
:=$(call AutoLoad
,62,rotary_encoder
)
372 $(call AddDepends
/input
,@GPIO_SUPPORT
)
375 define KernelPackage
/gpio-encoder
/description
376 Kernel module to use rotary encoders connected to GPIO pins
379 $(eval
$(call KernelPackage
,input-gpio-encoder
))
382 define KernelPackage
/input-joydev
383 SUBMENU
:=$(OTHER_MENU
)
384 TITLE
:=Joystick device support
385 KCONFIG
:=CONFIG_INPUT_JOYDEV
386 FILES
:=$(LINUX_DIR
)/drivers
/input
/joydev.ko
387 AUTOLOAD
:=$(call AutoLoad
,62,joydev
)
388 $(call AddDepends
/input
)
391 define KernelPackage
/input-joydev
/description
392 Kernel module for joystick support
395 $(eval
$(call KernelPackage
,input-joydev
))
398 define KernelPackage
/input-polldev
399 SUBMENU
:=$(OTHER_MENU
)
400 TITLE
:=Polled Input device support
401 KCONFIG
:=CONFIG_INPUT_POLLDEV
402 FILES
:=$(LINUX_DIR
)/drivers
/input
/input-polldev.ko
403 AUTOLOAD
:=$(call AutoLoad
,20,input-polldev
)
404 $(call AddDepends
/input
)
407 define KernelPackage
/input-polldev
/description
408 Kernel module for support of polled input devices
411 $(eval
$(call KernelPackage
,input-polldev
))
414 define KernelPackage
/leds-alix
415 SUBMENU
:=$(OTHER_MENU
)
416 TITLE
:=PCengines ALIX LED support
418 KCONFIG
:=CONFIG_LEDS_ALIX2
419 FILES
:=$(LINUX_DIR
)/drivers
/leds
/leds-alix2.ko
420 AUTOLOAD
:=$(call AutoLoad
,50,leds-alix2
)
423 define KernelPackage
/leds-alix
/description
424 Kernel module for PCengines ALIX LEDs
427 $(eval
$(call KernelPackage
,leds-alix
))
430 define KernelPackage
/leds-gpio
431 SUBMENU
:=$(OTHER_MENU
)
432 TITLE
:=GPIO LED support
433 DEPENDS
:= @GPIO_SUPPORT
434 KCONFIG
:=CONFIG_LEDS_GPIO
435 FILES
:=$(LINUX_DIR
)/drivers
/leds
/leds-gpio.ko
436 AUTOLOAD
:=$(call AutoLoad
,60,leds-gpio
)
439 define KernelPackage
/leds-gpio
/description
440 Kernel module for LEDs on GPIO lines
443 $(eval
$(call KernelPackage
,leds-gpio
))
446 define KernelPackage
/leds-net48xx
447 SUBMENU
:=$(OTHER_MENU
)
448 TITLE
:=Soekris Net48xx LED support
449 DEPENDS
:=@TARGET_x86
+kmod-gpio-scx200
450 KCONFIG
:=CONFIG_LEDS_NET48XX
451 FILES
:=$(LINUX_DIR
)/drivers
/leds
/leds-net48xx.ko
452 AUTOLOAD
:=$(call AutoLoad
,50,leds-net48xx
)
455 define KernelPackage
/leds-net48xx
/description
456 Kernel module for Soekris Net48xx LEDs
459 $(eval
$(call KernelPackage
,leds-net48xx
))
461 define KernelPackage
/leds-net5501
462 SUBMENU
:=$(OTHER_MENU
)
463 TITLE
:=Soekris Net5501 LED support
464 DEPENDS
:=@TARGET_x86
+kmod-gpio-cs5535
+kmod-leds-gpio
465 KCONFIG
:=CONFIG_LEDS_NET5501
466 FILES
:=$(LINUX_DIR
)/drivers
/leds
/leds-net5501.ko
467 AUTOLOAD
:=$(call AutoLoad
,50,leds-net5501
)
470 define KernelPackage
/leds-net5501
/description
471 Kernel module for Soekris Net5501 LEDs
474 $(eval
$(call KernelPackage
,leds-net5501
))
477 define KernelPackage
/leds-rb750
478 SUBMENU
:=$(OTHER_MENU
)
479 TITLE
:=RouterBOARD
750 LED support
480 DEPENDS
:=@TARGET_ar71xx
481 KCONFIG
:=CONFIG_LEDS_RB750
482 FILES
:=$(LINUX_DIR
)/drivers
/leds
/leds-rb750.ko
483 AUTOLOAD
:=$(call AutoLoad
,60,leds-rb750
)
486 define KernelPackage
/leds-rb750
/description
487 Kernel module for the LEDs on the MikroTik RouterBOARD
750.
490 $(eval
$(call KernelPackage
,leds-rb750
))
493 define KernelPackage
/leds-wndr3700-usb
494 SUBMENU
:=$(OTHER_MENU
)
495 TITLE
:=WNDR3700 USB LED support
496 DEPENDS
:=@TARGET_ar71xx
497 KCONFIG
:=CONFIG_LEDS_WNDR3700_USB
498 FILES
:=$(LINUX_DIR
)/drivers
/leds
/leds-wndr3700-usb.ko
499 AUTOLOAD
:=$(call AutoLoad
,60,leds-wndr3700-usb
)
502 define KernelPackage
/leds-wndr3700-usb
/description
503 Kernel module for the USB LED on the NETGWR WNDR3700 board.
506 $(eval
$(call KernelPackage
,leds-wndr3700-usb
))
509 define KernelPackage
/leds-wrap
510 SUBMENU
:=$(OTHER_MENU
)
511 TITLE
:=PCengines WRAP LED support
512 DEPENDS
:=@TARGET_x86
+kmod-gpio-scx200
513 KCONFIG
:=CONFIG_LEDS_WRAP
514 FILES
:=$(LINUX_DIR
)/drivers
/leds
/leds-wrap.ko
515 AUTOLOAD
:=$(call AutoLoad
,50,leds-wrap
)
518 define KernelPackage
/leds-wrap
/description
519 Kernel module for PCengines WRAP LEDs
522 $(eval
$(call KernelPackage
,leds-wrap
))
525 define KernelPackage
/ledtrig-gpio
526 SUBMENU
:=$(OTHER_MENU
)
527 TITLE
:=LED GPIO Trigger
528 KCONFIG
:=CONFIG_LEDS_TRIGGER_GPIO
529 FILES
:=$(LINUX_DIR
)/drivers
/leds
/ledtrig-gpio.ko
530 AUTOLOAD
:=$(call AutoLoad
,50,ledtrig-gpio
)
533 define KernelPackage
/ledtrig-gpio
/description
534 Kernel module that allows LEDs to be controlled by gpio events.
537 $(eval
$(call KernelPackage
,ledtrig-gpio
))
540 define KernelPackage
/ledtrig-morse
541 SUBMENU
:=$(OTHER_MENU
)
542 TITLE
:=LED Morse Trigger
543 KCONFIG
:=CONFIG_LEDS_TRIGGER_MORSE
544 FILES
:=$(LINUX_DIR
)/drivers
/leds
/ledtrig-morse.ko
545 AUTOLOAD
:=$(call AutoLoad
,50,ledtrig-morse
)
548 define KernelPackage
/ledtrig-morse
/description
549 Kernel module to show morse coded messages on LEDs.
552 $(eval
$(call KernelPackage
,ledtrig-morse
))
555 define KernelPackage
/ledtrig-netdev
556 SUBMENU
:=$(OTHER_MENU
)
557 TITLE
:=LED NETDEV Trigger
558 KCONFIG
:=CONFIG_LEDS_TRIGGER_NETDEV
559 FILES
:=$(LINUX_DIR
)/drivers
/leds
/ledtrig-netdev.ko
560 AUTOLOAD
:=$(call AutoLoad
,50,ledtrig-netdev
)
563 define KernelPackage
/ledtrig-netdev
/description
564 Kernel module to drive LEDs based on network activity.
567 $(eval
$(call KernelPackage
,ledtrig-netdev
))
570 define KernelPackage
/ledtrig-netfilter
571 SUBMENU
:=$(OTHER_MENU
)
572 TITLE
:=LED NetFilter Trigger
573 DEPENDS
:=kmod-ipt-core
574 KCONFIG
:=CONFIG_NETFILTER_XT_TARGET_LED
575 FILES
:=$(LINUX_DIR
)/net
/netfilter
/xt_LED.ko
576 AUTOLOAD
:=$(call AutoLoad
,50,xt_LED
)
579 define KernelPackage
/ledtrig-netfilter
/description
580 Kernel module to flash LED when a particular packets passing through your machine.
582 For example to create an LED trigger for incoming SSH traffic
:
583 iptables
-A INPUT
-p tcp
--dport
22 -j LED
--led-trigger-id ssh
--led-delay
1000
584 Then attach the new trigger to an LED on your system
:
585 echo netfilter-ssh
> /sys
/class
/leds
/<ledname
>/trigger
588 $(eval
$(call KernelPackage
,ledtrig-netfilter
))
590 define KernelPackage
/ledtrig-usbdev
591 SUBMENU
:=$(OTHER_MENU
)
592 TITLE
:=LED USB device Trigger
593 DEPENDS
:=@USB_SUPPORT
+kmod-usb-core
594 KCONFIG
:=CONFIG_LEDS_TRIGGER_USBDEV
595 FILES
:=$(LINUX_DIR
)/drivers
/leds
/ledtrig-usbdev.ko
596 AUTOLOAD
:=$(call AutoLoad
,50,ledtrig-usbdev
)
599 define KernelPackage
/ledtrig-usbdev
/description
600 Kernel module to drive LEDs based on USB device presence
/activity.
603 $(eval
$(call KernelPackage
,ledtrig-usbdev
))
606 define KernelPackage
/lp
607 SUBMENU
:=$(OTHER_MENU
)
608 TITLE
:=Parallel port and line printer support
615 $(LINUX_DIR
)/drivers
/parport
/parport.ko \
616 $(LINUX_DIR
)/drivers
/char
/lp.ko \
617 $(LINUX_DIR
)/drivers
/char
/ppdev.ko
618 AUTOLOAD
:=$(call AutoLoad
,50,parport lp
)
621 $(eval
$(call KernelPackage
,lp
))
624 define KernelPackage
/mmc
625 SUBMENU
:=$(OTHER_MENU
)
626 TITLE
:=MMC
/SD Card Support
631 CONFIG_MMC_UNSAFE_RESUME
=n \
632 CONFIG_MMC_BLOCK_BOUNCE
=y \
634 CONFIG_MMC_TIFM_SD
=n \
638 $(LINUX_DIR
)/drivers
/mmc
/core
/mmc_core.ko \
639 $(LINUX_DIR
)/drivers
/mmc
/card
/mmc_block.ko
640 AUTOLOAD
:=$(call AutoLoad
,90,mmc_core mmc_block
,1)
643 define KernelPackage
/mmc
/description
644 Kernel support for MMC
/SD cards
647 $(eval
$(call KernelPackage
,mmc
))
650 define KernelPackage
/mmc-atmelmci
651 SUBMENU
:=$(OTHER_MENU
)
652 TITLE
:=Amtel MMC Support
653 DEPENDS
:=@TARGET_avr32
+kmod-mmc
654 KCONFIG
:=CONFIG_MMC_ATMELMCI
655 FILES
:=$(LINUX_DIR
)/drivers
/mmc
/host
/atmel-mci.ko
656 AUTOLOAD
:=$(call AutoLoad
,90,atmel-mci
)
659 define KernelPackage
/mmc-atmelmci
/description
660 Kernel support for Atmel Multimedia Card Interface.
663 $(eval
$(call KernelPackage
,mmc-atmelmci
,1))
666 define KernelPackage
/rfkill
667 SUBMENU
:=$(OTHER_MENU
)
668 TITLE
:=RF switch subsystem support
671 CONFIG_RFKILL_INPUT
=y \
673 ifeq ($(CONFIG_LINUX_2_6_30
),)
675 $(LINUX_DIR
)/net
/rfkill
/rfkill.ko
676 AUTOLOAD
:=$(call AutoLoad
,20,rfkill
)
679 $(LINUX_DIR
)/net
/rfkill
/rfkill.ko \
680 $(LINUX_DIR
)/net
/rfkill
/rfkill-input.ko
681 AUTOLOAD
:=$(call AutoLoad
,20,rfkill rfkill-input
)
683 $(call SetDepends
/rfkill
)
686 define KernelPackage
/rfkill
/description
687 Say Y here if you want to have control over RF switches
688 found on many WiFi and Bluetooth cards.
691 $(eval
$(call KernelPackage
,rfkill
))
694 define KernelPackage
/softdog
695 SUBMENU
:=$(OTHER_MENU
)
696 TITLE
:=Software watchdog driver
697 KCONFIG
:=CONFIG_SOFT_WATCHDOG
698 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/softdog.ko
699 AUTOLOAD
:=$(call AutoLoad
,50,softdog
)
702 define KernelPackage
/softdog
/description
703 Software watchdog driver
706 $(eval
$(call KernelPackage
,softdog
))
709 define KernelPackage
/ssb
710 SUBMENU
:=$(OTHER_MENU
)
711 TITLE
:=Silicon Sonics Backplane glue code
712 DEPENDS
:=@PCI_SUPPORT @
!TARGET_brcm47xx @
!TARGET_brcm63xx
715 CONFIG_SSB_B43_PCI_BRIDGE
=y \
716 CONFIG_SSB_DRIVER_MIPS
=n \
717 CONFIG_SSB_DRIVER_PCICORE
=y \
718 CONFIG_SSB_DRIVER_PCICORE_POSSIBLE
=y \
719 CONFIG_SSB_PCIHOST
=y \
720 CONFIG_SSB_PCIHOST_POSSIBLE
=y \
721 CONFIG_SSB_POSSIBLE
=y \
724 FILES
:=$(LINUX_DIR
)/drivers
/ssb
/ssb.ko
725 AUTOLOAD
:=$(call AutoLoad
,29,ssb
)
728 define KernelPackage
/ssb
/description
729 Silicon Sonics Backplane glue code.
732 $(eval
$(call KernelPackage
,ssb
))
735 define KernelPackage
/textsearch
736 SUBMENU
:=$(OTHER_MENU
)
737 TITLE
:=Textsearch support is selected if needed
739 CONFIG_TEXTSEARCH
=y \
740 CONFIG_TEXTSEARCH_KMP \
741 CONFIG_TEXTSEARCH_BM \
742 CONFIG_TEXTSEARCH_FSM
744 $(LINUX_DIR
)/lib
/ts_kmp.ko \
745 $(LINUX_DIR
)/lib
/ts_bm.ko \
746 $(LINUX_DIR
)/lib
/ts_fsm.ko
747 AUTOLOAD
:=$(call AutoLoad
,20,ts_kmp ts_bm ts_fsm
)
750 $(eval
$(call KernelPackage
,textsearch
))
753 define KernelPackage
/wdt-geode
754 SUBMENU
:=$(OTHER_MENU
)
755 TITLE
:=Geode
/LX Watchdog timer
757 KCONFIG
:=CONFIG_GEODE_WDT
758 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/geodewdt.ko
759 AUTOLOAD
:=$(call AutoLoad
,50,geodewdt
)
762 define KernelPackage
/wdt-geode
/description
763 Kernel module for Geode watchdog timer.
766 $(eval
$(call KernelPackage
,wdt-geode
))
769 define KernelPackage
/wdt-omap
770 SUBMENU
:=$(OTHER_MENU
)
771 TITLE
:=OMAP Watchdog timer
772 DEPENDS
:=@
(TARGET_omap24xx||TARGET_omap35xx
)
773 KCONFIG
:=CONFIG_OMAP_WATCHDOG
774 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/omap_wdt.ko
775 AUTOLOAD
:=$(call AutoLoad
,50,omap_wdt.ko
)
778 define KernelPackage
/wdt-omap
/description
779 Kernel module for TI omap watchdog timer.
782 $(eval
$(call KernelPackage
,wdt-omap
))
785 define KernelPackage
/wdt-orion
786 SUBMENU
:=$(OTHER_MENU
)
787 TITLE
:=Marvell Orion Watchdog timer
788 DEPENDS
:=@TARGET_orion
789 KCONFIG
:=CONFIG_ORION_WATCHDOG
790 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/orion_wdt.ko
791 AUTOLOAD
:=$(call AutoLoad
,50,orion_wdt
)
794 define KernelPackage
/wdt-orion
/description
795 Kernel module for Marvell orion watchdog timer.
798 $(eval
$(call KernelPackage
,wdt-orion
))
801 define KernelPackage
/wdt-sc520
802 SUBMENU
:=$(OTHER_MENU
)
803 TITLE
:=Natsemi SC520 Watchdog support
805 KCONFIG
:=CONFIG_SC520_WDT
806 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/sc520_wdt.ko
807 AUTOLOAD
:=$(call AutoLoad
,50,sc520_wdt
)
810 define KernelPackage
/wdt-sc520
/description
811 Kernel module for SC520 Watchdog
814 $(eval
$(call KernelPackage
,wdt-sc520
))
817 define KernelPackage
/wdt-scx200
818 SUBMENU
:=$(OTHER_MENU
)
819 TITLE
:=Natsemi SCX200 Watchdog support
821 KCONFIG
:=CONFIG_SCx200_WDT
822 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/scx200_wdt.ko
823 AUTOLOAD
:=$(call AutoLoad
,50,scx200_wdt
)
826 define KernelPackage
/wdt-scx200
/description
827 Kernel module for SCX200 Watchdog
830 $(eval
$(call KernelPackage
,wdt-scx200
))
832 define KernelPackage
/pwm
833 SUBMENU
:=$(OTHER_MENU
)
834 TITLE
:=PWM generic API
835 KCONFIG
:=CONFIG_GENERIC_PWM
836 FILES
:=$(LINUX_DIR
)/drivers
/pwm
/pwm.ko
837 AUTOLOAD
:=$(call AutoLoad
,50,pwm
)
840 define KernelPackage
/pwm
/description
841 Kernel module that implement a generic PWM API
844 $(eval
$(call KernelPackage
,pwm
))
847 define KernelPackage
/pwm-gpio
848 SUBMENU
:=$(OTHER_MENU
)
851 KCONFIG
:=CONFIG_GPIO_PWM
852 FILES
:=$(LINUX_DIR
)/drivers
/pwm
/gpio-pwm.ko
853 AUTOLOAD
:=$(call AutoLoad
,51,gpio-pwm
)
856 define KernelPackage
/pwm-gpio
/description
857 Kernel module to models a single-channel PWM device using a timer and a GPIO pin
860 $(eval
$(call KernelPackage
,pwm-gpio
))
862 define KernelPackage
/rtc-core
863 SUBMENU
:=$(OTHER_MENU
)
864 TITLE
:=Real Time Clock class support
865 KCONFIG
:=CONFIG_RTC_CLASS
866 FILES
:=$(LINUX_DIR
)/drivers
/rtc
/rtc-core.
$(LINUX_KMOD_SUFFIX
)
867 AUTOLOAD
:=$(call AutoLoad
,29,rtc-core
)
870 define KernelPackage
/rtc-core
/description
871 Generic RTC class support.
874 $(eval
$(call KernelPackage
,rtc-core
))
876 define KernelPackage
/rtc-pcf8563
877 SUBMENU
:=$(OTHER_MENU
)
878 TITLE
:=Philips PCF8563
/Epson RTC8564 RTC support
879 DEPENDS
:=+kmod-rtc-core
880 KCONFIG
:=CONFIG_RTC_DRV_PCF8563
881 FILES
:=$(LINUX_DIR
)/drivers
/rtc
/rtc-pcf8563.
$(LINUX_KMOD_SUFFIX
)
882 AUTOLOAD
:=$(call AutoLoad
,30,rtc-pcf8563
)
885 define KernelPackage
/rtc-pcf8563
/description
886 Kernel module for Philips PCF8563 RTC chip.
887 The Epson RTC8564 should work
as well.
890 $(eval
$(call KernelPackage
,rtc-pcf8563
))
893 define KernelPackage
/n810bm
894 SUBMENU
:=$(OTHER_MENU
)
895 TITLE
:=Nokia N810 battery management driver
896 DEPENDS
:=@TARGET_omap24xx
897 KCONFIG
:=CONFIG_N810BM
898 FILES
:=$(LINUX_DIR
)/drivers
/cbus
/n810bm.
$(LINUX_KMOD_SUFFIX
)
899 AUTOLOAD
:=$(call AutoLoad
,01,n810bm
)
902 define KernelPackage
/n810bm
/description
903 Nokia N810 battery management driver.
904 Controls battery power management and battery charging.
907 $(eval
$(call KernelPackage
,n810bm
))