Re: [PATCH] platform/x86: Add rfkill dependency to ACPI_TOSHIBA entry

2015-12-14 Thread Darren Hart
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. > > Thi

[PATCH] platform/x86: Add rfkill dependency to ACPI_TOSHIBA entry

2015-12-14 Thread 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