diff options
author | David Barr <davidbarr@Davids-iMac.local> | 2020-09-30 16:20:41 +0100 |
---|---|---|
committer | David Barr <davidbarr@Davids-iMac.local> | 2020-09-30 16:20:41 +0100 |
commit | a3d0c03726a0bc607d4daab7a90dda57d4ba6a6f (patch) | |
tree | 37f2fe6a250c5bea779968226e906702022231f0 /app/boards/shields/cradio/Kconfig.shield | |
parent | ed5d3646fe7596fb40d0b7505f8062cdac6537be (diff) |
rename cradios to cradio
Diffstat (limited to 'app/boards/shields/cradio/Kconfig.shield')
-rw-r--r-- | app/boards/shields/cradio/Kconfig.shield | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/boards/shields/cradio/Kconfig.shield b/app/boards/shields/cradio/Kconfig.shield new file mode 100644 index 0000000..0385d23 --- /dev/null +++ b/app/boards/shields/cradio/Kconfig.shield @@ -0,0 +1,5 @@ +# Copyright (c) 2020 Pete Johanson +# SPDX-License-Identifier: MIT + +config SHIELD_CRADIO + def_bool $(shields_list_contains,cradio) |