From patchwork Thu Apr 9 13:21:39 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Krummsdorf X-Patchwork-Id: 237502 List-Id: U-Boot discussion From: michael.krummsdorf at ew.tq-group.com (Michael Krummsdorf) Date: Thu, 9 Apr 2020 15:21:39 +0200 Subject: [PATCH 4/7] board: tqc: tqma6: mba6: apply default Kconfig for device model In-Reply-To: <20200409132142.26491-1-michael.krummsdorf@ew.tq-group.com> References: <20200409132142.26491-1-michael.krummsdorf@ew.tq-group.com> Message-ID: <20200409132142.26491-5-michael.krummsdorf@ew.tq-group.com> Signed-off-by: Michael Krummsdorf --- board/tqc/tqma6/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/board/tqc/tqma6/Kconfig b/board/tqc/tqma6/Kconfig index 2a4cff0ec8..084fdb5230 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.