diff options
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/chip.h b/src/include/device/chip.h index 448665ecd0..d1132a1f36 100644 --- a/src/include/device/chip.h +++ b/src/include/device/chip.h @@ -6,7 +6,7 @@ */ /* some of the types of resources chips can control */ -#ifndef CONFIG_CHIP_CONFIGURE +#if CONFIG_CHIP_CONFIGURE == 1 #define CONFIGURE(pass) chip_configure(&static_root, pass) #else #define CONFIGURE(pass) |