mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] platform/x86: Add rfkill dependency to ACPI_TOSHIBA entry
@ 2015-12-14 20:00 Azael Avalos
  2015-12-14 23:46 ` Darren Hart
  0 siblings, 1 reply; 2+ messages in thread
From: Azael Avalos @ 2015-12-14 20:00 UTC (permalink / raw)
  To: Darren Hart, platform-driver-x86, linux-kernel; +Cc: Azael Avalos

Commit 2fdde83443aa ("toshiba_acpi: Add WWAN RFKill support") added
WWAN rfkill support to the driver, but the KConfig entry was not
updated to add the RFKill dependency, causing a broken build if
RFKill is not selected.

This patch adds the RFKILL dependency to the KConfig entry, fixing
the build issue.

Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
---
 drivers/platform/x86/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
index 1089eaa..25a02f9 100644
--- a/drivers/platform/x86/Kconfig
+++ b/drivers/platform/x86/Kconfig
@@ -641,6 +641,7 @@ config ACPI_TOSHIBA
 	depends on INPUT
 	depends on SERIO_I8042 || SERIO_I8042 = n
 	depends on ACPI_VIDEO || ACPI_VIDEO = n
+	depends on RFKILL || RFKILL = n
 	select INPUT_POLLDEV
 	select INPUT_SPARSEKMAP
 	---help---
-- 
2.6.3


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] platform/x86: Add rfkill dependency to ACPI_TOSHIBA entry
  2015-12-14 20:00 [PATCH] platform/x86: Add rfkill dependency to ACPI_TOSHIBA entry Azael Avalos
@ 2015-12-14 23:46 ` Darren Hart
  0 siblings, 0 replies; 2+ messages in thread
From: Darren Hart @ 2015-12-14 23:46 UTC (permalink / raw)
  To: Azael Avalos; +Cc: platform-driver-x86, linux-kernel

On Mon, Dec 14, 2015 at 01:00:59PM -0700, Azael Avalos wrote:
> Commit 2fdde83443aa ("toshiba_acpi: Add WWAN RFKill support") added
> WWAN rfkill support to the driver, but the KConfig entry was not
> updated to add the RFKill dependency, causing a broken build if
> RFKill is not selected.
> 
> This patch adds the RFKILL dependency to the KConfig entry, fixing
> the build issue.
> 
> Signed-off-by: Azael Avalos <coproscefalo@gmail.com>

Queued, thanks!

-- 
Darren Hart
Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-14 23:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-14 20:00 [PATCH] platform/x86: Add rfkill dependency to ACPI_TOSHIBA entry Azael Avalos
2015-12-14 23:46 ` Darren Hart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome