diff options
Diffstat (limited to 'src/superio/via/vt1211/superio.c')
-rw-r--r-- | src/superio/via/vt1211/superio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/via/vt1211/superio.c b/src/superio/via/vt1211/superio.c index 3468b6398b..4d7c8dedfc 100644 --- a/src/superio/via/vt1211/superio.c +++ b/src/superio/via/vt1211/superio.c @@ -112,7 +112,7 @@ static void vt1211_pnp_set_resources(struct device *dev) { struct resource *res; -#if IS_ENABLED(CONFIG_CONSOLE_SERIAL) && IS_ENABLED(CONFIG_DRIVERS_UART_8250IO) +#if CONFIG(CONSOLE_SERIAL) && CONFIG(DRIVERS_UART_8250IO) /* TODO: Do the same for SP2? */ if (dev->path.pnp.device == VT1211_SP1) { for (res = dev->resource_list; res; res = res->next) { |