8 lines
221 B
Text
8 lines
221 B
Text
# Copyright (c) 2022 Luigi311
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
config SHIELD_STREAM_CHEAP
|
|
def_bool $(shields_list_contains,stream_cheap)
|
|
|
|
config SHIELD_STREAM_CHEAP_2X4
|
|
def_bool $(shields_list_contains,stream_cheap_2x4)
|