diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2019-08-14 08:55:15 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2019-08-14 15:00:36 +0200 |
commit | 58452a4cb2c95571110c272eb35311e1a1d79a2f (patch) | |
tree | a00d9e58a5ac639b98c1274532f16f8f78c3fe60 /apps/features.txt | |
parent | 22c63269749aa6471235f9547e53bc9d6f8ce41b (diff) |
Make 'filter roll off' strings conditional, for specific targets only.
Patch by Igor Poretsky
Change-Id: Ic22ee5169015c5bdc3d7e7513dacaf2a536264f0
Diffstat (limited to 'apps/features.txt')
-rw-r--r-- | apps/features.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt index 832da4c5ca..fce386fdca 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -211,6 +211,10 @@ touchpad_deadzone depth_3d #endif +#if defined(DX50) || defined(HAVE_DF1704_CODEC) || defined(HAVE_PCM1792_CODEC) || defined(HAVE_CS4398) +filter_roll_off +#endif + /* These features are only used by the manual so they won't break binary * compatibility |