diff options
author | Olof Johansson <olof@lixom.net> | 2014-01-02 15:10:12 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-01-02 15:10:12 -0500 |
commit | e05f9ac42c1b87a1a266e3e83191ed00211576bc (patch) | |
tree | b1c28ec3b64d5f752c97fd4ac93483cb2be19ed7 /arch/arm/Kconfig.debug | |
parent | c655479ab89cfad17a773cb55b57199c19f65e9b (diff) | |
parent | 48c95841110036a95840c6782f27d841ead9a583 (diff) |
Merge tag 'imx-soc-3.14' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/soc
From Shawn Guo:
i.MX SoC changes for 3.14:
- Add the initial i.MX50 SoC support
- Support device tree boot for i.MX35
- Move imx5 clock driver to use macros for clock ID
- Some random updates and non-critical fixes on clock drivers
- A few defconfig updates and minor cleanups
* tag 'imx-soc-3.14' of git://git.linaro.org/people/shawnguo/linux-2.6: (37 commits)
ARM: imx: improve the comment of CCM lpm SW workaround
ARM: imx: improve status check of clock gate
ARM: imx: add necessary interface for pfd
ARM: imx_v6_v7_defconfig: Select CONFIG_REGULATOR_PFUZE100
ARM: imx_v6_v7_defconfig: Select MX35 and MX50 device tree support
ARM: imx: Add cpu frequency scaling support
ARM i.MX35: Add devicetree support.
ARM: imx: update imx_v6_v7_defconfig
ARM: imx6sl: Add missing spba clock to clock tree
ARM: imx6sl: Add missing pll4_audio_div to the clock tree
ARM: imx6: Derive spdif clock from pll3_pfd3_454m
ARM: imx: use __initconst for const init definition
ARM i.MX5: fix obvious typo in ldb_di0_gate clk definition
ARM i.MX5: set CAN peripheral clock to 24 MHz parent
ARM: imx: pllv1: Fix PLL calculation for i.MX27
ARM i.MX5: fix "shift" value for lp_apm_sel on i.MX50 and i.MX53
ARM: imx: imx53: Add SATA PHY clock
ARM: imx_v6_v7_defconfig: Enable STMPE touchscreen
ARM: imx: rename IMX6SL_CLK_CLK_END to IMX6SL_CLK_END
ARM: imx: select PINCTRL at sub-architecure level
...
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Kconfig.debug')
-rw-r--r-- | arch/arm/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 257155874bce..bda94e46e8d6 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug | |||
@@ -263,6 +263,13 @@ choice | |||
263 | Say Y here if you want kernel low-level debugging support | 263 | Say Y here if you want kernel low-level debugging support |
264 | on i.MX35. | 264 | on i.MX35. |
265 | 265 | ||
266 | config DEBUG_IMX50_UART | ||
267 | bool "i.MX50 Debug UART" | ||
268 | depends on SOC_IMX50 | ||
269 | help | ||
270 | Say Y here if you want kernel low-level debugging support | ||
271 | on i.MX50. | ||
272 | |||
266 | config DEBUG_IMX51_UART | 273 | config DEBUG_IMX51_UART |
267 | bool "i.MX51 Debug UART" | 274 | bool "i.MX51 Debug UART" |
268 | depends on SOC_IMX51 | 275 | depends on SOC_IMX51 |
@@ -905,6 +912,7 @@ config DEBUG_IMX_UART_PORT | |||
905 | DEBUG_IMX21_IMX27_UART || \ | 912 | DEBUG_IMX21_IMX27_UART || \ |
906 | DEBUG_IMX31_UART || \ | 913 | DEBUG_IMX31_UART || \ |
907 | DEBUG_IMX35_UART || \ | 914 | DEBUG_IMX35_UART || \ |
915 | DEBUG_IMX50_UART || \ | ||
908 | DEBUG_IMX51_UART || \ | 916 | DEBUG_IMX51_UART || \ |
909 | DEBUG_IMX53_UART || \ | 917 | DEBUG_IMX53_UART || \ |
910 | DEBUG_IMX6Q_UART || \ | 918 | DEBUG_IMX6Q_UART || \ |
@@ -939,6 +947,7 @@ config DEBUG_LL_INCLUDE | |||
939 | DEBUG_IMX21_IMX27_UART || \ | 947 | DEBUG_IMX21_IMX27_UART || \ |
940 | DEBUG_IMX31_UART || \ | 948 | DEBUG_IMX31_UART || \ |
941 | DEBUG_IMX35_UART || \ | 949 | DEBUG_IMX35_UART || \ |
950 | DEBUG_IMX50_UART || \ | ||
942 | DEBUG_IMX51_UART || \ | 951 | DEBUG_IMX51_UART || \ |
943 | DEBUG_IMX53_UART ||\ | 952 | DEBUG_IMX53_UART ||\ |
944 | DEBUG_IMX6Q_UART || \ | 953 | DEBUG_IMX6Q_UART || \ |