mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-18 12:25:54 +02:00
[rdc] make rdc321-wdt become a package, saves some space in the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18298 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4592820242
commit
82ab0c04a1
@ -419,6 +419,21 @@ endef
|
|||||||
|
|
||||||
$(eval $(call KernelPackage,softdog))
|
$(eval $(call KernelPackage,softdog))
|
||||||
|
|
||||||
|
define KernelPackage/rdc321x-wdt
|
||||||
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
TITLE:=RDC321x watchdog
|
||||||
|
DEPENDS:=@TARGET_rdc
|
||||||
|
KCONFIG:=CONFIG_RDC321X_WDT
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/rdc321x_wdt.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,50,rdc321_wdt)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/rdc321x-wdt/description
|
||||||
|
RDC-321x watchdog driver
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,rdc321x-wdt))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/leds-gpio
|
define KernelPackage/leds-gpio
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
@ -217,7 +217,6 @@ CONFIG_PHYSICAL_START=0x100000
|
|||||||
# CONFIG_PROCESSOR_SELECT is not set
|
# CONFIG_PROCESSOR_SELECT is not set
|
||||||
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
|
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
|
||||||
# CONFIG_R6040 is not set
|
# CONFIG_R6040 is not set
|
||||||
CONFIG_RDC321X_WDT=y
|
|
||||||
# CONFIG_RD_BZIP2 is not set
|
# CONFIG_RD_BZIP2 is not set
|
||||||
CONFIG_RD_GZIP=y
|
CONFIG_RD_GZIP=y
|
||||||
# CONFIG_RD_LZMA is not set
|
# CONFIG_RD_LZMA is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user