diff options
author | Michael Krummsdorf | 2020-04-09 15:21:39 +0200 |
---|---|---|
committer | Stefano Babic | 2020-04-17 18:58:11 +0200 |
commit | 45fde2ac7abfb127e24fa4e213bbf4fc9116a356 (patch) | |
tree | 44ecbc4943bb50f9ec1d0891946e134500c0b1d9 /board | |
parent | 41231dac2128c742b86f54ee1ad7d7ab3700312b (diff) |
board: tqc: tqma6: mba6: apply default Kconfig for device model
Signed-off-by: Michael Krummsdorf <michael.krummsdorf@ew.tq-group.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/tqc/tqma6/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/board/tqc/tqma6/Kconfig b/board/tqc/tqma6/Kconfig index 2a4cff0ec85..084fdb5230e 100644 --- a/board/tqc/tqma6/Kconfig +++ b/board/tqc/tqma6/Kconfig @@ -63,6 +63,17 @@ choice config MBA6 bool "TQMa6 on MBa6 Starterkit" + select DM_ETH + select USB + select DM_USB + select CMD_USB + select USB_STORAGE + select USB_HOST_ETHER + select USB_ETHER_SMSC95XX + select PHYLIB + select PHY_MICREL + select PHY_MICREL_KSZ90X1 + select MXC_UART help Select the MBa6 starterkit. This features a GigE Phy, USB, SD-Card etc. |