diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-17 19:43:33 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-17 20:30:02 -0700 |
commit | 2d96650139bf6f163970f72ef8aa1abaa6c8b3d1 (patch) | |
tree | 0e8f858b6a8342ddda5d8e07705a9b4a2b2753ab /drivers/staging/Kconfig | |
parent | c7fbfc825fdf183829fac42f55e1e5727f746bb0 (diff) |
Staging: ced1401: add driver to the build
This adds the ced1401 driver to the build system.
Yes, there are a lot of warning messages, but it does compile, so it
should be good to get going.
Cc: Alois Schlögl <alois.schloegl@ist.ac.at>
Cc: Greg P. Smith <greg@ced.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 08d279f8816e..025d8c98424a 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -138,4 +138,6 @@ source "drivers/staging/ramster/Kconfig" source "drivers/staging/silicom/Kconfig" +source "drivers/staging/ced1401/Kconfig" + endif # STAGING |