soc/tegra: pmc: Select IRQ_DOMAIN_HIERARCHY
Tegra PMC driver depends on IRQ domain hierarchy support, hence select the IRQ_DOMAIN_HIERARCHY config for SOC_TEGRA_PMC. Signed-off-by: Petlozu Pravareshwar <petlozup@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
9abf2313ad
commit
28dbe82310
|
@ -143,6 +143,7 @@ config SOC_TEGRA_FLOWCTRL
|
|||
config SOC_TEGRA_PMC
|
||||
bool
|
||||
select GENERIC_PINCONF
|
||||
select IRQ_DOMAIN_HIERARCHY
|
||||
select PM_OPP
|
||||
select PM_GENERIC_DOMAINS
|
||||
select REGMAP
|
||||
|
|
Loading…
Reference in New Issue