Re: [PATCH] macintosh: Do not arbitrarily limit architecture for macintosh drivers.

2017-03-29 Thread Benjamin Herrenschmidt
On Wed, 2017-03-29 at 23:29 +0200, Arnd Bergmann wrote: > Why not move the mac_hid module to drivers/input instead so > it no longer depends on MACINTOSH_DRIVERS? > > For the other mac drivers, it may be helpful to to add '|| > COMPILE_TEST' > to the dependency line here to allow building them on

Re: [PATCH] macintosh: Do not arbitrarily limit architecture for macintosh drivers.

2017-03-29 Thread Arnd Bergmann
On Wed, Mar 29, 2017 at 3:33 PM, Michal Suchanek wrote: > The mac mouse emulation is neat solution for notebooks with suboptimal > touchpads. For historical reason this is available on x86 but not arm or > mips so remove the limitation. > > The other more specific drivers

[PATCH] macintosh: Do not arbitrarily limit architecture for macintosh drivers.

2017-03-29 Thread Michal Suchanek
The mac mouse emulation is neat solution for notebooks with suboptimal touchpads. For historical reason this is available on x86 but not arm or mips so remove the limitation. The other more specific drivers depend on various platform drivers anyway so users will not select those by accident.