These are extra features on top of rfkill. Signed-off-by: Mikko Rapeli <[email protected]> --- features/rfkill/non-hardware.cfg | 3 +++ features/rfkill/rfkill-extra.cfg | 4 ++++ features/rfkill/rfkill-extra.scc | 2 ++ 3 files changed, 9 insertions(+) create mode 100644 features/rfkill/rfkill-extra.cfg create mode 100644 features/rfkill/rfkill-extra.scc
diff --git a/features/rfkill/non-hardware.cfg b/features/rfkill/non-hardware.cfg index 4804e2f5413e..73ac874409f4 100644 --- a/features/rfkill/non-hardware.cfg +++ b/features/rfkill/non-hardware.cfg @@ -1,2 +1,5 @@ # SPDX-License-Identifier: MIT CONFIG_RFKILL +CONFIG_RFKILL_LEDS +CONFIG_RFKILL_INPUT +CONFIG_RFKILL_GPIO diff --git a/features/rfkill/rfkill-extra.cfg b/features/rfkill/rfkill-extra.cfg new file mode 100644 index 000000000000..b3ce17aedfbe --- /dev/null +++ b/features/rfkill/rfkill-extra.cfg @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: MIT +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_INPUT=y +CONFIG_RFKILL_GPIO=m diff --git a/features/rfkill/rfkill-extra.scc b/features/rfkill/rfkill-extra.scc new file mode 100644 index 000000000000..cbe035f1e827 --- /dev/null +++ b/features/rfkill/rfkill-extra.scc @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: MIT +kconf non-hardware rfkill-extra.cfg -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16120): https://lists.yoctoproject.org/g/linux-yocto/message/16120 Mute This Topic: https://lists.yoctoproject.org/mt/117176729/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
