Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 1 | menu "Platform support" |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 2 | |
Benjamin Herrenschmidt | 55190f8 | 2011-09-19 17:44:52 +0000 | [diff] [blame] | 3 | source "arch/powerpc/platforms/powernv/Kconfig" |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 4 | source "arch/powerpc/platforms/pseries/Kconfig" |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 5 | source "arch/powerpc/platforms/chrp/Kconfig" |
John Rigby | e177edc | 2008-01-29 04:28:53 +1100 | [diff] [blame] | 6 | source "arch/powerpc/platforms/512x/Kconfig" |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 7 | source "arch/powerpc/platforms/52xx/Kconfig" |
| 8 | source "arch/powerpc/platforms/powermac/Kconfig" |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 9 | source "arch/powerpc/platforms/maple/Kconfig" |
| 10 | source "arch/powerpc/platforms/pasemi/Kconfig" |
Kumar Gala | 9875026 | 2007-04-12 18:01:34 -0500 | [diff] [blame] | 11 | source "arch/powerpc/platforms/ps3/Kconfig" |
| 12 | source "arch/powerpc/platforms/cell/Kconfig" |
Kumar Gala | c8a55f3 | 2007-04-12 17:35:54 -0500 | [diff] [blame] | 13 | source "arch/powerpc/platforms/8xx/Kconfig" |
Kumar Gala | d6071f8 | 2007-04-12 16:53:32 -0500 | [diff] [blame] | 14 | source "arch/powerpc/platforms/82xx/Kconfig" |
Kumar Gala | b5a4834 | 2007-04-12 15:46:21 -0500 | [diff] [blame] | 15 | source "arch/powerpc/platforms/83xx/Kconfig" |
Kumar Gala | db94780 | 2007-04-12 17:44:07 -0500 | [diff] [blame] | 16 | source "arch/powerpc/platforms/85xx/Kconfig" |
Kumar Gala | 4a89f7f | 2007-04-12 15:41:26 -0500 | [diff] [blame] | 17 | source "arch/powerpc/platforms/86xx/Kconfig" |
Kumar Gala | 9875026 | 2007-04-12 18:01:34 -0500 | [diff] [blame] | 18 | source "arch/powerpc/platforms/embedded6xx/Kconfig" |
David Gibson | f6dfc80 | 2007-05-08 14:10:01 +1000 | [diff] [blame] | 19 | source "arch/powerpc/platforms/44x/Kconfig" |
Josh Boyer | 545c069 | 2007-09-07 07:51:24 -0500 | [diff] [blame] | 20 | source "arch/powerpc/platforms/40x/Kconfig" |
Gerhard Pircher | 54b318a | 2009-02-10 12:20:49 +0000 | [diff] [blame] | 21 | source "arch/powerpc/platforms/amigaone/Kconfig" |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 22 | |
Alexander Graf | d17051c | 2010-07-29 14:47:57 +0200 | [diff] [blame] | 23 | config KVM_GUEST |
| 24 | bool "KVM Guest support" |
Anton Blanchard | 643ba4e | 2011-08-04 17:23:58 +0000 | [diff] [blame] | 25 | default n |
Liu Yu-B13201 | 2e1ae9c | 2012-03-15 10:52:13 +0000 | [diff] [blame] | 26 | select EPAPR_PARAVIRT |
Alexander Graf | d17051c | 2010-07-29 14:47:57 +0200 | [diff] [blame] | 27 | ---help--- |
| 28 | This option enables various optimizations for running under the KVM |
| 29 | hypervisor. Overhead for the kernel when not running inside KVM should |
| 30 | be minimal. |
| 31 | |
| 32 | In case of doubt, say Y |
| 33 | |
Liu Yu-B13201 | 2e1ae9c | 2012-03-15 10:52:13 +0000 | [diff] [blame] | 34 | config EPAPR_PARAVIRT |
| 35 | bool "ePAPR para-virtualization support" |
| 36 | default n |
| 37 | help |
| 38 | Enables ePAPR para-virtualization support for guests. |
| 39 | |
| 40 | In case of doubt, say Y |
| 41 | |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 42 | config PPC_NATIVE |
| 43 | bool |
Benjamin Herrenschmidt | 28794d3 | 2009-03-10 17:53:27 +0000 | [diff] [blame] | 44 | depends on 6xx || PPC64 |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 45 | help |
| 46 | Support for running natively on the hardware, i.e. without |
| 47 | a hypervisor. This option is not user-selectable but should |
| 48 | be selected by all platforms that need it. |
| 49 | |
Benjamin Herrenschmidt | 28794d3 | 2009-03-10 17:53:27 +0000 | [diff] [blame] | 50 | config PPC_OF_BOOT_TRAMPOLINE |
| 51 | bool "Support booting from Open Firmware or yaboot" |
| 52 | depends on 6xx || PPC64 |
| 53 | default y |
| 54 | help |
| 55 | Support from booting from Open Firmware or yaboot using an |
| 56 | Open Firmware client interface. This enables the kernel to |
Sylvestre Ledru | f65e51d | 2011-04-04 15:04:46 -0700 | [diff] [blame] | 57 | communicate with open firmware to retrieve system information |
Benjamin Herrenschmidt | 28794d3 | 2009-03-10 17:53:27 +0000 | [diff] [blame] | 58 | such as the device tree. |
| 59 | |
| 60 | In case of doubt, say Y |
| 61 | |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 62 | config UDBG_RTAS_CONSOLE |
| 63 | bool "RTAS based debug console" |
| 64 | depends on PPC_RTAS |
| 65 | default n |
| 66 | |
Milton Miller | 1ece355 | 2011-05-10 19:29:42 +0000 | [diff] [blame] | 67 | config PPC_SMP_MUXED_IPI |
| 68 | bool |
| 69 | help |
| 70 | Select this opton if your platform supports SMP and your |
| 71 | interrupt controller provides less than 4 interrupts to each |
| 72 | cpu. This will enable the generic code to multiplex the 4 |
| 73 | messages on to one ipi. |
| 74 | |
John Rigby | b0bbad6 | 2008-01-17 17:05:31 -0700 | [diff] [blame] | 75 | config IPIC |
| 76 | bool |
| 77 | default n |
| 78 | |
Kumar Gala | 9875026 | 2007-04-12 18:01:34 -0500 | [diff] [blame] | 79 | config MPIC |
| 80 | bool |
| 81 | default n |
| 82 | |
Dongsheng.wang@freescale.com | 36ca09b | 2013-04-09 10:22:30 +0800 | [diff] [blame] | 83 | config MPIC_TIMER |
| 84 | bool "MPIC Global Timer" |
| 85 | depends on MPIC && FSL_SOC |
| 86 | default n |
| 87 | help |
| 88 | The MPIC global timer is a hardware timer inside the |
| 89 | Freescale PIC complying with OpenPIC standard. When the |
| 90 | specified interval times out, the hardware timer generates |
| 91 | an interrupt. The driver currently is only tested on fsl |
| 92 | chip, but it can potentially support other global timers |
| 93 | complying with the OpenPIC standard. |
| 94 | |
Dongsheng.wang@freescale.com | a63b3bc | 2013-04-09 10:22:32 +0800 | [diff] [blame] | 95 | config FSL_MPIC_TIMER_WAKEUP |
| 96 | tristate "Freescale MPIC global timer wakeup driver" |
| 97 | depends on FSL_SOC && MPIC_TIMER && PM |
| 98 | default n |
| 99 | help |
| 100 | The driver provides a way to wake up the system by MPIC |
| 101 | timer. |
| 102 | e.g. "echo 5 > /sys/devices/system/mpic/timer_wakeup" |
| 103 | |
Ashish Kalra | 3a93261 | 2011-05-19 08:54:28 -0500 | [diff] [blame] | 104 | config PPC_EPAPR_HV_PIC |
| 105 | bool |
| 106 | default n |
Stuart Yoder | 4065639 | 2012-07-03 05:48:54 +0000 | [diff] [blame] | 107 | select EPAPR_PARAVIRT |
Ashish Kalra | 3a93261 | 2011-05-19 08:54:28 -0500 | [diff] [blame] | 108 | |
Kumar Gala | 9875026 | 2007-04-12 18:01:34 -0500 | [diff] [blame] | 109 | config MPIC_WEIRD |
| 110 | bool |
| 111 | default n |
| 112 | |
Jia Hongtao | 8626816 | 2012-02-17 10:49:03 +0800 | [diff] [blame] | 113 | config MPIC_MSGR |
| 114 | bool "MPIC message register support" |
| 115 | depends on MPIC |
| 116 | default n |
| 117 | help |
| 118 | Enables support for the MPIC message registers. These |
| 119 | registers are used for inter-processor communication. |
| 120 | |
Kumar Gala | 9875026 | 2007-04-12 18:01:34 -0500 | [diff] [blame] | 121 | config PPC_I8259 |
| 122 | bool |
| 123 | default n |
| 124 | |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 125 | config U3_DART |
| 126 | bool |
Benjamin Herrenschmidt | 28794d3 | 2009-03-10 17:53:27 +0000 | [diff] [blame] | 127 | depends on PPC64 |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 128 | default n |
| 129 | |
| 130 | config PPC_RTAS |
| 131 | bool |
| 132 | default n |
| 133 | |
| 134 | config RTAS_ERROR_LOGGING |
| 135 | bool |
| 136 | depends on PPC_RTAS |
| 137 | default n |
| 138 | |
Benjamin Herrenschmidt | 3d541c4 | 2009-09-24 19:30:05 +0000 | [diff] [blame] | 139 | config PPC_RTAS_DAEMON |
| 140 | bool |
| 141 | depends on PPC_RTAS |
| 142 | default n |
| 143 | |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 144 | config RTAS_PROC |
| 145 | bool "Proc interface to RTAS" |
Michael Ellerman | b80ec3d | 2013-05-06 18:43:39 +0000 | [diff] [blame] | 146 | depends on PPC_RTAS && PROC_FS |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 147 | default y |
| 148 | |
| 149 | config RTAS_FLASH |
| 150 | tristate "Firmware flash interface" |
| 151 | depends on PPC64 && RTAS_PROC |
| 152 | |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 153 | config MMIO_NVRAM |
| 154 | bool |
| 155 | default n |
| 156 | |
Michael Ellerman | 6cfef5b | 2007-04-23 18:47:08 +1000 | [diff] [blame] | 157 | config MPIC_U3_HT_IRQS |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 158 | bool |
Andreas Schwab | 314b389 | 2010-08-23 07:36:41 +0000 | [diff] [blame] | 159 | default n |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 160 | |
Olof Johansson | 0d72ba9 | 2007-09-08 05:13:19 +1000 | [diff] [blame] | 161 | config MPIC_BROKEN_REGREAD |
| 162 | bool |
| 163 | depends on MPIC |
| 164 | help |
| 165 | This option enables a MPIC driver workaround for some chips |
| 166 | that have a bug that causes some interrupt source information |
| 167 | to not read back properly. It is safe to use on other chips as |
| 168 | well, but enabling it uses about 8KB of memory to keep copies |
| 169 | of the register contents in software. |
| 170 | |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 171 | config IBMVIO |
Stephen Rothwell | 3d066d7 | 2012-02-22 14:10:12 +0000 | [diff] [blame] | 172 | depends on PPC_PSERIES |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 173 | bool |
| 174 | default y |
| 175 | |
| 176 | config IBMEBUS |
| 177 | depends on PPC_PSERIES |
| 178 | bool "Support for GX bus based adapters" |
| 179 | help |
| 180 | Bus device driver for GX bus based adapters. |
| 181 | |
Gavin Shan | 317f06d | 2013-06-20 13:20:52 +0800 | [diff] [blame] | 182 | config EEH |
| 183 | bool |
| 184 | depends on (PPC_POWERNV || PPC_PSERIES) && PCI |
| 185 | default y |
| 186 | |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 187 | config PPC_MPC106 |
| 188 | bool |
| 189 | default n |
| 190 | |
| 191 | config PPC_970_NAP |
| 192 | bool |
| 193 | default n |
| 194 | |
Benjamin Herrenschmidt | 948cf67 | 2011-01-24 18:42:41 +1100 | [diff] [blame] | 195 | config PPC_P7_NAP |
| 196 | bool |
| 197 | default n |
| 198 | |
Benjamin Herrenschmidt | ecd73cc | 2013-07-15 13:03:08 +1000 | [diff] [blame] | 199 | config PPC_INDIRECT_PIO |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 200 | bool |
| 201 | select GENERIC_IOMAP |
Michael Ellerman | 21176fe | 2011-04-11 21:25:01 +0000 | [diff] [blame] | 202 | |
Michael Ellerman | 21176fe | 2011-04-11 21:25:01 +0000 | [diff] [blame] | 203 | config PPC_INDIRECT_MMIO |
| 204 | bool |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 205 | |
Michael Ellerman | 3cc30d0 | 2011-04-11 21:25:01 +0000 | [diff] [blame] | 206 | config PPC_IO_WORKAROUNDS |
| 207 | bool |
| 208 | |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 209 | source "drivers/cpufreq/Kconfig" |
| 210 | |
Deepthi Dharwar | e179816 | 2011-11-30 02:46:55 +0000 | [diff] [blame] | 211 | menu "CPUIdle driver" |
| 212 | |
| 213 | source "drivers/cpuidle/Kconfig" |
| 214 | |
| 215 | endmenu |
| 216 | |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 217 | config PPC601_SYNC_FIX |
| 218 | bool "Workarounds for PPC601 bugs" |
Paul Bolle | 933ee71 | 2013-03-27 00:47:03 +0000 | [diff] [blame] | 219 | depends on 6xx && PPC_PMAC |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 220 | help |
| 221 | Some versions of the PPC601 (the first PowerPC chip) have bugs which |
| 222 | mean that extra synchronization instructions are required near |
| 223 | certain instructions, typically those that make major changes to the |
| 224 | CPU state. These extra instructions reduce performance slightly. |
| 225 | If you say N here, these extra instructions will not be included, |
| 226 | resulting in a kernel which will run faster but may not run at all |
| 227 | on some systems with the PPC601 chip. |
| 228 | |
| 229 | If in doubt, say Y here. |
| 230 | |
| 231 | config TAU |
| 232 | bool "On-chip CPU temperature sensor support" |
Benjamin Herrenschmidt | 28794d3 | 2009-03-10 17:53:27 +0000 | [diff] [blame] | 233 | depends on 6xx |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 234 | help |
| 235 | G3 and G4 processors have an on-chip temperature sensor called the |
| 236 | 'Thermal Assist Unit (TAU)', which, in theory, can measure the on-die |
| 237 | temperature within 2-4 degrees Celsius. This option shows the current |
| 238 | on-die temperature in /proc/cpuinfo if the cpu supports it. |
| 239 | |
| 240 | Unfortunately, on some chip revisions, this sensor is very inaccurate |
| 241 | and in many cases, does not work at all, so don't assume the cpu |
| 242 | temp is actually what /proc/cpuinfo says it is. |
| 243 | |
| 244 | config TAU_INT |
| 245 | bool "Interrupt driven TAU driver (DANGEROUS)" |
| 246 | depends on TAU |
| 247 | ---help--- |
| 248 | The TAU supports an interrupt driven mode which causes an interrupt |
| 249 | whenever the temperature goes out of range. This is the fastest way |
| 250 | to get notified the temp has exceeded a range. With this option off, |
| 251 | a timer is used to re-check the temperature periodically. |
| 252 | |
| 253 | However, on some cpus it appears that the TAU interrupt hardware |
| 254 | is buggy and can cause a situation which would lead unexplained hard |
| 255 | lockups. |
| 256 | |
| 257 | Unless you are extending the TAU driver, or enjoy kernel/hardware |
| 258 | debugging, leave this option off. |
| 259 | |
| 260 | config TAU_AVERAGE |
| 261 | bool "Average high and low temp" |
| 262 | depends on TAU |
| 263 | ---help--- |
| 264 | The TAU hardware can compare the temperature to an upper and lower |
| 265 | bound. The default behavior is to show both the upper and lower |
| 266 | bound in /proc/cpuinfo. If the range is large, the temperature is |
| 267 | either changing a lot, or the TAU hardware is broken (likely on some |
| 268 | G4's). If the range is small (around 4 degrees), the temperature is |
| 269 | relatively stable. If you say Y here, a single temperature value, |
| 270 | halfway between the upper and lower bounds, will be reported in |
| 271 | /proc/cpuinfo. |
| 272 | |
| 273 | If in doubt, say N here. |
| 274 | |
Kumar Gala | 9875026 | 2007-04-12 18:01:34 -0500 | [diff] [blame] | 275 | config QUICC_ENGINE |
Timur Tabi | 4e330bc | 2008-10-03 11:14:10 -0500 | [diff] [blame] | 276 | bool "Freescale QUICC Engine (QE) Support" |
Kumar Gala | 47fe819 | 2011-05-20 00:00:21 -0500 | [diff] [blame] | 277 | depends on FSL_SOC && PPC32 |
Sylvain Munaut | 1088a20 | 2007-09-16 20:53:25 +1000 | [diff] [blame] | 278 | select PPC_LIB_RHEAP |
Timur Tabi | bc556ba | 2008-01-08 10:30:58 -0600 | [diff] [blame] | 279 | select CRC32 |
Kumar Gala | 9875026 | 2007-04-12 18:01:34 -0500 | [diff] [blame] | 280 | help |
| 281 | The QUICC Engine (QE) is a new generation of communications |
| 282 | coprocessors on Freescale embedded CPUs (akin to CPM in older chips). |
| 283 | Selecting this option means that you wish to build a kernel |
| 284 | for a machine with a QE coprocessor. |
| 285 | |
Anton Vorontsov | 5c09119 | 2008-10-03 23:40:36 +0400 | [diff] [blame] | 286 | config QE_GPIO |
| 287 | bool "QE GPIO support" |
| 288 | depends on QUICC_ENGINE |
Anton Vorontsov | 5c09119 | 2008-10-03 23:40:36 +0400 | [diff] [blame] | 289 | select ARCH_REQUIRE_GPIOLIB |
| 290 | help |
| 291 | Say Y here if you're going to use hardware that connects to the |
| 292 | QE GPIOs. |
| 293 | |
Kumar Gala | d6071f8 | 2007-04-12 16:53:32 -0500 | [diff] [blame] | 294 | config CPM2 |
Paul Gortmaker | b8b3caf | 2008-01-24 18:41:25 -0500 | [diff] [blame] | 295 | bool "Enable support for the CPM2 (Communications Processor Module)" |
Kumar Gala | 5753c08 | 2009-10-16 18:31:48 -0500 | [diff] [blame] | 296 | depends on (FSL_SOC_BOOKE && PPC32) || 8260 |
Scott Wood | c374e00 | 2007-07-16 11:43:43 -0500 | [diff] [blame] | 297 | select CPM |
Sylvain Munaut | 1088a20 | 2007-09-16 20:53:25 +1000 | [diff] [blame] | 298 | select PPC_LIB_RHEAP |
John Rigby | b500563 | 2008-06-26 11:07:56 -0600 | [diff] [blame] | 299 | select PPC_PCI_CHOICE |
Laurent Pinchart | e193325 | 2008-07-28 10:43:22 +0200 | [diff] [blame] | 300 | select ARCH_REQUIRE_GPIOLIB |
Kumar Gala | d6071f8 | 2007-04-12 16:53:32 -0500 | [diff] [blame] | 301 | help |
| 302 | The CPM2 (Communications Processor Module) is a coprocessor on |
| 303 | embedded CPUs made by Freescale. Selecting this option means that |
| 304 | you wish to build a kernel for a machine with a CPM2 coprocessor |
| 305 | on it (826x, 827x, 8560). |
| 306 | |
Maxim Shchetynin | dbdf04c | 2007-07-20 21:39:26 +0200 | [diff] [blame] | 307 | config AXON_RAM |
| 308 | tristate "Axon DDR2 memory device driver" |
Michael Ellerman | ebf0f33 | 2009-03-12 02:16:27 +0000 | [diff] [blame] | 309 | depends on PPC_IBM_CELL_BLADE && BLOCK |
Maxim Shchetynin | dbdf04c | 2007-07-20 21:39:26 +0200 | [diff] [blame] | 310 | default m |
| 311 | help |
| 312 | It registers one block device per Axon's DDR2 memory bank found |
| 313 | on a system. Block devices are called axonram?, their major and |
| 314 | minor numbers are available in /proc/devices, /proc/partitions or |
| 315 | in /sys/block/axonram?/dev. |
| 316 | |
Kumar Gala | b66510c | 2007-08-16 23:55:55 -0500 | [diff] [blame] | 317 | config FSL_ULI1575 |
| 318 | bool |
| 319 | default n |
Kumar Gala | fb4f0e8 | 2007-09-10 14:57:34 -0500 | [diff] [blame] | 320 | select GENERIC_ISA_DMA |
Kumar Gala | b66510c | 2007-08-16 23:55:55 -0500 | [diff] [blame] | 321 | help |
| 322 | Supports for the ULI1575 PCIe south bridge that exists on some |
| 323 | Freescale reference boards. The boards all use the ULI in pretty |
| 324 | much the same way. |
| 325 | |
Scott Wood | c374e00 | 2007-07-16 11:43:43 -0500 | [diff] [blame] | 326 | config CPM |
| 327 | bool |
| 328 | |
David Gibson | 22258fa | 2008-01-11 14:25:34 +1100 | [diff] [blame] | 329 | config OF_RTC |
| 330 | bool |
| 331 | help |
Matt LaPlante | 692105b | 2009-01-26 11:12:25 +0100 | [diff] [blame] | 332 | Uses information from the OF or flattened device tree to instantiate |
David Gibson | 22258fa | 2008-01-11 14:25:34 +1100 | [diff] [blame] | 333 | platform devices for direct mapped RTC chips like the DS1742 or DS1743. |
| 334 | |
Anton Vorontsov | 3d64de9 | 2008-12-18 19:37:26 +0300 | [diff] [blame] | 335 | config SIMPLE_GPIO |
| 336 | bool "Support for simple, memory-mapped GPIO controllers" |
| 337 | depends on PPC |
Anton Vorontsov | 3d64de9 | 2008-12-18 19:37:26 +0300 | [diff] [blame] | 338 | select ARCH_REQUIRE_GPIOLIB |
| 339 | help |
| 340 | Say Y here to support simple, memory-mapped GPIO controllers. |
| 341 | These are usually BCSRs used to control board's switches, LEDs, |
| 342 | chip-selects, Ethernet/USB PHY's power and various other small |
| 343 | on-board peripherals. |
| 344 | |
Anton Vorontsov | ea0105e | 2009-01-11 19:55:39 +0300 | [diff] [blame] | 345 | config MCU_MPC8349EMITX |
Fabio Baltieri | 6ca6ca5 | 2011-08-15 16:19:30 +0200 | [diff] [blame] | 346 | bool "MPC8349E-mITX MCU driver" |
Al Viro | 82640a6 | 2011-11-08 21:10:29 -0500 | [diff] [blame] | 347 | depends on I2C=y && PPC_83xx |
Anton Vorontsov | ea0105e | 2009-01-11 19:55:39 +0300 | [diff] [blame] | 348 | select ARCH_REQUIRE_GPIOLIB |
| 349 | help |
| 350 | Say Y here to enable soft power-off functionality on the Freescale |
| 351 | boards with the MPC8349E-mITX-compatible MCU chips. This driver will |
| 352 | also register MCU GPIOs with the generic GPIO API, so you'll able |
| 353 | to use MCU pins as GPIOs. |
| 354 | |
Roderick Colenbrander | 64f1650 | 2009-06-06 10:14:22 -0600 | [diff] [blame] | 355 | config XILINX_PCI |
| 356 | bool "Xilinx PCI host bridge support" |
| 357 | depends on PCI && XILINX_VIRTEX |
| 358 | |
Kumar Gala | 4330f5d | 2007-03-16 09:32:17 -0500 | [diff] [blame] | 359 | endmenu |