aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/mips/alchemy/Kconfig
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-09-20 23:03:47 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2020-09-21 22:16:28 +0200
commitb350041e6f23a71f63f1eee6d939c846838e7e25 (patch)
treec8842f199342dcb30447dd26c3c69fe7df9dbde6 /arch/mips/alchemy/Kconfig
parentMIPS: alchemy: remove unused ALCHEMY_GPIOINT_AU1300 (diff)
downloadwireguard-linux-b350041e6f23a71f63f1eee6d939c846838e7e25.tar.xz
wireguard-linux-b350041e6f23a71f63f1eee6d939c846838e7e25.zip
MIPS: alchemy: remove unused ALCHEMY_GPIOINT_AU1000
Remove unused config option ALCHEMY_GPIOINT_AU1000. Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/alchemy/Kconfig')
-rw-r--r--arch/mips/alchemy/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/alchemy/Kconfig b/arch/mips/alchemy/Kconfig
index 827256bbe6b8..69734120ada1 100644
--- a/arch/mips/alchemy/Kconfig
+++ b/arch/mips/alchemy/Kconfig
@@ -1,8 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
-# au1000-style gpio and interrupt controllers
-config ALCHEMY_GPIOINT_AU1000
- bool
-
choice
prompt "Machine type"
depends on MIPS_ALCHEMY
@@ -11,7 +7,6 @@ choice
config MIPS_MTX1
bool "4G Systems MTX-1 board"
select HAVE_PCI
- select ALCHEMY_GPIOINT_AU1000
select SYS_SUPPORTS_LITTLE_ENDIAN
select SYS_HAS_EARLY_PRINTK
@@ -29,13 +24,11 @@ config MIPS_DB1XXX
config MIPS_XXS1500
bool "MyCable XXS1500 board"
- select ALCHEMY_GPIOINT_AU1000
select SYS_SUPPORTS_LITTLE_ENDIAN
select SYS_HAS_EARLY_PRINTK
config MIPS_GPR
bool "Trapeze ITS GPR board"
- select ALCHEMY_GPIOINT_AU1000
select HAVE_PCI
select SYS_SUPPORTS_LITTLE_ENDIAN
select SYS_HAS_EARLY_PRINTK