usb, ohci-hcd: set OHCI_USE_NPS if DM_PCI
set OHCI_USE_NPS if DM_PCI is enabled. Signed-off-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
committed by
Marek Vasut
parent
a5a7486e62
commit
dc4e48d845
@@ -50,8 +50,9 @@
|
||||
#endif
|
||||
|
||||
#if defined(CONFIG_CPU_ARM920T) || \
|
||||
defined(CONFIG_PCI_OHCI) || \
|
||||
defined(CONFIG_SYS_OHCI_USE_NPS)
|
||||
defined(CONFIG_PCI_OHCI) || \
|
||||
defined(CONFIG_DM_PCI) || \
|
||||
defined(CONFIG_SYS_OHCI_USE_NPS)
|
||||
# define OHCI_USE_NPS /* force NoPowerSwitching mode */
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user