staging: nvec: do not depend on MACH_PAZ00
authorMarc Dietrich <marvin24@gmx.de>
Sun, 19 Aug 2012 17:03:08 +0000 (19:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 20:18:15 +0000 (13:18 -0700)
With the removal of board files on the tegra arch, drivers can now only
be instantiated via device tree. Consequently, all MACH_<board> config
variables are removed. As a temporary solution always enable building
for the (up to now) only supported paz00 board until nvec is full ported
to device tree.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nvec/Kconfig

index 43048e9ba0d414fcc9a2e76a6c8cf67a236b9689..1235a7897d04eca5a92e512740eeff019877c279 100644 (file)
@@ -28,7 +28,7 @@ config NVEC_POWER
 
 config NVEC_PAZ00
        bool "Support for OEM specific functions on Compal PAZ00 based devices"
-       depends on MFD_NVEC && LEDS_CLASS && MACH_PAZ00
+       depends on MFD_NVEC && LEDS_CLASS
        help
          Say Y to enable control of the yellow side leds on Compal PAZ00 based
          devices, e.g. Toshbia AC100 and Dynabooks AZ netbooks.