diff options
Diffstat (limited to 'board/seco/Kconfig')
-rw-r--r-- | board/seco/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/seco/Kconfig b/board/seco/Kconfig index dcb1ac81e02..af1669733f1 100644 --- a/board/seco/Kconfig +++ b/board/seco/Kconfig @@ -2,6 +2,7 @@ if TARGET_SECOMX6 choice prompt "SECO i.MX6 Board variant" + optional config SECOMX6_Q7 bool "Q7" @@ -16,6 +17,7 @@ endchoice choice prompt "SECO i.MX6 SoC variant" + optional config SECOMX6Q bool "i.MX6Q" |