aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorKen Xue <Ken.Xue@amd.com>2015-02-05 19:27:51 -0500
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-02-06 09:42:16 -0500
commit92082a8886f30a1c492a31ac4b5a4966bb64b1a6 (patch)
tree2663fa609d05e2338fc21912f08e5a0f0338bb92 /arch/x86/Kconfig
parent02c09177d56ef6a0a75ebc681f7667a34edda384 (diff)
ACPI: add AMD ACPI2Platform device support for x86 system
This new feature is to interpret AMD specific ACPI device to platform device such as I2C, UART, GPIO found on AMD CZ and later chipsets. It based on example intel LPSS. Now, it can support AMD I2C, UART and GPIO. Signed-off-by: Ken Xue <Ken.Xue@amd.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 0dc9d0144a27..3e15cee34aee 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -496,6 +496,17 @@ config X86_INTEL_LPSS
496 things like clock tree (common clock framework) and pincontrol 496 things like clock tree (common clock framework) and pincontrol
497 which are needed by the LPSS peripheral drivers. 497 which are needed by the LPSS peripheral drivers.
498 498
499config X86_AMD_PLATFORM_DEVICE
500 bool "AMD ACPI2Platform devices support"
501 depends on ACPI
502 select COMMON_CLK
503 select PINCTRL
504 ---help---
505 Select to interpret AMD specific ACPI device to platform device
506 such as I2C, UART, GPIO found on AMD Carrizo and later chipsets.
507 I2C and UART depend on COMMON_CLK to set clock. GPIO driver is
508 implemented under PINCTRL subsystem.
509
499config IOSF_MBI 510config IOSF_MBI
500 tristate "Intel SoC IOSF Sideband support for SoC platforms" 511 tristate "Intel SoC IOSF Sideband support for SoC platforms"
501 depends on PCI 512 depends on PCI