Skip to content
  • Paul Walmsley's avatar
    OMAP clockdomain/powerdomain: remove CONFIG_OMAP_DEBUG_{CLOCK,POWER}DOMAIN · 33903eb5
    Paul Walmsley authored
    
    
    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: default avatarPaul Walmsley <paul@pwsan.com>
    Cc: Tony Lindgren <tony@atomide.com>
    33903eb5