1
0
Fork 0

Remove QWIIC_DRIVERS (#14174)

This commit is contained in:
Joel Challis 2021-10-09 14:48:27 +01:00 committed by GitHub
parent 22cafb9a20
commit dace4d5f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 1 additions and 783 deletions

View file

@ -113,7 +113,7 @@ def _extract_features(info_data, rules):
rules['BOOTMAGIC_ENABLE'] = 'on'
# Skip non-boolean features we haven't implemented special handling for
for feature in 'HAPTIC_ENABLE', 'QWIIC_ENABLE':
for feature in ('HAPTIC_ENABLE',):
if rules.get(feature):
del rules[feature]