diff options
author | Richard Jones <b.mcgavin@gmail.com> | 2020-08-22 21:47:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 21:47:29 +0100 |
commit | a0a4b8a2f5abf9e393c1d35e794b2c2e8c0e7abc (patch) | |
tree | 63d31b8a7c747a5629db68b93ad204b66067c179 /app/boards/shields/romac/Kconfig.shield | |
parent | 6225bcd73dbd6291d76a2cb929c8c473c1a36630 (diff) |
Romac (#1)
* New shield: romac 2.1
Diffstat (limited to 'app/boards/shields/romac/Kconfig.shield')
-rw-r--r-- | app/boards/shields/romac/Kconfig.shield | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/boards/shields/romac/Kconfig.shield b/app/boards/shields/romac/Kconfig.shield new file mode 100644 index 0000000..a081728 --- /dev/null +++ b/app/boards/shields/romac/Kconfig.shield @@ -0,0 +1,5 @@ +# Copyright (c) 2020 Pete Johansen, Richard Jones +# SPDX-License-Identifier: MIT + +config SHIELD_ROMAC + def_bool $(shields_list_contains,romac) |