~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to arch/arm/common/Kconfig

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Stefan Bader, Upstream Kernel Changes
  • Date: 2012-08-15 17:17:43 UTC
  • Revision ID: package-import@ubuntu.com-20120815171743-h5wnuf51xe7pvdid
Tags: 3.5.0-207.13
[ Paolo Pisati ]

* Start new release

[ Stefan Bader ]

* (config) Enable getabis to use local package copies

[ Upstream Kernel Changes ]

* fixup: gargabe collect iva_seq[0|1] init
* [Config] enable all SND_OMAP_SOC_*s
* fixup: cm2xxx_3xxx.o is needed for omap2_cm_read|write_reg
* fixup: add some snd_soc_dai* helper functions
* fixup: s/snd_soc_dpcm_params/snd_soc_dpcm/g
* fixup: typo, no_host_mode and useless SDP4430 init
* fixup: enable again aess hwmod

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
config FIQ_GLUE
45
45
        bool
46
46
        select FIQ
47
 
 
48
 
config FIQ_DEBUGGER
49
 
        bool "FIQ Mode Serial Debugger"
50
 
        select FIQ
51
 
        select FIQ_GLUE
52
 
        default n
53
 
        help
54
 
          The FIQ serial debugger can accept commands even when the
55
 
          kernel is unresponsive due to being stuck with interrupts
56
 
          disabled.
57
 
 
58
 
 
59
 
config FIQ_DEBUGGER_NO_SLEEP
60
 
        bool "Keep serial debugger active"
61
 
        depends on FIQ_DEBUGGER
62
 
        default n
63
 
        help
64
 
          Enables the serial debugger at boot. Passing
65
 
          fiq_debugger.no_sleep on the kernel commandline will
66
 
          override this config option.
67
 
 
68
 
config FIQ_DEBUGGER_WAKEUP_IRQ_ALWAYS_ON
69
 
        bool "Don't disable wakeup IRQ when debugger is active"
70
 
        depends on FIQ_DEBUGGER
71
 
        default n
72
 
        help
73
 
          Don't disable the wakeup irq when enabling the uart clock.  This will
74
 
          cause extra interrupts, but it makes the serial debugger usable with
75
 
          on some MSM radio builds that ignore the uart clock request in power
76
 
          collapse.
77
 
 
78
 
config FIQ_DEBUGGER_CONSOLE
79
 
        bool "Console on FIQ Serial Debugger port"
80
 
        depends on FIQ_DEBUGGER
81
 
        default n
82
 
        help
83
 
          Enables a console so that printk messages are displayed on
84
 
          the debugger serial port as the occur.
85
 
 
86
 
config FIQ_DEBUGGER_CONSOLE_DEFAULT_ENABLE
87
 
        bool "Put the FIQ debugger into console mode by default"
88
 
        depends on FIQ_DEBUGGER_CONSOLE
89
 
        default n
90
 
        help
91
 
          If enabled, this puts the fiq debugger into console mode by default.
92
 
          Otherwise, the fiq debugger will start out in debug mode.