x86: fix kmod-gpio-pc8736x dependencies
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37447
This commit is contained in:
parent
4dbc5c64fa
commit
72f73ab041
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ $(eval $(call KernelPackage,gpio-nsc))
|
||||||
define KernelPackage/gpio-pc8736x
|
define KernelPackage/gpio-pc8736x
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=PC8736x GPIO support
|
TITLE:=PC8736x GPIO support
|
||||||
DEPENDS:=@TARGET_x86
|
DEPENDS:=@TARGET_x86 +kmod-gpio-nsc
|
||||||
KCONFIG:=CONFIG_PC8736x_GPIO
|
KCONFIG:=CONFIG_PC8736x_GPIO
|
||||||
FILES:=$(LINUX_DIR)/drivers/char/pc8736x_gpio.ko
|
FILES:=$(LINUX_DIR)/drivers/char/pc8736x_gpio.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,40,pc8736x_gpio)
|
AUTOLOAD:=$(call AutoLoad,40,pc8736x_gpio)
|
||||||
|
|
Loading…
Reference in a new issue