Re: [PATCH 2/2] mmc: renesas_shci: remove wrong depends on to enable compile test

2017-11-20 Thread Wolfram Sang
> A typo in the subject. > > renesas_shci -> renesas_sdhc renesas_sdhi ;) signature.asc Description: PGP signature

Re: [PATCH 2/2] mmc: renesas_shci: remove wrong depends on to enable compile test

2017-11-20 Thread Wolfram Sang
> A typo in the subject. > > renesas_shci -> renesas_sdhc renesas_sdhi ;) signature.asc Description: PGP signature

Re: [PATCH 2/2] mmc: renesas_shci: remove wrong depends on to enable compile test

2017-11-20 Thread Wolfram Sang
On Tue, Nov 07, 2017 at 04:57:22PM +0900, Masahiro Yamada wrote: > ARCH_RENESAS is a stronger condition than (ARM || ARM64). > If ARCH_RENESAS is enabled, (ARM || ARM64) is met as well. > > What is worse, the first depends on line prevents COMPILE_TEST from > enabling this driver. It should be

Re: [PATCH 2/2] mmc: renesas_shci: remove wrong depends on to enable compile test

2017-11-20 Thread Wolfram Sang
On Tue, Nov 07, 2017 at 04:57:22PM +0900, Masahiro Yamada wrote: > ARCH_RENESAS is a stronger condition than (ARM || ARM64). > If ARCH_RENESAS is enabled, (ARM || ARM64) is met as well. > > What is worse, the first depends on line prevents COMPILE_TEST from > enabling this driver. It should be

Re: [PATCH 2/2] mmc: renesas_shci: remove wrong depends on to enable compile test

2017-11-07 Thread Masahiro Yamada
2017-11-07 16:57 GMT+09:00 Masahiro Yamada : > ARCH_RENESAS is a stronger condition than (ARM || ARM64). > If ARCH_RENESAS is enabled, (ARM || ARM64) is met as well. > > What is worse, the first depends on line prevents COMPILE_TEST from > enabling this driver. It

Re: [PATCH 2/2] mmc: renesas_shci: remove wrong depends on to enable compile test

2017-11-07 Thread Masahiro Yamada
2017-11-07 16:57 GMT+09:00 Masahiro Yamada : > ARCH_RENESAS is a stronger condition than (ARM || ARM64). > If ARCH_RENESAS is enabled, (ARM || ARM64) is met as well. > > What is worse, the first depends on line prevents COMPILE_TEST from > enabling this driver. It should be removed. > >

[PATCH 2/2] mmc: renesas_shci: remove wrong depends on to enable compile test

2017-11-06 Thread Masahiro Yamada
ARCH_RENESAS is a stronger condition than (ARM || ARM64). If ARCH_RENESAS is enabled, (ARM || ARM64) is met as well. What is worse, the first depends on line prevents COMPILE_TEST from enabling this driver. It should be removed. Signed-off-by: Masahiro Yamada ---

[PATCH 2/2] mmc: renesas_shci: remove wrong depends on to enable compile test

2017-11-06 Thread Masahiro Yamada
ARCH_RENESAS is a stronger condition than (ARM || ARM64). If ARCH_RENESAS is enabled, (ARM || ARM64) is met as well. What is worse, the first depends on line prevents COMPILE_TEST from enabling this driver. It should be removed. Signed-off-by: Masahiro Yamada --- drivers/mmc/host/Kconfig | 1