mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
bmi088: Add build dependency on HTE
The BMI088 driver is dependent upon the HTE driver and so only build the
BMI088 driver if HTE is enabled.
Bug 3961133
Change-Id: I1338d44f4814fb23636206081019ea9cb1390fcc
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3093706
(cherry picked from commit 003bd8ed9b)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3094428
Reviewed-by: svcacv <svcacv@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
Reviewed-by: Gautham Srinivasan <gauthams@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
637dd81935
commit
e020b2d931
@@ -32,10 +32,12 @@ endif
|
||||
ifdef CONFIG_I2C
|
||||
obj-m += i2c/busses/
|
||||
obj-m += mfd/
|
||||
ifdef CONFIG_HTE
|
||||
ifdef CONFIG_IIO
|
||||
obj-m += bmi088/
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
ifdef CONFIG_MEMORY
|
||||
obj-m += memory/
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user