Re: [PATCH 2/3] platform: surface: Add surface xbl

From: Randy Dunlap
Date: Thu Oct 28 2021 - 18:44:04 EST


On 10/28/21 2:17 PM, Jarrett Schultz wrote:
diff --git a/drivers/platform/surface/Kconfig b/drivers/platform/surface/Kconfig
index 3105f651614f..ca0546397414 100644
--- a/drivers/platform/surface/Kconfig
+++ b/drivers/platform/surface/Kconfig
@@ -180,6 +180,16 @@ config SURFACE_PRO3_BUTTON
help
This driver handles the power/home/volume buttons on the Microsoft Surface Pro 3/4 tablet.
+config SURFACE_XBL
+ tristate "Surface XBL Driver"
+ depends on ARM64 || COMPILE_TEST
+ help
+ If you say 'Y' to this option, support will be included for the
+ Surface XBL Driver.
+
+ This driver can also be built as a module. If so, the module
+ will be called surface-xbl.

Hi,

Can you tell the user/reader what XBL means, please?

Don't assume that they will look at some documentation.

thanks.
--
~Randy