mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
gemini: usb-fotg210: fix FOTG210_HCD setting
CONFIG_USB_FOTG210_HCD is a boolean symbol, so it must be set to "y"
instead of the default which is to set it as "m".
Otherwise you will get prompted to set the symbol during kernel building.
Fixes: 585360f0c0
("gemini: refresh kernel config")
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
168beef1dd
commit
2bdec11903
@ -2,7 +2,7 @@ define KernelPackage/usb-fotg210
|
||||
TITLE:=Support for FOTG210 USB host and device controllers
|
||||
DEPENDS:=@USB_SUPPORT @TARGET_gemini
|
||||
KCONFIG:=CONFIG_USB_FOTG210 \
|
||||
CONFIG_USB_FOTG210_HCD
|
||||
CONFIG_USB_FOTG210_HCD=y
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/fotg210/fotg210.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,1)
|
||||
$(call AddDepends/usb)
|
||||
|
Loading…
Reference in New Issue
Block a user