diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-03 11:06:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-03 11:06:56 -0400 |
commit | 4046136afbd1038d776bad9c59e1e4cca78186fb (patch) | |
tree | 1888ca7bd978c0bba891ac9ee51224fd06d1162e /drivers/misc/Kconfig | |
parent | b55a0ff8df92646696c858a8fea4dbf38509f202 (diff) | |
parent | a100d88df1e924e5c9678fabf054d1bae7ab74fb (diff) |
Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc into next
Pull char/misc driver patches from Greg KH:
"Here is the big char / misc driver update for 3.16-rc1.
Lots of different driver updates for a variety of different drivers
and minor driver subsystems.
All have been in linux-next with no reported issues"
* tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc: (79 commits)
hv: use correct order when freeing monitor_pages
spmi: of: fixup generic SPMI devicetree binding example
applicom: dereferencing NULL on error path
misc: genwqe: fix uninitialized return value in genwqe_free_sync_sgl()
miscdevice.h: Simple syntax fix to make pointers consistent.
MAINTAINERS: Add miscdevice.h to file list for char/misc drivers.
mcb: Add support for shared PCI IRQs
drivers: Remove duplicate conditionally included subdirs
misc: atmel_pwm: only build for supported platforms
mei: me: move probe quirk to cfg structure
mei: add per device configuration
mei: me: read H_CSR after asserting reset
mei: me: drop harmful wait optimization
mei: me: fix hw ready reset flow
mei: fix memory leak of mei_clients array
uio: fix vma io range check in mmap
drivers: uio_dmem_genirq: Fix memory leak in uio_dmem_genirq_probe()
w1: do not unlock unheld list_mutex in __w1_remove_master_device()
w1: optional bundling of netlink kernel replies
connector: allow multiple messages to be sent in one packet
...
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index d9663ef90ce8..a43d0c467274 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -54,6 +54,7 @@ config AD525X_DPOT_SPI | |||
54 | config ATMEL_PWM | 54 | config ATMEL_PWM |
55 | tristate "Atmel AT32/AT91 PWM support" | 55 | tristate "Atmel AT32/AT91 PWM support" |
56 | depends on HAVE_CLK | 56 | depends on HAVE_CLK |
57 | depends on AVR32 || AT91SAM9263 || AT91SAM9RL || AT91SAM9G45 | ||
57 | help | 58 | help |
58 | This option enables device driver support for the PWM channels | 59 | This option enables device driver support for the PWM channels |
59 | on certain Atmel processors. Pulse Width Modulation is used for | 60 | on certain Atmel processors. Pulse Width Modulation is used for |
@@ -200,7 +201,7 @@ config ICS932S401 | |||
200 | 201 | ||
201 | config ATMEL_SSC | 202 | config ATMEL_SSC |
202 | tristate "Device driver for Atmel SSC peripheral" | 203 | tristate "Device driver for Atmel SSC peripheral" |
203 | depends on HAS_IOMEM | 204 | depends on HAS_IOMEM && (AVR32 || ARCH_AT91 || COMPILE_TEST) |
204 | ---help--- | 205 | ---help--- |
205 | This option enables device driver support for Atmel Synchronized | 206 | This option enables device driver support for Atmel Synchronized |
206 | Serial Communication peripheral (SSC). | 207 | Serial Communication peripheral (SSC). |
@@ -468,7 +469,7 @@ config BMP085_SPI | |||
468 | config PCH_PHUB | 469 | config PCH_PHUB |
469 | tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB" | 470 | tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) PHUB" |
470 | select GENERIC_NET_UTILS | 471 | select GENERIC_NET_UTILS |
471 | depends on PCI | 472 | depends on PCI && (X86_32 || COMPILE_TEST) |
472 | help | 473 | help |
473 | This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of | 474 | This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of |
474 | Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded | 475 | Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded |