platform: goldfish: Allow goldfish drivers for archs with IOMEM and DMA
authorAnup Patel <Anup.Patel@wdc.com>
Wed, 25 Sep 2019 06:37:56 +0000 (06:37 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2019 13:24:20 +0000 (15:24 +0200)
commitd52accce0aadd577ab12b59a71a450b3765f5db1
tree2d615349e27324643925251a907fd660203cc8a1
parent32a738704d7fc20fcece0e14e4e44ec68689746f
platform: goldfish: Allow goldfish drivers for archs with IOMEM and DMA

We don't need explicit dependency of Goldfish kconfig option on various
architectures. Instead, the Goldfish kconfig option should only depend
on HAS_IOMEM and HAS_DMA which is sufficient for all Goldfish devices.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Link: https://lore.kernel.org/r/20190925063706.56175-2-anup.patel@wdc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/goldfish/Kconfig