Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243099
b: refs/heads/master
c: f017fbe
h: refs/heads/master
i:
  243097: 0478f24
  243095: c30f8b1
v: v3
  • Loading branch information
Durgadoss R authored and Matthew Garrett committed Mar 28, 2011
1 parent 6a483dc commit 3febd75
Show file tree
Hide file tree
Showing 4 changed files with 585 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0b9c6494498014f28dbec37fe327bf016a91356
refs/heads/master: f017fbe7993d8416824aaf079fa1e6dc88d1ba55
7 changes: 7 additions & 0 deletions trunk/drivers/platform/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,13 @@ config INTEL_MID_POWER_BUTTON

If unsure, say N.

config INTEL_MFLD_THERMAL
tristate "Thermal driver for Intel Medfield platform"
depends on INTEL_SCU_IPC && THERMAL
help
Say Y here to enable thermal driver support for the Intel Medfield
platform.

config RAR_REGISTER
bool "Restricted Access Region Register Driver"
depends on PCI && X86_MRST
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/platform/x86/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ obj-$(CONFIG_TOPSTAR_LAPTOP) += topstar-laptop.o
obj-$(CONFIG_ACPI_TOSHIBA) += toshiba_acpi.o
obj-$(CONFIG_TOSHIBA_BT_RFKILL) += toshiba_bluetooth.o
obj-$(CONFIG_INTEL_SCU_IPC) += intel_scu_ipc.o
obj-$(CONFIG_INTEL_SCU_IPC_UTIL)+= intel_scu_ipcutil.o
obj-$(CONFIG_INTEL_SCU_IPC_UTIL) += intel_scu_ipcutil.o
obj-$(CONFIG_INTEL_MFLD_THERMAL) += intel_mid_thermal.o
obj-$(CONFIG_RAR_REGISTER) += intel_rar_register.o
obj-$(CONFIG_INTEL_IPS) += intel_ips.o
obj-$(CONFIG_GPIO_INTEL_PMIC) += intel_pmic_gpio.o
Expand Down
Loading

0 comments on commit 3febd75

Please sign in to comment.