diff options
author | Richard Zhu <r65037@freescale.com> | 2014-04-11 03:13:58 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:58:22 -0400 |
commit | 141a59f4339c9012feb27dc84f490fde09acfafe (patch) | |
tree | 973466b4a11bae592a1eca9f1947d60aaa032b97 /drivers/char/imx_mcc/Kconfig | |
parent | decf581c1e8dbf8ca0a6964f70cb48f3d446a59a (diff) |
ENGR00308382-1 mcc: add a9 linux mcc_demo driver
- based on sema4 driver, mcc stack, add the mcc_demo driver
by sysfs.
- mcc pingpong demo
- mcc can demo
NOTE:
- rdc should be disabled in m4 mqx side, otherwise, a9 linux would
fail to mount rootfs.
- add the m4 related clks at linux side, because that the m4's clks
would be turned off/on during linux boot up if they are not added
at linux clk definitions.
Signed-off-by: Richard Zhu <r65037@freescale.com>
Diffstat (limited to 'drivers/char/imx_mcc/Kconfig')
-rw-r--r-- | drivers/char/imx_mcc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/char/imx_mcc/Kconfig b/drivers/char/imx_mcc/Kconfig index 1f892f8daccb..d60cf66cd8fd 100644 --- a/drivers/char/imx_mcc/Kconfig +++ b/drivers/char/imx_mcc/Kconfig | |||
@@ -7,3 +7,9 @@ config IMX_SEMA4 | |||
7 | depends on SOC_IMX6SX | 7 | depends on SOC_IMX6SX |
8 | help | 8 | help |
9 | Support for IMX SEMA4 driver, most people should say N here. | 9 | Support for IMX SEMA4 driver, most people should say N here. |
10 | |||
11 | config IMX_MCC_DEMO | ||
12 | bool "IMX MCC demo driver" | ||
13 | depends on SOC_IMX6SX && IMX_SEMA4 | ||
14 | help | ||
15 | Support for IMX MCC DEMO, most people should say N here. | ||