diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2010-07-08 16:25:55 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-07-08 16:25:55 -0700 |
commit | 8dd1260f93ecc28cb36fd75e15ddca34b571602e (patch) | |
tree | 6a4b7a71203df12406ce0335e0e3bf5e24ccef51 /drivers/staging/Kconfig | |
parent | 6da4cd46902973f267fcc93325f65a93eca52ad5 (diff) |
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>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 72de5fa4e788..6796265fd08e 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -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 |