diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-03-07 14:29:23 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-05-04 11:02:48 +0200 |
commit | 40a6c00f58ef138ea2c009792c65ad31ab627be5 (patch) | |
tree | e43d6e05015bf376f0ec773accdcd678b71cb324 /arch/arm/mach-ux500/Kconfig | |
parent | 60cc43fc888428bb2f18f08997432d426a243338 (diff) | |
download | linux-40a6c00f58ef138ea2c009792c65ad31ab627be5.tar.gz linux-40a6c00f58ef138ea2c009792c65ad31ab627be5.tar.bz2 linux-40a6c00f58ef138ea2c009792c65ad31ab627be5.zip |
ARM: ux500: Drop U8540/9540 support
The U8540 was an evolved version of the U8500, but it was never
mass produced or put into products, only reference designs exist.
The upstream support was never completed and it is unlikely that
this will happen so drop the support for now to simplify
maintenance of the U8500.
Cc: Loic Pallardy <loic.pallardy@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/Kconfig')
-rw-r--r-- | arch/arm/mach-ux500/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index f98332ea2ef2..7289ec8404c9 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -26,11 +26,8 @@ config UX500_SOC_DB8500 bool select MFD_DB8500_PRCMU select PINCTRL_DB8500 - select PINCTRL_DB8540 select PINCTRL_AB8500 select PINCTRL_AB8505 - select PINCTRL_AB9540 - select PINCTRL_AB8540 select REGULATOR select REGULATOR_DB8500_PRCMU select CLKSRC_DBX500_PRCMU |