diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2021-09-02 15:49:14 +0200 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2021-10-20 19:38:21 +0100 |
commit | dfd8c90eb28b8f7c77ce7173c4bae591b26ea51a (patch) | |
tree | cfa81384a60cfb940f35d275f6ad6706fe87d53c /arch/arm64/Kconfig.platforms | |
parent | a947aa00edd4d465f89fdb6029ed40c00a344bc2 (diff) | |
download | linux-dfd8c90eb28b8f7c77ce7173c4bae591b26ea51a.tar.bz2 |
arm64: meson: remove MESON_IRQ_GPIO selection
Selecting MESON_IRQ_GPIO forces it as built-in, but we may need to build it
as a module, thus remove it here and let the "default ARCH_MESON" build as
built-in by default with the option to switch it to module.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210902134914.176986-3-narmstrong@baylibre.com
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index b0ce18d4cc98..ff2d83fbbde1 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -167,7 +167,6 @@ config ARCH_MEDIATEK config ARCH_MESON bool "Amlogic Platforms" select COMMON_CLK - select MESON_IRQ_GPIO help This enables support for the arm64 based Amlogic SoCs such as the s905, S905X/D, S912, A113X/D or S905X/D2 |