public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Gray <bgray@linux.ibm.com>
To: linux-i2c@vger.kernel.org
Cc: arnd@arndb.de, Sven Peter <sven@svenpeter.dev>,
	mpe@ellerman.id.au, Benjamin Gray <bgray@linux.ibm.com>
Subject: [PATCH v2 2/2] i2c: Build I2C_PASEMI with COMPILE_TEST
Date: Tue, 28 Feb 2023 10:33:18 +1100	[thread overview]
Message-ID: <20230227233318.120415-2-bgray@linux.ibm.com> (raw)
In-Reply-To: <20230227233318.120415-1-bgray@linux.ibm.com>

This driver builds fine on non-power platforms, so add it to the
COMPILE_TEST set to increase build coverage.

Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Benjamin Gray <bgray@linux.ibm.com>
---
 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index c42109e972fe..52b1aa164cda 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -890,7 +890,7 @@ config I2C_OWL
 
 config I2C_PASEMI
 	tristate "PA Semi SMBus interface"
-	depends on PPC_PASEMI && PCI
+	depends on (PPC_PASEMI && PCI) || COMPILE_TEST
 	help
 	  Supports the PA Semi PWRficient on-chip SMBus interfaces.
 
-- 
2.39.2


  reply	other threads:[~2023-02-27 23:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-27 23:33 [PATCH v2 1/2] i2c: Disable I2C_APPLE when I2C_PASEMI is a builtin Benjamin Gray
2023-02-27 23:33 ` Benjamin Gray [this message]
2023-02-28  3:50   ` [PATCH v2 2/2] i2c: Build I2C_PASEMI with COMPILE_TEST kernel test robot
2023-02-28 21:37     ` Benjamin Gray
2023-03-02 17:00   ` Sven Peter
2023-02-28  8:38 ` [PATCH v2 1/2] i2c: Disable I2C_APPLE when I2C_PASEMI is a builtin Arnd Bergmann
2023-03-02 17:00 ` Sven Peter
2023-03-03 19:56 ` Wolfram Sang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230227233318.120415-2-bgray@linux.ibm.com \
    --to=bgray@linux.ibm.com \
    --cc=arnd@arndb.de \
    --cc=linux-i2c@vger.kernel.org \
    --cc=mpe@ellerman.id.au \
    --cc=sven@svenpeter.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox