diff options
author | Jean Delvare <jdelvare@suse.de> | 2016-05-26 05:43:23 -0400 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2016-06-08 16:21:37 -0400 |
commit | 25789f95a8834d154e5c1f0c9df9a7faedeae98e (patch) | |
tree | 4ae57630557cf70d3c9e2b36602547561f327584 | |
parent | 0118c2d3eac0545d4095877e5a015b5dc763b3c2 (diff) |
platform/x86: Drop duplicate dependencies on X86
The whole menu depends on X86 so there is no point in repeating this
dependency on individual driver entries.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-rw-r--r-- | drivers/platform/x86/Kconfig | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index c06bb85c2839..3ec0025d19e7 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -103,7 +103,6 @@ config DELL_SMBIOS | |||
103 | 103 | ||
104 | config DELL_LAPTOP | 104 | config DELL_LAPTOP |
105 | tristate "Dell Laptop Extras" | 105 | tristate "Dell Laptop Extras" |
106 | depends on X86 | ||
107 | depends on DELL_SMBIOS | 106 | depends on DELL_SMBIOS |
108 | depends on DMI | 107 | depends on DMI |
109 | depends on BACKLIGHT_CLASS_DEVICE | 108 | depends on BACKLIGHT_CLASS_DEVICE |
@@ -505,7 +504,7 @@ config THINKPAD_ACPI_HOTKEY_POLL | |||
505 | 504 | ||
506 | config SENSORS_HDAPS | 505 | config SENSORS_HDAPS |
507 | tristate "Thinkpad Hard Drive Active Protection System (hdaps)" | 506 | tristate "Thinkpad Hard Drive Active Protection System (hdaps)" |
508 | depends on INPUT && X86 | 507 | depends on INPUT |
509 | select INPUT_POLLDEV | 508 | select INPUT_POLLDEV |
510 | default n | 509 | default n |
511 | help | 510 | help |
@@ -749,7 +748,7 @@ config TOSHIBA_WMI | |||
749 | 748 | ||
750 | config ACPI_CMPC | 749 | config ACPI_CMPC |
751 | tristate "CMPC Laptop Extras" | 750 | tristate "CMPC Laptop Extras" |
752 | depends on X86 && ACPI | 751 | depends on ACPI |
753 | depends on RFKILL || RFKILL=n | 752 | depends on RFKILL || RFKILL=n |
754 | select INPUT | 753 | select INPUT |
755 | select BACKLIGHT_CLASS_DEVICE | 754 | select BACKLIGHT_CLASS_DEVICE |
@@ -848,7 +847,7 @@ config INTEL_IMR | |||
848 | 847 | ||
849 | config INTEL_PMC_CORE | 848 | config INTEL_PMC_CORE |
850 | bool "Intel PMC Core driver" | 849 | bool "Intel PMC Core driver" |
851 | depends on X86 && PCI | 850 | depends on PCI |
852 | ---help--- | 851 | ---help--- |
853 | The Intel Platform Controller Hub for Intel Core SoCs provides access | 852 | The Intel Platform Controller Hub for Intel Core SoCs provides access |
854 | to Power Management Controller registers via a PCI interface. This | 853 | to Power Management Controller registers via a PCI interface. This |
@@ -860,7 +859,7 @@ config INTEL_PMC_CORE | |||
860 | 859 | ||
861 | config IBM_RTL | 860 | config IBM_RTL |
862 | tristate "Device driver to enable PRTL support" | 861 | tristate "Device driver to enable PRTL support" |
863 | depends on X86 && PCI | 862 | depends on PCI |
864 | ---help--- | 863 | ---help--- |
865 | Enable support for IBM Premium Real Time Mode (PRTM). | 864 | Enable support for IBM Premium Real Time Mode (PRTM). |
866 | This module will allow you the enter and exit PRTM in the BIOS via | 865 | This module will allow you the enter and exit PRTM in the BIOS via |
@@ -894,7 +893,6 @@ config XO15_EBOOK | |||
894 | 893 | ||
895 | config SAMSUNG_LAPTOP | 894 | config SAMSUNG_LAPTOP |
896 | tristate "Samsung Laptop driver" | 895 | tristate "Samsung Laptop driver" |
897 | depends on X86 | ||
898 | depends on RFKILL || RFKILL = n | 896 | depends on RFKILL || RFKILL = n |
899 | depends on ACPI_VIDEO || ACPI_VIDEO = n | 897 | depends on ACPI_VIDEO || ACPI_VIDEO = n |
900 | depends on BACKLIGHT_CLASS_DEVICE | 898 | depends on BACKLIGHT_CLASS_DEVICE |