Do not enable subsystem/driver shell modules by default and stop abusing CONFIG_SHELL_MINIMAL, which is internal to the shell subsystem, to decide when to enable a driver shell. The list of shell modules has grown considerably through the years. Enabling CONFIG_SHELL for doing e.g. an interactive debug session leads to a large number of shell modules also being enabled unless explicitly disabled, which again leads to non-negligible increases in RAM/ROM usage. This commit attempts to establish a policy of subsystem/driver shell modules being disabled by default, requiring the user/application to explicitly enable only those needed. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| eeprom_at2x_emul.c | ||
| eeprom_at2x.c | ||
| eeprom_emulator.c | ||
| eeprom_fake.c | ||
| eeprom_handlers.c | ||
| eeprom_lpc11u6x.c | ||
| eeprom_mb85rcxx.c | ||
| eeprom_mchp_xec.c | ||
| eeprom_shell.c | ||
| eeprom_simulator.c | ||
| eeprom_stm32.c | ||
| eeprom_tmp116.c | ||
| Kconfig | ||
| Kconfig.eeprom_emu | ||
| Kconfig.lpc11u6x | ||
| Kconfig.mb85rcxx | ||
| Kconfig.stm32 | ||
| Kconfig.tmp116 | ||
| Kconfig.xec | ||