about summary refs log tree commit diff
path: root/modules/hardware
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-07-10 15:12:55 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-07-10 15:12:55 +0200
commitf839b7b0aa5917d07dbf181402df2bafb552dbb8 (patch)
treefc50d65757fcf1f6d53bfb625d88e6149c19e7e3 /modules/hardware
parent9f489503bd0d0f70ef215fd3ca28943a130e6b7b (diff)
hardware/t100ha: Explicitly enable CONFIG_MATOM
This adds a few #ifdefs for Atom platforms, however I don't remember
what exactly it fixed/changed for the T100HA.

Nevertheless it's probably a good idea to optimize for that architecture
because we're going to compile our custom kernel anyway.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/hardware')
-rw-r--r--modules/hardware/t100ha/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/hardware/t100ha/default.nix b/modules/hardware/t100ha/default.nix
index 41a2580e..21758718 100644
--- a/modules/hardware/t100ha/default.nix
+++ b/modules/hardware/t100ha/default.nix
@@ -36,6 +36,8 @@ in {
         ];
 
         extraConfig = ''
+          MATOM y
+
           MMC y
           MMC_BLOCK y
           MMC_SDHCI y