OMAP clockdomain/powerdomain: remove CONFIG_OMAP_DEBUG_{CLOCK,POWER}DOMAIN
Avoid cluttering the Kconfig space with debug options that are rarely used. These can now be enabled and disabled by patching the "#undef DEBUG" in the source files with "#define DEBUG", conforming to the practice for the rest of the linux-omap code. Also, while we're here, some lines in plat-omap/Kconfig use sets of leading spaces when those lines should start with tabs. Convert most of them to use tabs. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
42d75e7df3
commit
33903eb55a
|
@ -2,7 +2,7 @@
|
||||||
* OMAP2/3 clockdomain framework functions
|
* OMAP2/3 clockdomain framework functions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008 Texas Instruments, Inc.
|
* Copyright (C) 2008 Texas Instruments, Inc.
|
||||||
* Copyright (C) 2008 Nokia Corporation
|
* Copyright (C) 2008-2009 Nokia Corporation
|
||||||
*
|
*
|
||||||
* Written by Paul Walmsley and Jouni Högander
|
* Written by Paul Walmsley and Jouni Högander
|
||||||
*
|
*
|
||||||
|
@ -10,9 +10,7 @@
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*/
|
*/
|
||||||
#ifdef CONFIG_OMAP_DEBUG_CLOCKDOMAIN
|
#undef DEBUG
|
||||||
# define DEBUG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
|
@ -10,9 +10,7 @@
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*/
|
*/
|
||||||
#ifdef CONFIG_OMAP_DEBUG_POWERDOMAIN
|
#undef DEBUG
|
||||||
# define DEBUG
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
|
|
@ -42,28 +42,6 @@ config OMAP_DEBUG_LEDS
|
||||||
depends on OMAP_DEBUG_DEVICES
|
depends on OMAP_DEBUG_DEVICES
|
||||||
default y if LEDS || LEDS_OMAP_DEBUG
|
default y if LEDS || LEDS_OMAP_DEBUG
|
||||||
|
|
||||||
config OMAP_DEBUG_POWERDOMAIN
|
|
||||||
bool "Emit debug messages from powerdomain layer"
|
|
||||||
depends on ARCH_OMAP2 || ARCH_OMAP3
|
|
||||||
help
|
|
||||||
Say Y here if you want to compile in powerdomain layer
|
|
||||||
debugging messages for OMAP2/3. These messages can
|
|
||||||
provide more detail as to why some powerdomain calls
|
|
||||||
may be failing, and will also emit a descriptive message
|
|
||||||
for every powerdomain register write. However, the
|
|
||||||
extra detail costs some memory.
|
|
||||||
|
|
||||||
config OMAP_DEBUG_CLOCKDOMAIN
|
|
||||||
bool "Emit debug messages from clockdomain layer"
|
|
||||||
depends on ARCH_OMAP2 || ARCH_OMAP3
|
|
||||||
help
|
|
||||||
Say Y here if you want to compile in clockdomain layer
|
|
||||||
debugging messages for OMAP2/3. These messages can
|
|
||||||
provide more detail as to why some clockdomain calls
|
|
||||||
may be failing, and will also emit a descriptive message
|
|
||||||
for every clockdomain register write. However, the
|
|
||||||
extra detail costs some memory.
|
|
||||||
|
|
||||||
config OMAP_RESET_CLOCKS
|
config OMAP_RESET_CLOCKS
|
||||||
bool "Reset unused clocks during boot"
|
bool "Reset unused clocks during boot"
|
||||||
depends on ARCH_OMAP
|
depends on ARCH_OMAP
|
||||||
|
@ -78,28 +56,28 @@ config OMAP_RESET_CLOCKS
|
||||||
|
|
||||||
config OMAP_MUX
|
config OMAP_MUX
|
||||||
bool "OMAP multiplexing support"
|
bool "OMAP multiplexing support"
|
||||||
depends on ARCH_OMAP
|
depends on ARCH_OMAP
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Pin multiplexing support for OMAP boards. If your bootloader
|
Pin multiplexing support for OMAP boards. If your bootloader
|
||||||
sets the multiplexing correctly, say N. Otherwise, or if unsure,
|
sets the multiplexing correctly, say N. Otherwise, or if unsure,
|
||||||
say Y.
|
say Y.
|
||||||
|
|
||||||
config OMAP_MUX_DEBUG
|
config OMAP_MUX_DEBUG
|
||||||
bool "Multiplexing debug output"
|
bool "Multiplexing debug output"
|
||||||
depends on OMAP_MUX
|
depends on OMAP_MUX
|
||||||
help
|
help
|
||||||
Makes the multiplexing functions print out a lot of debug info.
|
Makes the multiplexing functions print out a lot of debug info.
|
||||||
This is useful if you want to find out the correct values of the
|
This is useful if you want to find out the correct values of the
|
||||||
multiplexing registers.
|
multiplexing registers.
|
||||||
|
|
||||||
config OMAP_MUX_WARNINGS
|
config OMAP_MUX_WARNINGS
|
||||||
bool "Warn about pins the bootloader didn't set up"
|
bool "Warn about pins the bootloader didn't set up"
|
||||||
depends on OMAP_MUX
|
depends on OMAP_MUX
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Choose Y here to warn whenever driver initialization logic needs
|
Choose Y here to warn whenever driver initialization logic needs
|
||||||
to change the pin multiplexing setup. When there are no warnings
|
to change the pin multiplexing setup. When there are no warnings
|
||||||
printed, it's safe to deselect OMAP_MUX for your product.
|
printed, it's safe to deselect OMAP_MUX for your product.
|
||||||
|
|
||||||
config OMAP_MCBSP
|
config OMAP_MCBSP
|
||||||
|
@ -125,7 +103,7 @@ config OMAP_IOMMU_DEBUG
|
||||||
tristate
|
tristate
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "System timer"
|
prompt "System timer"
|
||||||
default OMAP_MPU_TIMER
|
default OMAP_MPU_TIMER
|
||||||
|
|
||||||
config OMAP_MPU_TIMER
|
config OMAP_MPU_TIMER
|
||||||
|
@ -148,11 +126,11 @@ config OMAP_32K_TIMER
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config OMAP_32K_TIMER_HZ
|
config OMAP_32K_TIMER_HZ
|
||||||
int "Kernel internal timer frequency for 32KHz timer"
|
int "Kernel internal timer frequency for 32KHz timer"
|
||||||
range 32 1024
|
range 32 1024
|
||||||
depends on OMAP_32K_TIMER
|
depends on OMAP_32K_TIMER
|
||||||
default "128"
|
default "128"
|
||||||
help
|
help
|
||||||
Kernel internal timer frequency should be a divisor of 32768,
|
Kernel internal timer frequency should be a divisor of 32768,
|
||||||
such as 64 or 128.
|
such as 64 or 128.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue