Commit 8dd1260f authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 6da4cd46
......@@ -155,5 +155,7 @@ source "drivers/staging/solo6x10/Kconfig"
source "drivers/staging/tidspbridge/Kconfig"
source "drivers/staging/quickstart/Kconfig"
endif # !STAGING_EXCLUDE_BUILD
endif # STAGING
......@@ -58,3 +58,4 @@ obj-$(CONFIG_MSM_STAGING) += msm/
obj-$(CONFIG_EASYCAP) += easycap/
obj-$(CONFIG_SOLO6X10) += solo6x10/
obj-$(CONFIG_TIDSPBRIDGE) += tidspbridge/
obj-$(CONFIG_ACPI_QUICKSTART) += quickstart/
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.
obj-$(CONFIG_ACPI_QUICKSTART) += quickstart.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment