about summary refs log tree commit diff
path: root/modules/hardware/t100ha
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/t100ha')
-rw-r--r--modules/hardware/t100ha/default.nix8
1 files 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;