zephyr/drivers/mdio
Henrik Brix Andersen c0c8952739 shell: do not enable subsystem/driver shell modules by default
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>
2023-11-20 09:21:40 +01:00
..
CMakeLists.txt drivers: mdio: add bit-bang driver 2023-09-24 08:28:10 -04:00
Kconfig shell: do not enable subsystem/driver shell modules by default 2023-11-20 09:21:40 +01:00
Kconfig.adin2111
Kconfig.esp32 soc: xtensa,riscv: esp32xx: refactor folder structure 2023-07-25 18:12:33 +02:00
Kconfig.gpio drivers: mdio: add bit-bang driver 2023-09-24 08:28:10 -04:00
Kconfig.nxp_s32 drivers: mdio: mdio nxp s32 netc should depend on eth netc driver 2023-11-08 10:10:50 +01:00
Kconfig.sam
mdio_adin2111.c mdio: introduce Clause 45 APIs 2023-09-28 09:33:10 +02:00
mdio_esp32.c mdio: introduce Clause 45 APIs 2023-09-28 09:33:10 +02:00
mdio_gpio.c mdio: introduce Clause 45 APIs 2023-09-28 09:33:10 +02:00
mdio_nxp_s32_netc.c drivers: mdio: nxp_s32_netc: use instance-based DT macros 2023-11-13 09:49:26 +01:00
mdio_sam.c sam: mdio: Fix Transfer Timeout at Initialization 2023-11-10 10:42:26 +01:00
mdio_shell.c mdio: shell: add Clause 45 commands 2023-09-28 09:33:10 +02:00