soc: mediatek: Enable mmsys driver by default if Mediatek arch is selected
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Wed, 1 Apr 2020 20:17:33 +0000 (22:17 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 20 May 2020 10:47:02 +0000 (12:47 +0200)
commit52660e568518b07daf15d117ef5a704909ea2513
treed804190d7fc3c49130343daf6ec4c098ce94123d
parent154910f886762a2817ddddad7fc6fed8c23b4ad1
soc: mediatek: Enable mmsys driver by default if Mediatek arch is selected

The mmsys driver supports only MT8173 device for now, but like other system
controllers is an important piece for other Mediatek devices. Actually
it depends on the mt8173 clock specific driver but that dependency is
not real as it can build without the clock driver. Instead of depends on
a specific model, make the driver depends on the generic ARCH_MEDIATEK and
enable by default so other Mediatek devices can start using it without
flood the Kconfig.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Tested-by: Hsin-Yi Wang <hsinyi@chromium.org>
Link: https://lore.kernel.org/r/20200401201736.2980433-1-enric.balletbo@collabora.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
drivers/soc/mediatek/Kconfig