Re: [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa

2018-10-19 Thread Christoph Hellwig
On Fri, Oct 19, 2018 at 01:46:50PM +0900, Masahiro Yamada wrote: > > --- a/arch/arm/Kconfig > > +++ b/arch/arm/Kconfig > > @@ -59,6 +59,7 @@ config ARM > > select HAVE_ARCH_TRACEHOOK > > select HAVE_ARM_SMCCC if CPU_V7 > > select HAVE_EBPF_JIT if !CPU_ENDIAN_BE32 > > +

Re: [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa

2018-10-18 Thread Masahiro Yamada
On Wed, Oct 17, 2018 at 5:03 PM Christoph Hellwig wrote: > > Let architectures opt into EISA support by selecting HAS_EISA and Nit. HAS_EISA -> HAVE_EISA since you renamed it in this version. > handle everything else in drivers/eisa. > > Signed-off-by: Christoph Hellwig > Acked-by: Thomas Gl

Re: [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa

2018-10-18 Thread Masahiro Yamada
On Wed, Oct 17, 2018 at 5:03 PM Christoph Hellwig wrote: > > Let architectures opt into EISA support by selecting HAS_EISA and > handle everything else in drivers/eisa. > > Signed-off-by: Christoph Hellwig > Acked-by: Thomas Gleixner > --- > index 60e37b9a715d..c90a1a4d6079 100644 > --- a/arch

[PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa

2018-10-17 Thread Christoph Hellwig
Let architectures opt into EISA support by selecting HAS_EISA and handle everything else in drivers/eisa. Signed-off-by: Christoph Hellwig Acked-by: Thomas Gleixner --- arch/alpha/Kconfig | 10 +++--- arch/arm/Kconfig | 16 +--- arch/mips/Kconfig | 31 +---

Re: [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa

2018-10-14 Thread Masahiro Yamada
On Sun, Oct 14, 2018 at 12:11 AM Christoph Hellwig wrote: > > Let architectures opt into EISA support by selecting HAS_EISA and > handle everything else in drivers/eisa. > > Signed-off-by: Christoph Hellwig > --- How about HAVE_EISA ? You forgot to add source "drivers/eisa/Kconfig" to drivers

[PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa

2018-10-13 Thread Christoph Hellwig
Let architectures opt into EISA support by selecting HAS_EISA and handle everything else in drivers/eisa. Signed-off-by: Christoph Hellwig --- arch/alpha/Kconfig | 8 +++- arch/arm/Kconfig | 16 +--- arch/mips/Kconfig | 31 +-- arch/pow