Remove QWIIC_DRIVERS (#14174)
This commit is contained in:
parent
22cafb9a20
commit
dace4d5f0d
10 changed files with 1 additions and 783 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue