Skip to content

Commit ba308bd

Browse files
committed
platform/x86: surface3_power: Fix Kconfig section ordering
Kconfig section is misplaced. Put it in the same order as it is done in Makefile for this driver. Signed-off-by: Andy Shevchenko <[email protected]>
1 parent dd4a935 commit ba308bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

drivers/platform/x86/Kconfig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -855,19 +855,19 @@ config SURFACE_3_BUTTON
855855
---help---
856856
This driver handles the power/home/volume buttons on the Microsoft Surface 3 tablet.
857857

858-
config SURFACE_PRO3_BUTTON
859-
tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet"
860-
depends on ACPI && INPUT
861-
---help---
862-
This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet.
863-
864858
config SURFACE_3_POWER_OPREGION
865859
tristate "Surface 3 battery platform operation region support"
866860
depends on ACPI && I2C
867861
help
868862
This driver provides support for ACPI operation
869863
region of the Surface 3 battery platform driver.
870864

865+
config SURFACE_PRO3_BUTTON
866+
tristate "Power/home/volume buttons driver for Microsoft Surface Pro 3/4 tablet"
867+
depends on ACPI && INPUT
868+
---help---
869+
This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet.
870+
871871
config MSI_LAPTOP
872872
tristate "MSI Laptop Extras"
873873
depends on ACPI

0 commit comments

Comments
 (0)