Re: [PATCH] hwmon: SENSORS_SBTSI should depend on X86

2020-12-17 Thread Geert Uytterhoeven
Hi Kun, Günter, On Wed, Dec 16, 2020 at 9:17 PM Guenter Roeck wrote: > On Wed, Dec 16, 2020 at 09:27:28AM -0800, Kun Yi wrote: > > On Wed, Dec 16, 2020 at 8:31 AM Guenter Roeck wrote: > > > > > > On Wed, Dec 16, 2020 at 02:46:41PM +0100, Geert Uytterhoeven wrote: > > > > The AMD SB Temperature

Re: [PATCH] hwmon: SENSORS_SBTSI should depend on X86

2020-12-16 Thread Guenter Roeck
On Wed, Dec 16, 2020 at 09:27:28AM -0800, Kun Yi wrote: > On Wed, Dec 16, 2020 at 8:31 AM Guenter Roeck wrote: > > > > On Wed, Dec 16, 2020 at 02:46:41PM +0100, Geert Uytterhoeven wrote: > > > The AMD SB Temperature Sensor Interface (SB-TSI) is only present on AMD > > > X86 SoCs. Hence add a

Re: [PATCH] hwmon: SENSORS_SBTSI should depend on X86

2020-12-16 Thread Kun Yi
On Wed, Dec 16, 2020 at 8:31 AM Guenter Roeck wrote: > > On Wed, Dec 16, 2020 at 02:46:41PM +0100, Geert Uytterhoeven wrote: > > The AMD SB Temperature Sensor Interface (SB-TSI) is only present on AMD > > X86 SoCs. Hence add a dependency on X86, to prevent asking the user > > about this driver

Re: [PATCH] hwmon: SENSORS_SBTSI should depend on X86

2020-12-16 Thread Guenter Roeck
On Wed, Dec 16, 2020 at 02:46:41PM +0100, Geert Uytterhoeven wrote: > The AMD SB Temperature Sensor Interface (SB-TSI) is only present on AMD > X86 SoCs. Hence add a dependency on X86, to prevent asking the user > about this driver when configuring a kernel without AMD X86 platform > support. >

[PATCH] hwmon: SENSORS_SBTSI should depend on X86

2020-12-16 Thread Geert Uytterhoeven
The AMD SB Temperature Sensor Interface (SB-TSI) is only present on AMD X86 SoCs. Hence add a dependency on X86, to prevent asking the user about this driver when configuring a kernel without AMD X86 platform support. Fixes: e7bb1a2ab8c4b156 ("hwmon: (sbtsi) Add basic support for SB-TSI