diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c index cc102d25ee249..602628123fbf3 100644 --- a/drivers/gpio/gpio-pca953x.c +++ b/drivers/gpio/gpio-pca953x.c @@ -24,6 +24,10 @@ #include #endif +#define CONFIG_OF_GPIO 1 +#define CONFIG_GPIO_PCA953X_IRQ 1 +#define CONFIG_ARM 1 + #define PCA953X_INPUT 0 #define PCA953X_OUTPUT 1 #define PCA953X_INVERT 2