zephyr/drivers/pcie/host
Gerard Marull-Paretas 95fb0ded6b kconfig: remove Enable from boolean prompts
According to Kconfig guidelines, boolean prompts must not start with
"Enable...". The following command has been used to automate the changes
in this patch:

sed -i "s/bool \"[Ee]nables\? \(\w\)/bool \"\U\1/g" **/Kconfig*

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-03-09 15:35:54 +01:00
..
CMakeLists.txt pcie: add initial controller support 2021-11-25 18:37:15 +01:00
controller.c pcie: controller: add non-recursive pcie busses enumeration 2022-01-19 13:37:36 -05:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
msi.c drivers/pcie: Extending parameters to pcie_msi_map 2022-01-07 10:47:27 -05:00
pcie_ecam.c pcie: ecam: implement callback to get allocation base 2022-01-19 13:37:36 -05:00
pcie.c pcie: controller: rename xlate to translate 2022-01-19 09:47:22 -05:00
ptm.c drivers/pcie: Add PTM root device driver as well as implement PTM API 2021-11-04 11:06:02 -04:00
ptm.h drivers/pcie: Add PTM root device driver as well as implement PTM API 2021-11-04 11:06:02 -04:00
shell.c shell: Add __printf_like to shell_fprintf 2021-10-14 16:32:19 -04:00