Staging: quickstart: add the quickstart driver to the build
This adds the needed Kconfig and Makefile changes to add the quickstart driver to the build. Cc: Angelo Arrifano <miknix@gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
10
drivers/staging/quickstart/Kconfig
Normal file
10
drivers/staging/quickstart/Kconfig
Normal file
@@ -0,0 +1,10 @@
|
||||
config ACPI_QUICKSTART
|
||||
tristate "ACPI Quickstart key driver"
|
||||
depends on ACPI
|
||||
help
|
||||
Say Y here if you have a platform that supports the ACPI
|
||||
quickstart key protocol.
|
||||
|
||||
To compile this driver as a module, choose M here: the module will be
|
||||
called quickstart.
|
||||
|
1
drivers/staging/quickstart/Makefile
Normal file
1
drivers/staging/quickstart/Makefile
Normal file
@@ -0,0 +1 @@
|
||||
obj-$(CONFIG_ACPI_QUICKSTART) += quickstart.o
|
Reference in New Issue
Block a user