add Packet hub driver for Topcliff Platform controller hub
[firefly-linux-kernel-4.4.55.git] / drivers / misc / Kconfig
index 0b591b658243a7675ac66d24b97e7ea1ceaa9781..6f46e27ed682fe4dc3a004a471c1a6944033f3a4 100644 (file)
@@ -368,7 +368,7 @@ config VMWARE_BALLOON
          If unsure, say N.
 
          To compile this driver as a module, choose M here: the
-         module will be called vmware_balloon.
+         module will be called vmw_balloon.
 
 config ARM_CHARLCD
        bool "ARM Ltd. Character LCD Driver"
@@ -390,6 +390,18 @@ config BMP085
          To compile this driver as a module, choose M here: the
          module will be called bmp085.
 
+config PCH_PHUB
+       tristate "PCH Packet Hub of Intel Topcliff"
+       depends on PCI
+       help
+         This driver is for PCH(Platform controller Hub) PHUB(Packet Hub) of
+         Intel Topcliff which is an IOH(Input/Output Hub) for x86 embedded
+         processor. The Topcliff has MAC address and Option ROM data in SROM.
+         This driver can access MAC address and Option ROM data in SROM.
+
+         To compile this driver as a module, choose M here: the module will
+         be called pch_phub.
+
 source "drivers/misc/c2port/Kconfig"
 source "drivers/misc/eeprom/Kconfig"
 source "drivers/misc/cb710/Kconfig"