Russell King | fa0fe48 | 2006-01-13 21:30:48 +0000 | [diff] [blame] | 1 | config ARM_GIC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | bool |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame^] | 3 | select MSM_SHOW_RESUME_IRQ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | |
Russell King | fa0fe48 | 2006-01-13 21:30:48 +0000 | [diff] [blame] | 5 | config ARM_VIC |
| 6 | bool |
| 7 | |
Ben Dooks | c07f87f | 2009-03-24 15:30:07 +0000 | [diff] [blame] | 8 | config ARM_VIC_NR |
| 9 | int |
Kukjin Kim | 6cc6b33 | 2011-02-24 02:12:00 +0100 | [diff] [blame] | 10 | default 4 if ARCH_S5PV210 |
Kukjin Kim | a73ddc6 | 2011-05-11 16:27:51 +0900 | [diff] [blame] | 11 | default 3 if ARCH_S5PC100 |
Ben Dooks | c07f87f | 2009-03-24 15:30:07 +0000 | [diff] [blame] | 12 | default 2 |
Russell King | 0aacfe1 | 2009-06-01 18:17:53 +0100 | [diff] [blame] | 13 | depends on ARM_VIC |
Ben Dooks | c07f87f | 2009-03-24 15:30:07 +0000 | [diff] [blame] | 14 | help |
| 15 | The maximum number of VICs available in the system, for |
| 16 | power management. |
| 17 | |
Russell King | c5a0adb | 2010-01-16 20:16:10 +0000 | [diff] [blame] | 18 | config ICST |
Russell King | f27ecac | 2005-08-18 21:31:00 +0100 | [diff] [blame] | 19 | bool |
| 20 | |
Jassi Brar | 7507061 | 2010-05-14 15:18:54 +0100 | [diff] [blame] | 21 | config PL330 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | bool |
| 23 | |
| 24 | config SA1111 |
| 25 | bool |
Nicolas Pitre | 3bca103 | 2008-10-07 20:14:55 +0100 | [diff] [blame] | 26 | select DMABOUNCE if !ARCH_PXA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | |
| 28 | config DMABOUNCE |
| 29 | bool |
Russell King | 485bdde | 2008-10-17 14:00:43 +0100 | [diff] [blame] | 30 | select ZONE_DMA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | |
| 32 | config TIMER_ACORN |
| 33 | bool |
| 34 | |
| 35 | config SHARP_LOCOMO |
| 36 | bool |
| 37 | |
| 38 | config SHARP_PARAM |
| 39 | bool |
| 40 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | config SHARP_SCOOP |
| 42 | bool |
Arve Hjønnevåg | 73a0ce9 | 2010-09-27 17:50:00 -0700 | [diff] [blame] | 43 | |
| 44 | config FIQ_GLUE |
| 45 | bool |
| 46 | select FIQ |
Iliyan Malchev | c1db50b | 2010-06-05 17:36:24 -0700 | [diff] [blame] | 47 | |
| 48 | config FIQ_DEBUGGER |
| 49 | bool "FIQ Mode Serial Debugger" |
| 50 | select FIQ |
| 51 | select FIQ_GLUE |
| 52 | select KERNEL_DEBUGGER_CORE |
| 53 | default n |
| 54 | help |
| 55 | The FIQ serial debugger can accept commands even when the |
| 56 | kernel is unresponsive due to being stuck with interrupts |
| 57 | disabled. Depends on the kernel debugger core in drivers/misc. |
| 58 | |
| 59 | |
| 60 | config FIQ_DEBUGGER_NO_SLEEP |
| 61 | bool "Keep serial debugger active" |
| 62 | depends on FIQ_DEBUGGER |
| 63 | default n |
| 64 | help |
| 65 | Enables the serial debugger at boot. Passing |
| 66 | fiq_debugger.no_sleep on the kernel commandline will |
| 67 | override this config option. |
| 68 | |
| 69 | config FIQ_DEBUGGER_WAKEUP_IRQ_ALWAYS_ON |
| 70 | bool "Don't disable wakeup IRQ when debugger is active" |
| 71 | depends on FIQ_DEBUGGER |
| 72 | default n |
| 73 | help |
| 74 | Don't disable the wakeup irq when enabling the uart clock. This will |
| 75 | cause extra interrupts, but it makes the serial debugger usable with |
| 76 | on some MSM radio builds that ignore the uart clock request in power |
| 77 | collapse. |
Colin Cross | 4df8d7b | 2010-08-16 14:51:51 -0700 | [diff] [blame] | 78 | |
| 79 | config FIQ_DEBUGGER_CONSOLE |
| 80 | bool "Console on FIQ Serial Debugger port" |
| 81 | depends on FIQ_DEBUGGER |
| 82 | default n |
| 83 | help |
| 84 | Enables a console so that printk messages are displayed on |
| 85 | the debugger serial port as the occur. |
Dima Zavin | c6fba16 | 2010-11-10 15:39:07 -0800 | [diff] [blame] | 86 | |
| 87 | config FIQ_DEBUGGER_CONSOLE_DEFAULT_ENABLE |
| 88 | bool "Put the FIQ debugger into console mode by default" |
| 89 | depends on FIQ_DEBUGGER_CONSOLE |
| 90 | default n |
| 91 | help |
| 92 | If enabled, this puts the fiq debugger into console mode by default. |
| 93 | Otherwise, the fiq debugger will start out in debug mode. |