2 # Copyright (C) 2006-2011 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 \
37 $(call AddDepends
/crc16
)
38 $(call AddDepends
/hid
)
39 $(call AddDepends
/rfkill
)
41 $(LINUX_DIR
)/net
/bluetooth
/bluetooth.ko \
42 $(LINUX_DIR
)/net
/bluetooth
/rfcomm
/rfcomm.ko \
43 $(LINUX_DIR
)/net
/bluetooth
/bnep
/bnep.ko \
44 $(LINUX_DIR
)/net
/bluetooth
/hidp
/hidp.ko \
45 $(LINUX_DIR
)/drivers
/bluetooth
/hci_uart.ko \
46 $(LINUX_DIR
)/drivers
/bluetooth
/btusb.ko
47 ifeq ($(strip $(call CompareKernelPatchVer
,$(KERNEL_PATCHVER
),ge
,2.6.39)),1)
48 AUTOLOAD
:=$(call AutoLoad
,90,bluetooth rfcomm bnep hidp hci_uart btusb
)
51 $(LINUX_DIR
)/net
/bluetooth
/l2cap.ko \
52 $(LINUX_DIR
)/net
/bluetooth
/sco.ko
53 AUTOLOAD
:=$(call AutoLoad
,90,bluetooth l2cap sco rfcomm bnep hidp hci_uart btusb
)
57 define KernelPackage
/bluetooth
/description
58 Kernel support for Bluetooth devices
61 $(eval
$(call KernelPackage
,bluetooth
))
64 define KernelPackage
/bluetooth-hci-h4p
65 SUBMENU
:=$(OTHER_MENU
)
66 TITLE
:=HCI driver with H4 Nokia extensions
67 DEPENDS
:=@TARGET_omap24xx
+kmod-bluetooth
68 KCONFIG
:=CONFIG_BT_HCIH4P
69 FILES
:=$(LINUX_DIR
)/drivers
/bluetooth
/hci_h4p
/hci_h4p.ko
70 AUTOLOAD
:=$(call AutoLoad
,91,hci_h4p
)
73 define KernelPackage
/bluetooth-hci-h4p
/description
74 HCI driver with H4 Nokia extensions
77 $(eval
$(call KernelPackage
,bluetooth-hci-h4p
))
80 define KernelPackage
/cpu-msr
81 SUBMENU
:=$(OTHER_MENU
)
82 TITLE
:=x86 CPU MSR support
84 KCONFIG
:=CONFIG_X86_MSR
85 FILES
:=$(LINUX_DIR
)/arch
/x86
/kernel
/msr.ko
86 AUTOLOAD
:=$(call AutoLoad
,20,msr
)
89 define KernelPackage
/cpu-msr
/description
90 Kernel module for Model Specific Registers support in x86 CPUs
93 $(eval
$(call KernelPackage
,cpu-msr
))
96 define KernelPackage
/eeprom-93cx6
97 SUBMENU
:=$(OTHER_MENU
)
98 TITLE
:=EEPROM
93CX6 support
99 KCONFIG
:=CONFIG_EEPROM_93CX6
100 FILES
:=$(LINUX_DIR
)/drivers
/misc
/eeprom
/eeprom_93cx6.ko
101 AUTOLOAD
:=$(call AutoLoad
,20,eeprom_93cx6
)
104 define KernelPackage
/eeprom-93cx6
/description
105 Kernel module for EEPROM
93CX6 support
108 $(eval
$(call KernelPackage
,eeprom-93cx6
))
111 define KernelPackage
/eeprom-at24
112 SUBMENU
:=$(OTHER_MENU
)
113 TITLE
:=EEPROM AT24 support
114 KCONFIG
:=CONFIG_EEPROM_AT24
115 DEPENDS
:=+kmod-i2c-core
116 FILES
:=$(LINUX_DIR
)/drivers
/misc
/eeprom
/at24.ko
117 AUTOLOAD
:=$(call AutoLoad
,60,at24
)
120 define KernelPackage
/eeprom-at24
/description
121 Kernel module for most I2C EEPROMs
124 $(eval
$(call KernelPackage
,eeprom-at24
))
127 define KernelPackage
/eeprom-at25
128 SUBMENU
:=$(OTHER_MENU
)
129 TITLE
:=EEPROM AT25 support
130 KCONFIG
:=CONFIG_EEPROM_AT25
131 FILES
:=$(LINUX_DIR
)/drivers
/misc
/eeprom
/at25.ko
132 AUTOLOAD
:=$(call AutoLoad
,61,at25
)
135 define KernelPackage
/eeprom-at25
/description
136 Kernel module for most SPI EEPROMs
139 $(eval
$(call KernelPackage
,eeprom-at25
))
142 define KernelPackage
/gpio-cs5535
143 SUBMENU
:=$(OTHER_MENU
)
144 TITLE
:=AMD CS5535
/CS5536 GPIO driver
145 DEPENDS
:=@TARGET_x86 @LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_35||LINUX_2_6_36||LINUX_2_6_37
146 KCONFIG
:=CONFIG_CS5535_GPIO
147 FILES
:=$(LINUX_DIR
)/drivers
/char
/cs5535_gpio.ko
148 AUTOLOAD
:=$(call AutoLoad
,50,cs5535_gpio
)
151 define KernelPackage
/gpio-cs5535
/description
152 This package contains the AMD CS5535
/CS5536 GPIO driver
155 $(eval
$(call KernelPackage
,gpio-cs5535
))
158 define KernelPackage
/gpio-cs5535-new
159 SUBMENU
:=$(OTHER_MENU
)
160 TITLE
:=AMD CS5535
/CS5536 GPIO driver with improved sysfs support
161 DEPENDS
:=@TARGET_x86
+kmod-cs5535-mfd @
!(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32
)
162 KCONFIG
:=CONFIG_GPIO_CS5535
163 FILES
:=$(LINUX_DIR
)/drivers
/gpio
/cs5535-gpio.ko
164 AUTOLOAD
:=$(call AutoLoad
,50,cs5535-gpio
)
167 define KernelPackage
/gpio-cs5535-new
/description
168 This package contains the new AMD CS5535
/CS5536 GPIO driver
171 $(eval
$(call KernelPackage
,gpio-cs5535-new
))
174 define KernelPackage
/gpio-dev
175 SUBMENU
:=$(OTHER_MENU
)
176 TITLE
:=Generic GPIO char device support
177 DEPENDS
:=@GPIO_SUPPORT
178 KCONFIG
:=CONFIG_GPIO_DEVICE
179 FILES
:=$(LINUX_DIR
)/drivers
/char
/gpio_dev.ko
180 AUTOLOAD
:=$(call AutoLoad
,40,gpio_dev
)
183 define KernelPackage
/gpio-dev
/description
184 Kernel module to allows control of GPIO pins using a character device.
187 $(eval
$(call KernelPackage
,gpio-dev
))
190 define KernelPackage
/gpio-nsc
191 SUBMENU
:=$(OTHER_MENU
)
192 TITLE
:=Natsemi GPIO support
194 KCONFIG
:=CONFIG_NSC_GPIO
195 FILES
:=$(LINUX_DIR
)/drivers
/char
/nsc_gpio.ko
196 AUTOLOAD
:=$(call AutoLoad
,40,nsc_gpio
)
199 define KernelPackage
/gpio-nsc
/description
200 Kernel module for Natsemi GPIO
203 $(eval
$(call KernelPackage
,gpio-nsc
))
206 define KernelPackage
/gpio-pc8736x
207 SUBMENU
:=$(OTHER_MENU
)
208 TITLE
:=PC8736x GPIO support
210 KCONFIG
:=CONFIG_PC8736x_GPIO
211 FILES
:=$(LINUX_DIR
)/drivers
/char
/pc8736x_gpio.ko
212 AUTOLOAD
:=$(call AutoLoad
,40,pc8736x_gpio
)
215 define KernelPackage
/gpio-pc8736x
/description
216 Kernel module for PC8736x GPIO
219 $(eval
$(call KernelPackage
,gpio-pc8736x
))
222 define KernelPackage
/gpio-scx200
223 SUBMENU
:=$(OTHER_MENU
)
224 TITLE
:=Natsemi SCX200 GPIO support
225 DEPENDS
:=@TARGET_x86
+kmod-gpio-nsc
226 KCONFIG
:=CONFIG_SCx200_GPIO
227 FILES
:=$(LINUX_DIR
)/drivers
/char
/scx200_gpio.ko
228 AUTOLOAD
:=$(call AutoLoad
,50,scx200_gpio
)
231 define KernelPackage
/gpio-scx200
/description
232 Kernel module for SCX200 GPIO
235 $(eval
$(call KernelPackage
,gpio-scx200
))
237 define KernelPackage
/gpio-nxp-74hc164
238 SUBMENU
:=$(OTHER_MENU
)
239 TITLE
:=NXP
74HC164 GPIO expander support
240 DEPENDS
:=@TARGET_brcm63xx
241 KCONFIG
:=CONFIG_GPIO_NXP_74HC164
242 FILES
:=$(LINUX_DIR
)/drivers
/gpio
/nxp_74hc164.ko
243 AUTOLOAD
:=$(call AutoLoad
,99,nxp_74hc164
)
246 define KernelPackage
/gpio-nxp-74hc164
/description
247 Kernel module for NXP
74HC164 GPIO expander
250 $(eval
$(call KernelPackage
,gpio-nxp-74hc164
))
252 define KernelPackage
/hid
253 SUBMENU
:=$(OTHER_MENU
)
255 DEPENDS
:=+kmod-input-evdev
257 FILES
:=$(LINUX_DIR
)/drivers
/hid
/hid.ko
258 AUTOLOAD
:=$(call AutoLoad
,61,hid
)
259 $(call SetDepends
/hid
)
260 $(call AddDepends
/input
)
263 define KernelPackage
/hid
/description
264 Kernel modules for HID devices
267 $(eval
$(call KernelPackage
,hid
))
270 define KernelPackage
/input-core
271 SUBMENU
:=$(OTHER_MENU
)
272 TITLE
:=Input device core
273 KCONFIG
:=CONFIG_INPUT
274 $(call SetDepends
/input
)
275 FILES
:=$(LINUX_DIR
)/drivers
/input
/input-core.ko
276 AUTOLOAD
:=$(call AutoLoad
,19,input-core
)
279 define KernelPackage
/input-core
/description
280 Kernel modules for support of input device
283 $(eval
$(call KernelPackage
,input-core
))
286 define KernelPackage
/input-evdev
287 SUBMENU
:=$(OTHER_MENU
)
288 TITLE
:=Input event device
289 KCONFIG
:=CONFIG_INPUT_EVDEV
290 FILES
:=$(LINUX_DIR
)/drivers
/input
/evdev.ko
291 AUTOLOAD
:=$(call AutoLoad
,60,evdev
)
292 $(call AddDepends
/input
)
295 define KernelPackage
/input-evdev
/description
296 Kernel modules for support of input device events
299 $(eval
$(call KernelPackage
,input-evdev
))
302 define KernelPackage
/input-gpio-buttons
303 SUBMENU
:=$(OTHER_MENU
)
304 TITLE
:=Polled GPIO buttons input device
305 DEPENDS
:=@GPIO_SUPPORT
+kmod-input-polldev
307 CONFIG_INPUT_GPIO_BUTTONS \
309 FILES
:=$(LINUX_DIR
)/drivers
/input
/misc
/gpio_buttons.ko
310 AUTOLOAD
:=$(call AutoLoad
,62,gpio_buttons
)
313 define KernelPackage
/input-gpio-buttons
/description
314 Kernel module for support polled GPIO buttons input device
317 $(eval
$(call KernelPackage
,input-gpio-buttons
))
320 define KernelPackage
/input-gpio-keys
321 SUBMENU
:=$(OTHER_MENU
)
322 TITLE
:=GPIO key support
323 DEPENDS
:= @GPIO_SUPPORT
325 CONFIG_KEYBOARD_GPIO \
326 CONFIG_INPUT_KEYBOARD
=y
327 FILES
:=$(LINUX_DIR
)/drivers
/input
/keyboard
/gpio_keys.ko
328 AUTOLOAD
:=$(call AutoLoad
,60,gpio_keys
)
329 $(call AddDepends
/input
)
332 define KernelPackage
/input-gpio-keys
/description
333 This driver implements support for buttons connected
334 to GPIO pins of various CPUs
(and some other chips
).
337 $(eval
$(call KernelPackage
,input-gpio-keys
))
340 define KernelPackage
/input-gpio-keys-polled
341 SUBMENU
:=$(OTHER_MENU
)
342 TITLE
:=Polled GPIO key support
343 DEPENDS
:=@GPIO_SUPPORT @
!(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32||LINUX_2_6_34||LINUX_2_6_35||LINUX_2_6_36
) +kmod-input-polldev
345 CONFIG_KEYBOARD_GPIO_POLLED \
346 CONFIG_INPUT_KEYBOARD
=y
347 FILES
:=$(LINUX_DIR
)/drivers
/input
/keyboard
/gpio_keys_polled.ko
348 AUTOLOAD
:=$(call AutoLoad
,62,gpio_keys_polled
)
349 $(call AddDepends
/input
)
352 define KernelPackage
/input-gpio-keys-polled
/description
353 Kernel module for support polled GPIO keys input device
356 $(eval
$(call KernelPackage
,input-gpio-keys-polled
))
359 define KernelPackage
/input-gpio-encoder
360 SUBMENU
:=$(OTHER_MENU
)
361 TITLE
:=GPIO rotay encoder
362 KCONFIG
:=CONFIG_INPUT_GPIO_ROTARY_ENCODER
363 FILES
:=$(LINUX_DIR
)/drivers
/input
/misc
/rotary_encoder.ko
364 AUTOLOAD
:=$(call AutoLoad
,62,rotary_encoder
)
365 $(call AddDepends
/input
,@GPIO_SUPPORT
)
368 define KernelPackage
/gpio-encoder
/description
369 Kernel module to use rotary encoders connected to GPIO pins
372 $(eval
$(call KernelPackage
,input-gpio-encoder
))
375 define KernelPackage
/input-joydev
376 SUBMENU
:=$(OTHER_MENU
)
377 TITLE
:=Joystick device support
378 KCONFIG
:=CONFIG_INPUT_JOYDEV
379 FILES
:=$(LINUX_DIR
)/drivers
/input
/joydev.ko
380 AUTOLOAD
:=$(call AutoLoad
,62,joydev
)
381 $(call AddDepends
/input
)
384 define KernelPackage
/input-joydev
/description
385 Kernel module for joystick support
388 $(eval
$(call KernelPackage
,input-joydev
))
391 define KernelPackage
/input-polldev
392 SUBMENU
:=$(OTHER_MENU
)
393 TITLE
:=Polled Input device support
394 KCONFIG
:=CONFIG_INPUT_POLLDEV
395 FILES
:=$(LINUX_DIR
)/drivers
/input
/input-polldev.ko
396 AUTOLOAD
:=$(call AutoLoad
,20,input-polldev
)
397 $(call AddDepends
/input
)
400 define KernelPackage
/input-polldev
/description
401 Kernel module for support of polled input devices
404 $(eval
$(call KernelPackage
,input-polldev
))
407 define KernelPackage
/lp
408 SUBMENU
:=$(OTHER_MENU
)
409 TITLE
:=Parallel port and line printer support
416 $(LINUX_DIR
)/drivers
/parport
/parport.ko \
417 $(LINUX_DIR
)/drivers
/char
/lp.ko \
418 $(LINUX_DIR
)/drivers
/char
/ppdev.ko
419 AUTOLOAD
:=$(call AutoLoad
,50,parport lp
)
422 $(eval
$(call KernelPackage
,lp
))
425 define KernelPackage
/mmc
426 SUBMENU
:=$(OTHER_MENU
)
427 TITLE
:=MMC
/SD Card Support
432 CONFIG_MMC_UNSAFE_RESUME
=n \
433 CONFIG_MMC_BLOCK_BOUNCE
=y \
435 CONFIG_MMC_TIFM_SD
=n \
439 $(LINUX_DIR
)/drivers
/mmc
/core
/mmc_core.ko \
440 $(LINUX_DIR
)/drivers
/mmc
/card
/mmc_block.ko
441 AUTOLOAD
:=$(call AutoLoad
,90,mmc_core mmc_block
,1)
444 define KernelPackage
/mmc
/description
445 Kernel support for MMC
/SD cards
448 $(eval
$(call KernelPackage
,mmc
))
451 define KernelPackage
/mmc-atmelmci
452 SUBMENU
:=$(OTHER_MENU
)
453 TITLE
:=Amtel MMC Support
454 DEPENDS
:=@TARGET_avr32
+kmod-mmc
455 KCONFIG
:=CONFIG_MMC_ATMELMCI
456 FILES
:=$(LINUX_DIR
)/drivers
/mmc
/host
/atmel-mci.ko
457 AUTOLOAD
:=$(call AutoLoad
,90,atmel-mci
)
460 define KernelPackage
/mmc-atmelmci
/description
461 Kernel support for Atmel Multimedia Card Interface.
464 $(eval
$(call KernelPackage
,mmc-atmelmci
,1))
467 define KernelPackage
/oprofile
468 SUBMENU
:=$(OTHER_MENU
)
469 TITLE
:=OProfile profiling support
470 KCONFIG
:=CONFIG_OPROFILE
471 FILES
:=$(LINUX_DIR
)/arch
/$(LINUX_KARCH
)/oprofile
/oprofile.ko
472 DEPENDS
:=@KERNEL_PROFILING
475 define KernelPackage
/oprofile
/description
476 Kernel module for support for oprofile system profiling.
479 $(eval
$(call KernelPackage
,oprofile
))
482 define KernelPackage
/rfkill
483 SUBMENU
:=$(OTHER_MENU
)
484 TITLE
:=RF switch subsystem support
487 CONFIG_RFKILL_INPUT
=y \
489 ifeq ($(CONFIG_LINUX_2_6_30
),)
491 $(LINUX_DIR
)/net
/rfkill
/rfkill.ko
492 AUTOLOAD
:=$(call AutoLoad
,20,rfkill
)
495 $(LINUX_DIR
)/net
/rfkill
/rfkill.ko \
496 $(LINUX_DIR
)/net
/rfkill
/rfkill-input.ko
497 AUTOLOAD
:=$(call AutoLoad
,20,rfkill rfkill-input
)
499 $(call SetDepends
/rfkill
)
502 define KernelPackage
/rfkill
/description
503 Say Y here if you want to have control over RF switches
504 found on many WiFi and Bluetooth cards.
507 $(eval
$(call KernelPackage
,rfkill
))
510 define KernelPackage
/softdog
511 SUBMENU
:=$(OTHER_MENU
)
512 TITLE
:=Software watchdog driver
513 KCONFIG
:=CONFIG_SOFT_WATCHDOG
514 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/softdog.ko
515 AUTOLOAD
:=$(call AutoLoad
,50,softdog
)
518 define KernelPackage
/softdog
/description
519 Software watchdog driver
522 $(eval
$(call KernelPackage
,softdog
))
525 define KernelPackage
/ssb
526 SUBMENU
:=$(OTHER_MENU
)
527 TITLE
:=Silicon Sonics Backplane glue code
528 DEPENDS
:=@PCI_SUPPORT @
!TARGET_brcm47xx @
!TARGET_brcm63xx
531 CONFIG_SSB_B43_PCI_BRIDGE
=y \
532 CONFIG_SSB_DRIVER_MIPS
=n \
533 CONFIG_SSB_DRIVER_PCICORE
=y \
534 CONFIG_SSB_DRIVER_PCICORE_POSSIBLE
=y \
535 CONFIG_SSB_PCIHOST
=y \
536 CONFIG_SSB_PCIHOST_POSSIBLE
=y \
537 CONFIG_SSB_POSSIBLE
=y \
540 FILES
:=$(LINUX_DIR
)/drivers
/ssb
/ssb.ko
541 AUTOLOAD
:=$(call AutoLoad
,29,ssb
)
544 define KernelPackage
/ssb
/description
545 Silicon Sonics Backplane glue code.
548 $(eval
$(call KernelPackage
,ssb
))
551 define KernelPackage
/bcma
552 SUBMENU
:=$(OTHER_MENU
)
554 DEPENDS
:=@PCI_SUPPORT @
!TARGET_brcm47xx
557 CONFIG_BCMA_POSSIBLE
=y \
558 CONFIG_BCMA_BLOCKIO
=y \
559 CONFIG_BCMA_HOST_PCI_POSSIBLE
=y \
560 CONFIG_BCMA_HOST_PCI
=y \
561 CONFIG_BCMA_DRIVER_PCI_HOSTMODE
=n \
563 FILES
:=$(LINUX_DIR
)/drivers
/bcma
/bcma.ko
564 AUTOLOAD
:=$(call AutoLoad
,29,bcma
)
567 define KernelPackage
/bcma
/description
568 Bus driver for Broadcom specific Advanced Microcontroller Bus Architecture.
571 $(eval
$(call KernelPackage
,bcma
))
574 define KernelPackage
/wdt-geode
575 SUBMENU
:=$(OTHER_MENU
)
576 TITLE
:=Geode
/LX Watchdog timer
577 DEPENDS
:=@TARGET_x86
+kmod-cs5535-mfgpt
578 KCONFIG
:=CONFIG_GEODE_WDT
579 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/geodewdt.ko
580 AUTOLOAD
:=$(call AutoLoad
,50,geodewdt
)
583 define KernelPackage
/wdt-geode
/description
584 Kernel module for Geode watchdog timer.
587 $(eval
$(call KernelPackage
,wdt-geode
))
590 define KernelPackage
/cs5535-clockevt
591 SUBMENU
:=$(OTHER_MENU
)
592 TITLE
:=CS5535
/CS5536 high-res timer
(MFGPT
) events
593 DEPENDS
:=@TARGET_x86
+kmod-cs5535-mfgpt
594 KCONFIG
:=CONFIG_CS5535_CLOCK_EVENT_SRC
595 FILES
:=$(LINUX_DIR
)/drivers
/clocksource
/cs5535-clockevt.ko
596 AUTOLOAD
:=$(call AutoLoad
,50,cs5535-clockevt
)
599 define KernelPackage
/cs5535-clockevt
/description
600 Kernel module for CS5535
/6 high-res clock event source
603 $(eval
$(call KernelPackage
,cs5535-clockevt
))
606 define KernelPackage
/cs5535-mfgpt
607 SUBMENU
:=$(OTHER_MENU
)
608 TITLE
:=CS5535
/6 Multifunction General Purpose Timer
609 DEPENDS
:=@TARGET_x86
+kmod-cs5535-mfd
610 KCONFIG
:=CONFIG_CS5535_MFGPT
611 FILES
:=$(LINUX_DIR
)/drivers
/misc
/cs5535-mfgpt.ko
612 AUTOLOAD
:=$(call AutoLoad
,45,cs5535-mfgpt
)
615 define KernelPackage
/cs5535-mfgpt
/description
616 Kernel module for CS5535
/6 multifunction general purpose timer.
619 $(eval
$(call KernelPackage
,cs5535-mfgpt
))
622 define KernelPackage
/cs5535-mfd
623 SUBMENU
:=$(OTHER_MENU
)
624 TITLE
:=CS5535
/6 Multifunction General Purpose Driver
626 KCONFIG
:=CONFIG_MFD_CS5535
628 $(LINUX_DIR
)/drivers
/mfd
/mfd-core.ko \
629 $(LINUX_DIR
)/drivers
/mfd
/cs5535-mfd.ko
630 AUTOLOAD
:=$(call AutoLoad
,44,mfd-core cs5535-mfd
)
633 define KernelPackage
/cs5535-mfd
/description
634 Core driver for CS5535
/CS5536 MFD functions.
637 $(eval
$(call KernelPackage
,cs5535-mfd
))
640 define KernelPackage
/wdt-omap
641 SUBMENU
:=$(OTHER_MENU
)
642 TITLE
:=OMAP Watchdog timer
643 DEPENDS
:=@
(TARGET_omap24xx||TARGET_omap35xx
)
644 KCONFIG
:=CONFIG_OMAP_WATCHDOG
645 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/omap_wdt.ko
646 AUTOLOAD
:=$(call AutoLoad
,50,omap_wdt.ko
)
649 define KernelPackage
/wdt-omap
/description
650 Kernel module for TI omap watchdog timer.
653 $(eval
$(call KernelPackage
,wdt-omap
))
656 define KernelPackage
/wdt-orion
657 SUBMENU
:=$(OTHER_MENU
)
658 TITLE
:=Marvell Orion Watchdog timer
659 DEPENDS
:=@TARGET_orion
660 KCONFIG
:=CONFIG_ORION_WATCHDOG
661 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/orion_wdt.ko
662 AUTOLOAD
:=$(call AutoLoad
,50,orion_wdt
)
665 define KernelPackage
/wdt-orion
/description
666 Kernel module for Marvell orion watchdog timer.
669 $(eval
$(call KernelPackage
,wdt-orion
))
672 define KernelPackage
/wdt-sc520
673 SUBMENU
:=$(OTHER_MENU
)
674 TITLE
:=Natsemi SC520 Watchdog support
676 KCONFIG
:=CONFIG_SC520_WDT
677 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/sc520_wdt.ko
678 AUTOLOAD
:=$(call AutoLoad
,50,sc520_wdt
)
681 define KernelPackage
/wdt-sc520
/description
682 Kernel module for SC520 Watchdog
685 $(eval
$(call KernelPackage
,wdt-sc520
))
688 define KernelPackage
/wdt-scx200
689 SUBMENU
:=$(OTHER_MENU
)
690 TITLE
:=Natsemi SCX200 Watchdog support
692 KCONFIG
:=CONFIG_SCx200_WDT
693 FILES
:=$(LINUX_DIR
)/drivers
/$(WATCHDOG_DIR
)/scx200_wdt.ko
694 AUTOLOAD
:=$(call AutoLoad
,50,scx200_wdt
)
697 define KernelPackage
/wdt-scx200
/description
698 Kernel module for SCX200 Watchdog
701 $(eval
$(call KernelPackage
,wdt-scx200
))
703 define KernelPackage
/pwm
704 SUBMENU
:=$(OTHER_MENU
)
705 TITLE
:=PWM generic API
706 KCONFIG
:=CONFIG_GENERIC_PWM
707 FILES
:=$(LINUX_DIR
)/drivers
/pwm
/pwm.ko
708 AUTOLOAD
:=$(call AutoLoad
,50,pwm
)
711 define KernelPackage
/pwm
/description
712 Kernel module that implement a generic PWM API
715 $(eval
$(call KernelPackage
,pwm
))
718 define KernelPackage
/pwm-gpio
719 SUBMENU
:=$(OTHER_MENU
)
722 KCONFIG
:=CONFIG_GPIO_PWM
723 FILES
:=$(LINUX_DIR
)/drivers
/pwm
/gpio-pwm.ko
724 AUTOLOAD
:=$(call AutoLoad
,51,gpio-pwm
)
727 define KernelPackage
/pwm-gpio
/description
728 Kernel module to models a single-channel PWM device using a timer and a GPIO pin
731 $(eval
$(call KernelPackage
,pwm-gpio
))
733 define KernelPackage
/rtc-core
734 SUBMENU
:=$(OTHER_MENU
)
735 DEPENDS
:=@
(!LINUX_3_0||BROKEN
)
736 TITLE
:=Real Time Clock class support
737 KCONFIG
:=CONFIG_RTC_CLASS
738 FILES
:=$(LINUX_DIR
)/drivers
/rtc
/rtc-core.ko
739 AUTOLOAD
:=$(call AutoLoad
,29,rtc-core
)
742 define KernelPackage
/rtc-core
/description
743 Generic RTC class support.
746 $(eval
$(call KernelPackage
,rtc-core
))
748 define KernelPackage
/rtc-pcf8563
749 SUBMENU
:=$(OTHER_MENU
)
750 TITLE
:=Philips PCF8563
/Epson RTC8564 RTC support
751 DEPENDS
:=+kmod-rtc-core
752 KCONFIG
:=CONFIG_RTC_DRV_PCF8563
753 FILES
:=$(LINUX_DIR
)/drivers
/rtc
/rtc-pcf8563.ko
754 AUTOLOAD
:=$(call AutoLoad
,60,rtc-pcf8563
)
757 define KernelPackage
/rtc-pcf8563
/description
758 Kernel module for Philips PCF8563 RTC chip.
759 The Epson RTC8564 should work
as well.
762 $(eval
$(call KernelPackage
,rtc-pcf8563
))
765 define KernelPackage
/n810bm
766 SUBMENU
:=$(OTHER_MENU
)
767 TITLE
:=Nokia N810 battery management driver
768 DEPENDS
:=@TARGET_omap24xx
769 KCONFIG
:=CONFIG_N810BM
770 FILES
:=$(LINUX_DIR
)/drivers
/cbus
/n810bm.ko
771 AUTOLOAD
:=$(call AutoLoad
,01,n810bm
)
774 define KernelPackage
/n810bm
/description
775 Nokia N810 battery management driver.
776 Controls battery power management and battery charging.
779 $(eval
$(call KernelPackage
,n810bm
))