Re: [PATCH] drivers/clocksource/Kconfig: Let SH_TIMER_CMT depend on HAS_IOMEM

2015-01-04 Thread Richard Weinberger
Chen, Am 02.10.2014 um 15:34 schrieb Chen Gang: > SH_TIMER_CMT will use IO memory features which needs HAS_IOMEM, so need > depend on it. The related error (with allmodconfig under um): > > CC drivers/clocksource/sh_cmt.o > drivers/clocksource/sh_cmt.c: In function

Re: [PATCH] drivers/clocksource/Kconfig: Let SH_TIMER_CMT depend on HAS_IOMEM

2015-01-04 Thread Richard Weinberger
Chen, Am 02.10.2014 um 15:34 schrieb Chen Gang: SH_TIMER_CMT will use IO memory features which needs HAS_IOMEM, so need depend on it. The related error (with allmodconfig under um): CC drivers/clocksource/sh_cmt.o drivers/clocksource/sh_cmt.c: In function 'sh_cmt_map_memory':

Re: [PATCH] drivers/clocksource/Kconfig: Let SH_TIMER_CMT depend on HAS_IOMEM

2014-10-02 Thread Chen Gang
Sorry, it also contents another items which need HAS_IOMEM in this config file, this patch is incomplete, I shall send patch v2 for it. Thanks. On 10/2/14 21:34, Chen Gang wrote: > SH_TIMER_CMT will use IO memory features which needs HAS_IOMEM, so need > depend on it. The related error (with

[PATCH] drivers/clocksource/Kconfig: Let SH_TIMER_CMT depend on HAS_IOMEM

2014-10-02 Thread Chen Gang
SH_TIMER_CMT will use IO memory features which needs HAS_IOMEM, so need depend on it. The related error (with allmodconfig under um): CC drivers/clocksource/sh_cmt.o drivers/clocksource/sh_cmt.c: In function 'sh_cmt_map_memory': drivers/clocksource/sh_cmt.c:920:2: error: implicit

[PATCH] drivers/clocksource/Kconfig: Let SH_TIMER_CMT depend on HAS_IOMEM

2014-10-02 Thread Chen Gang
SH_TIMER_CMT will use IO memory features which needs HAS_IOMEM, so need depend on it. The related error (with allmodconfig under um): CC drivers/clocksource/sh_cmt.o drivers/clocksource/sh_cmt.c: In function 'sh_cmt_map_memory': drivers/clocksource/sh_cmt.c:920:2: error: implicit

Re: [PATCH] drivers/clocksource/Kconfig: Let SH_TIMER_CMT depend on HAS_IOMEM

2014-10-02 Thread Chen Gang
Sorry, it also contents another items which need HAS_IOMEM in this config file, this patch is incomplete, I shall send patch v2 for it. Thanks. On 10/2/14 21:34, Chen Gang wrote: SH_TIMER_CMT will use IO memory features which needs HAS_IOMEM, so need depend on it. The related error (with