diff options
author | Jajambo Liao <jajambol@nvidia.com> | 2014-06-18 13:44:02 +0800 |
---|---|---|
committer | Mandar Padmawar <mpadmawar@nvidia.com> | 2014-06-26 23:39:25 -0700 |
commit | 191b49cdb6b45c50972a0e6a0c350b0ba2a11702 (patch) | |
tree | 242dd2e3ee6d6d3230b821498a2c96f66c6dc2e8 /chromeos | |
parent | aa7c1f74189b543112fb05ca3371f3219cb559f0 (diff) |
arm: tegra: config: build invensens as .so
change invensens build method from dynamic library to
static library
- modify CONFIG_INV_MPU, CONFIG_INV_AKM8975, CONFIG_INV_BMP180
to be "=y", build those module as static library
- remove "insmod inv-mpu.ko", "insmod inv-ak8975.ko"
"insmod inv-bmp180.ko" command from init script
- set init priority of akm89xx/bmp180 as late_initcall
That will make sure system always loaded akm89xx/bmp180 after
inv-mpu module when those modules was builded as static library.
Bug 1468040
Change-Id: I0cf43f73b8654cadead45ed60c5f141e9197e111
Signed-off-by: Jajambo Liao <jajambol@nvidia.com>
Reviewed-on: http://git-master/r/424534
Reviewed-by: Mandar Padmawar <mpadmawar@nvidia.com>
Tested-by: Mandar Padmawar <mpadmawar@nvidia.com>
Diffstat (limited to 'chromeos')
-rw-r--r-- | chromeos/config/armel/chromeos-tegra114.flavour.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/config/armel/chromeos-tegra114.flavour.config b/chromeos/config/armel/chromeos-tegra114.flavour.config index ce53f09d86d6..a5f28b16e896 100644 --- a/chromeos/config/armel/chromeos-tegra114.flavour.config +++ b/chromeos/config/armel/chromeos-tegra114.flavour.config @@ -393,8 +393,8 @@ CONFIG_INPUT_KEYRESET=y # CONFIG_INPUT_PWM_BEEPER is not set CONFIG_INPUT_UINPUT=y # CONFIG_INTEL_MID_PTI is not set -CONFIG_INV_AK8975=m -CONFIG_INV_MPU=m +CONFIG_INV_AK8975=y +CONFIG_INV_MPU=y CONFIG_IOMMU_API=y # CONFIG_IOSCHED_CFQ is not set # CONFIG_IOSCHED_DEADLINE is not set |