aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/ehci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/ehci.c')
-rw-r--r--src/soc/intel/broadwell/ehci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/ehci.c b/src/soc/intel/broadwell/ehci.c
index f29c4269b1..a03fd5431b 100644
--- a/src/soc/intel/broadwell/ehci.c
+++ b/src/soc/intel/broadwell/ehci.c
@@ -41,7 +41,7 @@ static void usb_ehci_set_subsystem(struct device *dev, unsigned int vendor,
static void ehci_enable(struct device *dev)
{
- if (CONFIG_USBDEBUG)
+ if (CONFIG(USBDEBUG))
dev->enabled = 1;
else
pch_disable_devfn(dev);