hw/arm/Kconfig: Add missing SDHCI symbol to FSL_IMX25
commitee9ffe0c8efac4f194aed288563949b09705b0de
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 13 May 2021 13:20:23 +0000 (13 15:20 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 20 Jul 2021 13:31:45 +0000 (20 15:31 +0200)
tree13edfcad0776f105a7e77c3faa921b543314e96a
parent7795b6e1523e7c8b50103df7ea1c9f325200d78b
hw/arm/Kconfig: Add missing SDHCI symbol to FSL_IMX25

Commit bfae1772c43 ("hw/arm/fsl-imx25: Wire up eSDHC controllers")
added a dependency on the TYPE_IMX_USDHC model, but forgot to add
the Kconfig selector. Fix that to solve when built stand-alone:

  $ qemu-system-arm -M imx25-pdk
  qemu-system-arm: missing object type 'imx-usdhc'
  Aborted (core dumped)

Fixes: bfae1772c43 ("hw/arm/fsl-imx25: Wire up eSDHC controllers")
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210515173716.358295-6-philmd@redhat.com>
hw/arm/Kconfig