From a8b9a3b69aff76f2630212c5909c620a381ce2a7 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 1 Aug 2016 22:26:44 +0200 Subject: hardware/t100ha: Fix bad configuration options This was a copy & paste error by me, because I copied the options out of an existing configuration, which contained the CONFIG_ prefixes. Within extraConfig of the generic kernel builder, we only use the names without prefixes. Signed-off-by: aszlig --- modules/hardware/t100ha/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/hardware/t100ha/default.nix b/modules/hardware/t100ha/default.nix index 46044d43..cfd65552 100644 --- a/modules/hardware/t100ha/default.nix +++ b/modules/hardware/t100ha/default.nix @@ -74,15 +74,15 @@ in { PINCTRL_CHERRYVIEW y # I2C - CONFIG_I2C_DESIGNWARE_BAYTRAIL y - CONFIG_I2C_DESIGNWARE_PLATFORM y + I2C_DESIGNWARE_BAYTRAIL y + I2C_DESIGNWARE_PLATFORM y # HID INTEL_HID_EVENT y # MEI - CONFIG_INTEL_MEI y - CONFIG_INTEL_MEI_TXE y + INTEL_MEI y + INTEL_MEI_TXE y ''; features.iwlwifi = true; -- cgit 1.4.1