From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 88224C4321E for ; Sun, 4 Dec 2022 17:55:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229834AbiLDRzf (ORCPT ); Sun, 4 Dec 2022 12:55:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229973AbiLDRzZ (ORCPT ); Sun, 4 Dec 2022 12:55:25 -0500 Received: from mail.skyhub.de (mail.skyhub.de [5.9.137.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B624B140CD; Sun, 4 Dec 2022 09:55:24 -0800 (PST) Received: from zn.tnic (p200300ea9733e799329c23fffea6a903.dip0.t-ipconnect.de [IPv6:2003:ea:9733:e799:329c:23ff:fea6:a903]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 48F111EC05BC; Sun, 4 Dec 2022 18:55:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1670176523; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:references; bh=4GSyFVHhppU56Viv573uhRazx4FATMW7mWUL/C9pPYU=; b=b4jTngj2KET5iUQohbUIKDGV+/8VSqgsyfP6o9gOIQtiurZSniJ0UiVvAf7vcABPOOc2Vb AfovbXAwxKgKJ3LUESLlcNqeyG9ebMOuhLGV65myitVF+Hc8ZgnxpMGw5Li/iGaDsgsk22 wuR0gaXpoVzrGC2IleRLahCvyE14EsM= Date: Sun, 4 Dec 2022 18:55:17 +0100 From: Borislav Petkov To: Eddie James Cc: Guenter Roeck , linux-hwmon@vger.kernel.org, lkml Subject: CONFIG_SENSORS_OCC_P8_I2C Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Hi, make oldconfig asks me here on a x86 machine about this below and it looks like this should depend on some P8 config item so that it doesn't show on other architectures. Right? Thx. CONFIG_SENSORS_OCC_P8_I2C: This option enables support for monitoring sensors provided by the On-Chip Controller (OCC) on a POWER8 processor. However, this driver can only run on a baseboard management controller (BMC) connected to the P8, not the POWER processor itself. Communications with the OCC are established through I2C bus. This driver can also be built as a module. If so, the module will be called occ-p8-hwmon. Symbol: SENSORS_OCC_P8_I2C [=n] Type : tristate Defined at drivers/hwmon/occ/Kconfig:6 Prompt: POWER8 OCC through I2C Depends on: HWMON [=y] && I2C [=y] Location: -> Device Drivers -> Hardware Monitoring support (HWMON [=y]) -> POWER8 OCC through I2C (SENSORS_OCC_P8_I2C [=n]) Selects: SENSORS_OCC [=n] -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette