From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2AD913E0C41; Thu, 2 Jul 2026 11:02:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.8 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782990165; cv=none; b=FNtuZHdySMhYIzp32CbYgtwrX/1u9vSM3LpYZGhvDbo8NUzHMMy0oZhKjclq6X8vSQorkrP7sR8atRTc7Jq5CXXmWz5rG2O/7c63r3r3pZ6QA6Cgc29DROc5hFmQOEMzCFWymmAhNilMNLGe34wA7NlBuZ7hHyAGTc9jveurD9E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782990165; c=relaxed/simple; bh=UofN3J6jke6cl6d6Zx94J1oTpLNphIN8AoxVa2z3KhA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=M1MgkjlNfHXGpAg+Rm88DBfHDs8HToIcsm6SBKfSmTdNIyIHCo/vITHImLJH2Rluf9bJiBmO2d9MRWNMpbr8Ak1/p6Kaup6WsGDxqDALk2hzJToPIsdVptB+6jaVtnBZSNZdVaW6pmsQVrIobhWROfVBNFq6ZBA1VzbUTYsigA8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=XZ3pzDfH; arc=none smtp.client-ip=192.198.163.8 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="XZ3pzDfH" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1782990164; x=1814526164; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=UofN3J6jke6cl6d6Zx94J1oTpLNphIN8AoxVa2z3KhA=; b=XZ3pzDfHO9xzMmeMzmo6IbLZND4paMzR3SS/noxbDNnkDlv9XYHFOXjJ jB8ZsOQ5u4MCp6CmwTuzcqcMoXfWBFMpHYlPrP5UGa10QNzKEDXTavVBe uFOe+DRZXLRFoYsIpuNDF/I/5psQu35tqecfE7SXr22sLtCISRMUfnxMs p5qVF6Ob40OzZbCHtMulbvWuUjua4GZIl+Y18lfdo76v70pFW6PW9CbTR vHGihqrAz3lckgZBaSttZtyL5J2qCU0v3itx42Qx1Sh+1vNRk99dRQybt uT989phELB0ROfZvMYSpN+XhVixUz2YOFyZfjjVTP52z6f6kndYs2ap3z A==; X-CSE-ConnectionGUID: H1R72T5aR1uzWo+yDjELTw== X-CSE-MsgGUID: BJi9W7ceQf+xNq3bhQn2uQ== X-IronPort-AV: E=McAfee;i="6800,10657,11834"; a="101282390" X-IronPort-AV: E=Sophos;i="6.25,143,1779174000"; d="scan'208";a="101282390" Received: from fmviesa007.fm.intel.com ([10.60.135.147]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2026 04:02:41 -0700 X-CSE-ConnectionGUID: GSdQghq3RKy4my4UspgGTw== X-CSE-MsgGUID: wt6mGIW1QT+eAYL1z+v5wA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.25,143,1779174000"; d="scan'208";a="249480166" Received: from ettammin-mobl3.ger.corp.intel.com (HELO localhost) ([10.245.244.213]) by fmviesa007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2026 04:02:39 -0700 Date: Thu, 2 Jul 2026 14:02:36 +0300 From: Andy Shevchenko To: Joshua Crofts Cc: Jonathan Cameron , David Lechner , Nuno =?iso-8859-1?Q?S=E1?= , Andy Shevchenko , Jonathan Santos , Ramona Alexandra Nechita , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 0/2] iio: adc: add missing 'select IIO_TRIGGERED_BUFFER' to Kconfig entries Message-ID: References: <20260701-add-adc-kconfig-deps-v1-0-b9708d74f426@gmail.com> Precedence: bulk X-Mailing-List: linux-iio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260701-add-adc-kconfig-deps-v1-0-b9708d74f426@gmail.com> Organization: Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo On Wed, Jul 01, 2026 at 09:21:45PM +0200, Joshua Crofts wrote: > The AD4130 and AD7779 entries are missing 'select IIO_TRIGGERED_BUFFER' > entries, causing potential build failures. > > Steps to reproduce: > 1. Run `make allnoconfig` > 2. Run `make menuconfig` and select any afformentioned driver and > modules it depends on. > 3. Run `make .` and the build will fail due to missing triggered > buffer definitions etc. Reviewed-by: Andy Shevchenko > I seem to have stumbled upon a lot of drivers which have incomplete > Kconfigs, expect more patch series per sensor type. -- With Best Regards, Andy Shevchenko