diff options
author | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-09-20 23:03:46 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2020-09-21 22:16:11 +0200 |
commit | b123c46cf55853c0d56098c00b35943ae6f719d3 (patch) | |
tree | c23728de5d927f7ba4eef690dbd4a490147bdad5 /arch/mips/alchemy/Kconfig | |
parent | 7895d662bab8827176d44326d0a7423221287ca9 (diff) |
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/Kconfig')
-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 |