diff options
Diffstat (limited to 'board/seco/Kconfig')
-rw-r--r-- | board/seco/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/seco/Kconfig b/board/seco/Kconfig index af1669733f1..12dd965ad52 100644 --- a/board/seco/Kconfig +++ b/board/seco/Kconfig @@ -21,15 +21,15 @@ choice config SECOMX6Q bool "i.MX6Q" - select MX6Q + depends on MX6Q config SECOMX6DL bool "i.MX6DL" - select MX6DL + depends on MX6DL config SECOMX6S bool "i.MX6S" - select MX6S + depends on MX6S endchoice |