diff options
author | Nicolas Pitre <nicolas.pitre@linaro.org> | 2012-04-12 03:04:28 -0400 |
---|---|---|
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | 2013-08-05 00:13:00 -0400 |
commit | b22537c682671de97c932d5addb6b7d087352aa1 (patch) | |
tree | b45150a7499e9462481973cc1b84c8eb71f71bc8 /arch/arm/Kconfig | |
parent | 272614351423ce8c37ff730efc130e5b73fe64f5 (diff) |
ARM: bL_switcher: add a simple /dev user interface for debugging purposes
Only the basic call to aid debugging.
*** NOT FOR PRODUCTION ***
Usage:
echo <cpuid>,<clusterid> > /dev/b.L_switcher
where <cpuid> is the logical CPU number, and <clusterid> is 0 for the
first cluster and 1 for the second cluster.
Signed-off-by: nicolas Pitre <nico@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ade70017fd65..cfcb0d8d6f85 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1556,6 +1556,14 @@ config BL_SWITCHER | |||
1556 | transparently handle transition between a cluster of A15's | 1556 | transparently handle transition between a cluster of A15's |
1557 | and a cluster of A7's in a big.LITTLE system. | 1557 | and a cluster of A7's in a big.LITTLE system. |
1558 | 1558 | ||
1559 | config BL_SWITCHER_DUMMY_IF | ||
1560 | tristate "Simple big.LITTLE switcher user interface" | ||
1561 | depends on BL_SWITCHER && DEBUG_KERNEL | ||
1562 | help | ||
1563 | This is a simple and dummy char dev interface to control | ||
1564 | the big.LITTLE switcher core code. It is meant for | ||
1565 | debugging purposes only. | ||
1566 | |||
1559 | choice | 1567 | choice |
1560 | prompt "Memory split" | 1568 | prompt "Memory split" |
1561 | default VMSPLIT_3G | 1569 | default VMSPLIT_3G |