diff options
-rw-r--r-- | configs/fedora/generic/arm/aarch64/CONFIG_GPIO_MB86S7X | 1 | ||||
-rw-r--r-- | kernel-aarch64-debug.config | 2 | ||||
-rw-r--r-- | kernel-aarch64.config | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/configs/fedora/generic/arm/aarch64/CONFIG_GPIO_MB86S7X b/configs/fedora/generic/arm/aarch64/CONFIG_GPIO_MB86S7X new file mode 100644 index 000000000..3c4c7370f --- /dev/null +++ b/configs/fedora/generic/arm/aarch64/CONFIG_GPIO_MB86S7X @@ -0,0 +1 @@ +CONFIG_GPIO_MB86S7X=m diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config index 79bfb0fc6..a3ac077a6 100644 --- a/kernel-aarch64-debug.config +++ b/kernel-aarch64-debug.config @@ -1796,7 +1796,7 @@ CONFIG_GPIOLIB=y # CONFIG_GPIO_MAX7301 is not set # CONFIG_GPIO_MAX732X is not set CONFIG_GPIO_MAX77620=m -# CONFIG_GPIO_MB86S7X is not set +CONFIG_GPIO_MB86S7X=m # CONFIG_GPIO_MC33880 is not set # CONFIG_GPIO_MCP23S08 is not set # CONFIG_GPIO_MOCKUP is not set diff --git a/kernel-aarch64.config b/kernel-aarch64.config index 98182b0b3..f3a894090 100644 --- a/kernel-aarch64.config +++ b/kernel-aarch64.config @@ -1778,7 +1778,7 @@ CONFIG_GPIOLIB=y # CONFIG_GPIO_MAX7301 is not set # CONFIG_GPIO_MAX732X is not set CONFIG_GPIO_MAX77620=m -# CONFIG_GPIO_MB86S7X is not set +CONFIG_GPIO_MB86S7X=m # CONFIG_GPIO_MC33880 is not set # CONFIG_GPIO_MCP23S08 is not set # CONFIG_GPIO_MOCKUP is not set |