X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fkernel%2Flinux%2Fmodules%2Fother.mk;h=5e31ec28d64157b4aaab3df22dfc0fdcd5f5ce14;hb=98588273b10457bea0a47a0ba8e2a07a6f99af0d;hp=adf3cc4069b67befe60ef53060836026090ce3f5;hpb=7ff7be96dd3491a4762a33c5b5062e5680a99849;p=openwrt%2Fopenwrt.git diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index adf3cc4069..5e31ec28d6 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -114,22 +114,6 @@ endef $(eval $(call KernelPackage,bluetooth_6lowpan)) -define KernelPackage/bluetooth-hci-h4p - SUBMENU:=$(OTHER_MENU) - TITLE:=HCI driver with H4 Nokia extensions - DEPENDS:=@TARGET_omap24xx +kmod-bluetooth - KCONFIG:=CONFIG_BT_HCIH4P - FILES:=$(LINUX_DIR)/drivers/bluetooth/hci_h4p/hci_h4p.ko - AUTOLOAD:=$(call AutoProbe,hci_h4p) -endef - -define KernelPackage/bluetooth-hci-h4p/description - HCI driver with H4 Nokia extensions -endef - -$(eval $(call KernelPackage,bluetooth-hci-h4p)) - - define KernelPackage/dma-buf SUBMENU:=$(OTHER_MENU) TITLE:=DMA shared buffer support @@ -482,26 +466,11 @@ endef $(eval $(call KernelPackage,bcma)) -define KernelPackage/wdt-omap - SUBMENU:=$(OTHER_MENU) - TITLE:=OMAP Watchdog timer - DEPENDS:=@TARGET_omap24xx - KCONFIG:=CONFIG_OMAP_WATCHDOG - FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/omap_wdt.ko - AUTOLOAD:=$(call AutoLoad,50,omap_wdt,1) -endef - -define KernelPackage/wdt-omap/description - Kernel module for TI omap watchdog timer -endef - -$(eval $(call KernelPackage,wdt-omap)) - - define KernelPackage/rtc-ds1307 SUBMENU:=$(OTHER_MENU) TITLE:=Dallas/Maxim DS1307 (and compatible) RTC support - DEPENDS:=@RTC_SUPPORT +kmod-i2c-core + DEFAULT:=m if ALL_KMODS && RTC_SUPPORT + DEPENDS:=+kmod-i2c-core KCONFIG:=CONFIG_RTC_DRV_DS1307 \ CONFIG_RTC_CLASS=y FILES:=$(LINUX_DIR)/drivers/rtc/rtc-ds1307.ko @@ -519,7 +488,8 @@ $(eval $(call KernelPackage,rtc-ds1307)) define KernelPackage/rtc-ds1374 SUBMENU:=$(OTHER_MENU) TITLE:=Dallas/Maxim DS1374 RTC support - DEPENDS:=@RTC_SUPPORT +kmod-i2c-core + DEFAULT:=m if ALL_KMODS && RTC_SUPPORT + DEPENDS:=+kmod-i2c-core KCONFIG:=CONFIG_RTC_DRV_DS1374 \ CONFIG_RTC_DRV_DS1374_WDT=n \ CONFIG_RTC_CLASS=y @@ -537,7 +507,8 @@ $(eval $(call KernelPackage,rtc-ds1374)) define KernelPackage/rtc-ds1672 SUBMENU:=$(OTHER_MENU) TITLE:=Dallas/Maxim DS1672 RTC support - DEPENDS:=@RTC_SUPPORT +kmod-i2c-core + DEFAULT:=m if ALL_KMODS && RTC_SUPPORT + DEPENDS:=+kmod-i2c-core KCONFIG:=CONFIG_RTC_DRV_DS1672 \ CONFIG_RTC_CLASS=y FILES:=$(LINUX_DIR)/drivers/rtc/rtc-ds1672.ko @@ -554,7 +525,8 @@ $(eval $(call KernelPackage,rtc-ds1672)) define KernelPackage/rtc-isl1208 SUBMENU:=$(OTHER_MENU) TITLE:=Intersil ISL1208 RTC support - DEPENDS:=@RTC_SUPPORT +kmod-i2c-core + DEFAULT:=m if ALL_KMODS && RTC_SUPPORT + DEPENDS:=+kmod-i2c-core KCONFIG:=CONFIG_RTC_DRV_ISL1208 \ CONFIG_RTC_CLASS=y FILES:=$(LINUX_DIR)/drivers/rtc/rtc-isl1208.ko @@ -571,7 +543,8 @@ $(eval $(call KernelPackage,rtc-isl1208)) define KernelPackage/rtc-pcf8563 SUBMENU:=$(OTHER_MENU) TITLE:=Philips PCF8563/Epson RTC8564 RTC support - DEPENDS:=@RTC_SUPPORT +kmod-i2c-core + DEFAULT:=m if ALL_KMODS && RTC_SUPPORT + DEPENDS:=+kmod-i2c-core KCONFIG:=CONFIG_RTC_DRV_PCF8563 \ CONFIG_RTC_CLASS=y FILES:=$(LINUX_DIR)/drivers/rtc/rtc-pcf8563.ko @@ -589,7 +562,7 @@ $(eval $(call KernelPackage,rtc-pcf8563)) define KernelPackage/rtc-pcf2123 SUBMENU:=$(OTHER_MENU) TITLE:=Philips PCF2123 RTC support - DEPENDS:=@RTC_SUPPORT + DEFAULT:=m if ALL_KMODS && RTC_SUPPORT KCONFIG:=CONFIG_RTC_DRV_PCF2123 \ CONFIG_RTC_CLASS=y FILES:=$(LINUX_DIR)/drivers/rtc/rtc-pcf2123.ko @@ -605,7 +578,8 @@ $(eval $(call KernelPackage,rtc-pcf2123)) define KernelPackage/rtc-pt7c4338 SUBMENU:=$(OTHER_MENU) TITLE:=Pericom PT7C4338 RTC support - DEPENDS:=@RTC_SUPPORT +kmod-i2c-core + DEFAULT:=m if ALL_KMODS && RTC_SUPPORT + DEPENDS:=+kmod-i2c-core KCONFIG:=CONFIG_RTC_DRV_PT7C4338 \ CONFIG_RTC_CLASS=y FILES:=$(LINUX_DIR)/drivers/rtc/rtc-pt7c4338.ko @@ -621,7 +595,8 @@ $(eval $(call KernelPackage,rtc-pt7c4338)) define KernelPackage/rtc-rs5c372a SUBMENU:=$(OTHER_MENU) TITLE:=Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A - DEPENDS:=@RTC_SUPPORT +kmod-i2c-core + DEFAULT:=m if ALL_KMODS && RTC_SUPPORT + DEPENDS:=+kmod-i2c-core KCONFIG:=CONFIG_RTC_DRV_RS5C372 \ CONFIG_RTC_CLASS=y FILES:=$(LINUX_DIR)/drivers/rtc/rtc-rs5c372.ko