Remove "select PLATFORM_LINUX"

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2022-11-29 14:14:06 +01:00
parent 77216c368f
commit 99476502f9
54 changed files with 0 additions and 70 deletions

View File

@@ -8,7 +8,6 @@ menu "Linux Module Utilities"
config MODPROBE_SMALL
bool "Simplified modutils"
default y
select PLATFORM_LINUX
help
Build smaller (~1.5 kbytes), simplified module tools.

View File

@@ -10,7 +10,6 @@
//config:config DEPMOD
//config: bool "depmod (27 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: depmod generates modules.dep (and potentially modules.alias
//config: and modules.symbols) that contain dependency information

View File

@@ -9,7 +9,6 @@
//config:config INSMOD
//config: bool "insmod (22 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: insmod is used to load specified modules in the running kernel.

View File

@@ -10,7 +10,6 @@
//config:config LSMOD
//config: bool "lsmod (1.9 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: lsmod is used to display a list of loaded modules.
//config:

View File

@@ -8,7 +8,6 @@
//config:config MODINFO
//config: bool "modinfo (24 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Show information about a Linux Kernel module

View File

@@ -10,7 +10,6 @@
//config:config MODPROBE
//config: bool "modprobe (28 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: Handle the loading of modules, and their dependencies on a high
//config: level.

View File

@@ -10,7 +10,6 @@
//config:config RMMOD
//config: bool "rmmod (3.3 kb)"
//config: default y
//config: select PLATFORM_LINUX
//config: help
//config: rmmod is used to unload specified modules from the kernel.