ANDROID: gki_config: enable CONFIG_IIO_TRIGGERED_BUFFER
Enable CONFIG_IIO_TRIGGERED_BUFFER to support more IIO APIs for IIO device drivers. Since CONFIG_IIO_TRIGGERED_BUFFER will select CONFIG_IIO_TRIGGER, I replace CONFIG_IIO_TRIGGER with CONFIG_IIO_TRIGGERED_BUFFER instead of adding CONFIG_IIO_TRIGGERED_BUFFER in defconfig. Otherwise "build_abi.sh --update" will report error of defconfig. Bug: 271373845 Change-Id: I2843ccddd10e32b867f2ecfb0f8e312b127f36d5 Signed-off-by: Yingying Tang <quic_yintang@quicinc.com>
This commit is contained in:
committed by
Matthias Männich
parent
e21e3d108b
commit
3352886cae
@@ -554,7 +554,7 @@ CONFIG_DEVFREQ_GOV_PASSIVE=y
|
||||
CONFIG_PM_DEVFREQ_EVENT=y
|
||||
CONFIG_IIO=y
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_TRIGGER=y
|
||||
CONFIG_IIO_TRIGGERED_BUFFER=y
|
||||
CONFIG_PWM=y
|
||||
CONFIG_GENERIC_PHY=y
|
||||
CONFIG_POWERCAP=y
|
||||
|
||||
@@ -500,7 +500,7 @@ CONFIG_RPMSG_CHAR=y
|
||||
CONFIG_PM_DEVFREQ_EVENT=y
|
||||
CONFIG_IIO=y
|
||||
CONFIG_IIO_BUFFER=y
|
||||
CONFIG_IIO_TRIGGER=y
|
||||
CONFIG_IIO_TRIGGERED_BUFFER=y
|
||||
CONFIG_POWERCAP=y
|
||||
CONFIG_ANDROID=y
|
||||
CONFIG_ANDROID_BINDER_IPC=y
|
||||
|
||||
Reference in New Issue
Block a user