Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753036AbcKPHcI (ORCPT ); Wed, 16 Nov 2016 02:32:08 -0500 Received: from mail-wm0-f53.google.com ([74.125.82.53]:36143 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751982AbcKPHcH (ORCPT ); Wed, 16 Nov 2016 02:32:07 -0500 MIME-Version: 1.0 From: Valentin Rothberg Date: Wed, 16 Nov 2016 08:31:35 +0100 Message-ID: Subject: i2c: undefined option I2C_ALGO_BUSCLEAR To: smohammed@nvidia.com, treding@nvidia.com Cc: LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 470 Lines: 13 Hi Shardar, your commit c3ca951fe41a ("i2c: Add Tegra BPMP I2C proxy driver") popped up in today's linux-next tree, adding Kconfig option I2C_TEGRA_BPMP, which further selects I2C_ALGO_BUSCLEAR, which is nowhere defined in Kconfig. Is there a patch queued somewhere to add I2C_ALGO_BUSCLEAR to Kconfig? I could not find anything on the lkml; only some older repositories on github, where the options is defined in drivers/i2c/busses/Kconfig. Best regards, Valentin