diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-09-21 00:03:46 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-09-21 23:16:11 +0300 |
commit | b123c46cf55853c0d56098c00b35943ae6f719d3 (patch) | |
tree | c23728de5d927f7ba4eef690dbd4a490147bdad5 /arch/mips/alchemy | |
parent | 7895d662bab8827176d44326d0a7423221287ca9 (diff) | |
download | linux-b123c46cf55853c0d56098c00b35943ae6f719d3.tar.xz |
MIPS: alchemy: remove unused ALCHEMY_GPIOINT_AU1300
Remove unused config option ALCHEMY_GPIOINT_AU1300 and related code.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/alchemy')
-rw-r--r-- | arch/mips/alchemy/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/alchemy/Kconfig b/arch/mips/alchemy/Kconfig index 83b288b95b16..827256bbe6b8 100644 --- a/arch/mips/alchemy/Kconfig +++ b/arch/mips/alchemy/Kconfig @@ -3,10 +3,6 @@ config ALCHEMY_GPIOINT_AU1000 bool -# au1300-style GPIO/INT controller -config ALCHEMY_GPIOINT_AU1300 - bool - choice prompt "Machine type" depends on MIPS_ALCHEMY |