Message ID | 1474361863-2319-1-git-send-email-axel.lin@ingics.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Hi, On 2016년 09월 20일 17:57, Axel Lin wrote: > This drvier uses devm_regmap_init_mmio(), so select REGMAP_MMIO to avoid > build failure. s/drvier/driver > > Signed-off-by: Axel Lin <axel.lin@ingics.com> > --- > drivers/devfreq/event/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/devfreq/event/Kconfig b/drivers/devfreq/event/Kconfig > index 0fdae86..cd94980 100644 > --- a/drivers/devfreq/event/Kconfig > +++ b/drivers/devfreq/event/Kconfig > @@ -17,6 +17,7 @@ config DEVFREQ_EVENT_EXYNOS_NOCP > tristate "EXYNOS NoC (Network On Chip) Probe DEVFREQ event Driver" > depends on ARCH_EXYNOS || COMPILE_TEST > select PM_OPP > + select REGMAP_MMIO > help > This add the devfreq-event driver for Exynos SoC. It provides NoC > (Network on Chip) Probe counters to measure the bandwidth of AXI bus. > Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
On Tue, Sep 20, 2016 at 6:30 PM, Chanwoo Choi <cw00.choi@samsung.com> wrote: > Hi, > > On 2016년 09월 20일 17:57, Axel Lin wrote: >> This drvier uses devm_regmap_init_mmio(), so select REGMAP_MMIO to avoid >> build failure. > > s/drvier/driver > >> >> Signed-off-by: Axel Lin <axel.lin@ingics.com> >> --- >> drivers/devfreq/event/Kconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/devfreq/event/Kconfig b/drivers/devfreq/event/Kconfig >> index 0fdae86..cd94980 100644 >> --- a/drivers/devfreq/event/Kconfig >> +++ b/drivers/devfreq/event/Kconfig >> @@ -17,6 +17,7 @@ config DEVFREQ_EVENT_EXYNOS_NOCP >> tristate "EXYNOS NoC (Network On Chip) Probe DEVFREQ event Driver" >> depends on ARCH_EXYNOS || COMPILE_TEST >> select PM_OPP >> + select REGMAP_MMIO >> help >> This add the devfreq-event driver for Exynos SoC. It provides NoC >> (Network on Chip) Probe counters to measure the bandwidth of AXI bus. >> > > Acked-by: Chanwoo Choi <cw00.choi@samsung.com> Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com> > > -- > Best Regards, > Chanwoo Choi > -- > To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/devfreq/event/Kconfig b/drivers/devfreq/event/Kconfig index 0fdae86..cd94980 100644 --- a/drivers/devfreq/event/Kconfig +++ b/drivers/devfreq/event/Kconfig @@ -17,6 +17,7 @@ config DEVFREQ_EVENT_EXYNOS_NOCP tristate "EXYNOS NoC (Network On Chip) Probe DEVFREQ event Driver" depends on ARCH_EXYNOS || COMPILE_TEST select PM_OPP + select REGMAP_MMIO help This add the devfreq-event driver for Exynos SoC. It provides NoC (Network on Chip) Probe counters to measure the bandwidth of AXI bus.
This drvier uses devm_regmap_init_mmio(), so select REGMAP_MMIO to avoid build failure. Signed-off-by: Axel Lin <axel.lin@ingics.com> --- drivers/devfreq/event/Kconfig | 1 + 1 file changed, 1 insertion(+)