mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
add DWC_DEVICE_ONLY MACRO
This commit is contained in:
@@ -13,6 +13,9 @@ ifeq ($(CONFIG_DWC_OTG_HOST_ONLY),y)
|
||||
EXTRA_CFLAGS += -DDWC_HOST_ONLY
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_USB),y)
|
||||
EXTRA_CFLAGS += -DDWC_DEVICE_ONLY
|
||||
endif
|
||||
#ifeq ($(CONFIG_DWC_OTG_DEVICE_ONLY),y)
|
||||
#EXTRA_CFLAGS += -DDWC_DEVICE_ONLY
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user