diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-01-09 13:24:43 -0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-12 13:13:02 +0800 |
commit | 1f9d1311a3a98e8f5db509a4ff7bf84f7d6a4ca9 (patch) | |
tree | c1ee7dfcd5ecdf15b031deae09191f521c174ff9 /arch/arm/mach-imx/Kconfig | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
download | linux-1f9d1311a3a98e8f5db509a4ff7bf84f7d6a4ca9.tar.gz linux-1f9d1311a3a98e8f5db509a4ff7bf84f7d6a4ca9.tar.bz2 linux-1f9d1311a3a98e8f5db509a4ff7bf84f7d6a4ca9.zip |
ARM: imx: Remove epit support
Currently there is no user of EPIT, so remove such unused code.
If someone wants to add EPIT support back, then the person needs to
create a proper support into drivers/clocksource/ and add device
tree support, proper bindings, etc.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 782699e67600..1831319a679c 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -32,18 +32,6 @@ config MXC_DEBUG_BOARD data/address de-multiplexing and decode, signal level shift, interrupt control and various board functions. -config HAVE_EPIT - bool - -config MXC_USE_EPIT - bool "Use EPIT instead of GPT" - depends on HAVE_EPIT - help - Use EPIT as the system timer on systems that have it. Normally you - don't have a reason to do so as the EPIT has the same features and - uses the same clocks as the GPT. Anyway, on some systems the GPT - may be in use for other purposes. - config HAVE_IMX_ANATOP bool @@ -85,7 +73,6 @@ config SOC_IMX31 config SOC_IMX35 bool select ARCH_MXC_IOMUX_V3 - select HAVE_EPIT select MXC_AVIC select PINCTRL_IMX35 |