]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
platform/x86: surface3_power: Fix Kconfig section ordering
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 26 Mar 2020 12:11:32 +0000 (14:11 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sat, 28 Mar 2020 20:37:30 +0000 (22:37 +0200)
Kconfig section is misplaced. Put it in the same order as it is done
in Makefile for this driver.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/Kconfig

index 6578164c22bd70ab20f2157e9e7d1e9c4e1eec7e..c304c069df79aeed1efa0653474f02a06c89eb0a 100644 (file)
@@ -855,12 +855,6 @@ config SURFACE_3_BUTTON
        ---help---
          This driver handles the power/home/volume buttons on the Microsoft Surface 3 tablet.
 
-config SURFACE_PRO3_BUTTON
-       tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet"
-       depends on ACPI && INPUT
-       ---help---
-         This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet.
-
 config SURFACE_3_POWER_OPREGION
        tristate "Surface 3 battery platform operation region support"
        depends on ACPI && I2C
@@ -868,6 +862,12 @@ config SURFACE_3_POWER_OPREGION
          This driver provides support for ACPI operation
          region of the Surface 3 battery platform driver.
 
+config SURFACE_PRO3_BUTTON
+       tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet"
+       depends on ACPI && INPUT
+       ---help---
+         This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet.
+
 config MSI_LAPTOP
        tristate "MSI Laptop Extras"
        depends on ACPI