diff --git a/devlib/target.py b/devlib/target.py index c600ded25..5f2c595a0 100644 --- a/devlib/target.py +++ b/devlib/target.py @@ -130,13 +130,7 @@ class Target(object): os = None system_id = None - default_modules = [ - 'hotplug', - 'cpufreq', - 'cpuidle', - 'cgroups', - 'hwmon', - ] + default_modules = [] @property def core_names(self):