diff options
author | Samuel Holland <samuel.holland@sifive.com> | 2023-07-24 17:40:42 -0700 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-07-25 12:00:42 +0200 |
commit | 6b4c76ded3582651afca319f2ca58c22ec908529 (patch) | |
tree | 5df81c71189d62aa932008cf2fc1ca3e37261683 /drivers/gpio/Kconfig | |
parent | 3b5560c8f074aee8839b66093b4d565702a6921d (diff) | |
download | lwn-6b4c76ded3582651afca319f2ca58c22ec908529.tar.gz lwn-6b4c76ded3582651afca319f2ca58c22ec908529.zip |
gpio: sifive: Allow building the driver as a module
This can reduce the kernel image size in multiplatform configurations.
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Samuel Holland <samuel.holland@sifive.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 1cf267a3ed8b..398d9ef7e680 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -564,7 +564,7 @@ config GPIO_SAMA5D2_PIOBU maintain their value during backup/self-refresh. config GPIO_SIFIVE - bool "SiFive GPIO support" + tristate "SiFive GPIO support" depends on OF_GPIO select IRQ_DOMAIN_HIERARCHY select GPIO_GENERIC |