hal/samsung: remove some dead code

This commit is contained in:
Colin 2024-06-10 03:49:43 +00:00
parent e10dfaefe9
commit b828edf3c7

View File

@ -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 = "";