From b828edf3c78b3f284d3fc44d72f47a6aa71d122a Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 10 Jun 2024 03:49:43 +0000 Subject: [PATCH] hal/samsung: remove some dead code --- hosts/modules/hal/samsung/default.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/hosts/modules/hal/samsung/default.nix b/hosts/modules/hal/samsung/default.nix index f167a110..e62813e8 100644 --- a/hosts/modules/hal/samsung/default.nix +++ b/hosts/modules/hal/samsung/default.nix @@ -104,21 +104,6 @@ in # "sbs-charger" # "sbs-manager" - # nixpkgs.hostPlatform.linux-kernel = { - # # defaults: - # name = "armv7l-hf-multiplatform"; - # # Major = "2.6"; #< default: 2.6 - # baseConfig = "multi_v7_defconfig"; #< default: "multi_v7_defconfig" - # DTB = true; #< DTB: compile device tree blobs - # # autoModules (default: true): for config options not manually specified, answer `m` to anything which supports it. - # # - this effectively builds EVERY MODULE SUPPORTED. - # autoModules = true; #< N.B.: ignored by `pkgs.linux-megous` - # # preferBuiltin (default: false; true for armv7l-hf-multiplatform): for config options which default to `Y` upstream, build them as `Y` (overriding `autoModules`) - # preferBuiltin = true; - - # target = "zImage"; # <-- default - # }; - # boot.kernelPackages = with pkgs; linuxPackagesFor (linux_6_1.override { # preferBuiltin = false; # extraConfig = "";