diff options
| author | Tom Rini <[email protected]> | 2022-06-10 22:59:35 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-28 17:04:38 -0400 |
| commit | 3a21d45d33cb868d0a0cd87de4a1a8327eb6523a (patch) | |
| tree | 926062a01bc3d1f47aee53e824dd4f7f0756ef98 /board/siemens/common | |
| parent | 4d2cab33d43a009bfa342598a1760067b022ae5e (diff) | |
siemens: Move CONFIG_FACTORYSET to Kconfig
Introduce board/siemens/common/Kconfig and have it hold FACTORYSET to
start with. Use select for this on the boards that need it.
Cc: Anatolij Gustschin <[email protected]>
Cc: Samuel Egli <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board/siemens/common')
| -rw-r--r-- | board/siemens/common/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/siemens/common/Kconfig b/board/siemens/common/Kconfig new file mode 100644 index 00000000000..131439fcfea --- /dev/null +++ b/board/siemens/common/Kconfig @@ -0,0 +1,2 @@ +config FACTORYSET + bool |
